Hello,
I am trying to calculate the percentage of occurence in a report.
I am using the following code in the data source for the text box:
=(Sum([Text6]="Boblat")/([Text12]/100))
When I run the report the percentage is correct it is just a negative figure.
how can I correct this problem?
Many thanks in advance, (it's probably something simple that I'm missing!)
I am trying to calculate the percentage of occurence in a report.
I am using the following code in the data source for the text box:
=(Sum([Text6]="Boblat")/([Text12]/100))
When I run the report the percentage is correct it is just a negative figure.
how can I correct this problem?
Many thanks in advance, (it's probably something simple that I'm missing!)