Hi all!
I have some calculated number fields in a Gallery that i'd like to be formatted to currency. This works fine, however as it converts the number to Text, then I can't seem to sum those fields to create a Total Field. The only work around I can currently find is to duplicate the fields and display one with Text formatting, and Sum the other field that I will hide. This seems a bit silly, as surely there is a better way!
My calculated field is called 'Total Sell by Area calc' and the Gallery is called 'AreaSummaryGal'.
The calculated fields listed in the gallery return values of eg: 4485.888555. This is messy, so i used the Text (Value,"[$-en-US]$#.##"). However, as this converts it to a text, my Total field doesn't show anything!
The formula i used for the Total field is:
Text(Sum(AreaSummaryGal.AllItems,'Total Sell by Area calc'),"[$-en-US]$#.##").
This Sum only works when i take the formatting off the 'Total Sell by Area calc' field.
Any ideas?