I'm getting #error on my report. This reports has 8 sub reports. And of course the sub reports are from different tables. How do I handle results that are 0? For example: Here's my calculation IIf(Sum([cost/lf]) > 0, Sum([cost/lf]),0) and this was done in expression builder.
What am I doing wrong?
Now this result is used in calculating other sub reports, so I need something that can be used multiple times getting to the final result.
Thanks!
What am I doing wrong?
Now this result is used in calculating other sub reports, so I need something that can be used multiple times getting to the final result.
Thanks!