Okay, here is a hard one. I am trying to get my report to divided numbers that are there. I get this data from subreports, then want it divided by the appropriate number. Example:
23
0
10
15
0
0
this would equal 48, but I want it to be divided by 3, not by 6. Or say the next report would have:
10
10
5
0
10
10
which would equal 45 and this would be divided by 5, not by 6.
I was wondering is there a way by creating a hidden box that would check each value to see what it would be divided by. Example:
iff(report.hasdata, control +=1)
Not sure how to set this up. I also hope that I am explaining this correctly too.
Thank you in advance. Tony
23
0
10
15
0
0
this would equal 48, but I want it to be divided by 3, not by 6. Or say the next report would have:
10
10
5
0
10
10
which would equal 45 and this would be divided by 5, not by 6.
I was wondering is there a way by creating a hidden box that would check each value to see what it would be divided by. Example:
iff(report.hasdata, control +=1)
Not sure how to set this up. I also hope that I am explaining this correctly too.
Thank you in advance. Tony