How Can I Calculate Percentage?
-
Hi,
I’d like to calculate a percentage using two sets of fields – one set divided by the other, represented as a percentage.
For example: (x/y)*100
How can I do this?I have tried the following in a Total field and can only get it to appear as a dollar amount:
( ( (( quantity_field_id_0 * quantity_field_id_1 ) * ( range_field_id_9 * .01 )) – ( quantity_field_id_0 * .002 ) ) / ( quantity_field_id_0 * .002) ) * 100The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How Can I Calculate Percentage?’ is closed to new replies.