Ok.. I need some help from all you experts here.
What I have is a form similar to the below example where users perform a test and then have to enter the result in the blank under "Test Results". Most, if not all the results begin with a zero (ie: 07). In the properties dialog box, if I choose to format it as a number, it eliminates the zero value which can't happen because it's supposed to be a decimal # (ie: 07 is displayed as just 7). The % signs are also already pre-printed so I cannot format the "Test Results" or Absolute Difference" fields as a % or else it will display as double percent sign because the Percent format includes the % sign. (it displays as . 05 %% )
In the "Absolute Value" column, I need it to perform the calculation (difference) from the other 2 columns and have it be a positive number even if the test result is lower than the constant.
Then I need the TOTAL to calculate the sum of all fields from the Absolute Difference column. The total then needs averaged as you can see.
So... Come on all you experts! How do I get past the zero being eliminated for the NUMBER format or is there a way to format as a Percentage and have it drop the % sign?
Example:
[img]http://homepage.mac.com/gadgetman/.Pictures/001.jpg[/img]
You need an If statement something like If event.val <= 0,
then event.val =-1*event.val
You will need this for each line entered by the respondent.