suburbanites
Programmer
Hi, I am using CRXI SP1
I have a subreport and I am bringing an amount back to the main report. The amount does show in the main report. However, my problem is that if the amount coming from the subreport is null(zero) the amount still carries the value from the previous record read and is not resetting itself. I created a reset field which has the following:
WhilePrintingRecords;
Shared NumberVar totbudperfr := 0;
and I placed this reset field in the report header and the group footer. It's not working. Am I missing some other step to reflect null values?
Thanks for your input on this perplexing situation.
I have a subreport and I am bringing an amount back to the main report. The amount does show in the main report. However, my problem is that if the amount coming from the subreport is null(zero) the amount still carries the value from the previous record read and is not resetting itself. I created a reset field which has the following:
WhilePrintingRecords;
Shared NumberVar totbudperfr := 0;
and I placed this reset field in the report header and the group footer. It's not working. Am I missing some other step to reflect null values?
Thanks for your input on this perplexing situation.