Hello,
I have a detail line containing an item number, description and code. The code is a subreport. Lets say the subreport will only have return values of A, B and C.
If the value obtained in the subreport is B, how can I supress the entire detail line?
Therefore, based on the results of the subreport, the detail lines should print A and C but nothing related to B.
Example:
Item, Desc, Code
123, desc1, A
456, desc2, B
789, desc3, C
Report Output:
123, desc1, A
789, desc3, C
Thank you.
If at first you don't succeed, then sky diving wasn't meant for you!
I have a detail line containing an item number, description and code. The code is a subreport. Lets say the subreport will only have return values of A, B and C.
If the value obtained in the subreport is B, how can I supress the entire detail line?
Therefore, based on the results of the subreport, the detail lines should print A and C but nothing related to B.
Example:
Item, Desc, Code
123, desc1, A
456, desc2, B
789, desc3, C
Report Output:
123, desc1, A
789, desc3, C
Thank you.
If at first you don't succeed, then sky diving wasn't meant for you!