Hi there;
I have created two running total fields for costs. I want to add these two fields together in the report, so I take one of the fields and in the "display" string formula editor, I an adding them, but I get an error message saying the "formula result must be a string". So, I can use the To Text function, but then I can't format the result the way I want it to look like as a number.... so I have:
"$"&(({#hrmparcel_costs}+{#modparcel_costs}))
Which works and adds up Ok for me, but I get the cost looking like $34590235 where I would prefer to have the thousand seperators $34,590,235
Is there a way I can do this?
Thanks!
I have created two running total fields for costs. I want to add these two fields together in the report, so I take one of the fields and in the "display" string formula editor, I an adding them, but I get an error message saying the "formula result must be a string". So, I can use the To Text function, but then I can't format the result the way I want it to look like as a number.... so I have:
"$"&(({#hrmparcel_costs}+{#modparcel_costs}))
Which works and adds up Ok for me, but I get the cost looking like $34590235 where I would prefer to have the thousand seperators $34,590,235
Is there a way I can do this?
Thanks!