I have a report that has Client Names as a group with a group total on their purchase values.
I want to list all the Clients and their respective purchase totals in the Report footer.
Is this possible?
thanks.
Thank you, but I still get the error.
I do display the {sp_spname;1.FieldName} in the report and they show up as currencies.
The negatives show up as ($180.33) etc.
When i strip the function and place val(toText({sp_spname;1.FieldName})) in another formula, i get the same error.
I am currently not handling nulls but they show up as 0.00 in the report. You think that could be the problem?
If so, I can convert all the nulls to 0 within my stored proc.
I have a parameter @SortField that allows users to pick the field they want to sort on. The fields could be of a string, number,date or currency data type.
The sort works perfectly fine for all datatypes except for currency.
I have gone through the post by vshapiro but that did not help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.