Formula Problem

colandercolander Member Posts: 1,610
edited March 2014 in Working with GS (Mac)

I am creating a marketing budget app for a client and I have this formula "Total\32$"..prec(tableColSum( game.tblTemp ,1,1,29),2) in an actor which updates the total cost automatically as values are changed in other actors. The result i.e. $12000.00 doesn't have a thousand separator, does anyone know if this can be done in a formula and how to do it?

In the backend of the app I used modulus to add a separator but in that case because the user taps the actors I can use that event to run the code. In the above case it is display only and needs to update on the run as the user selects items for their budget.

If it can't be done with a formula is there another way to do this?

Comments

Sign In or Register to comment.