Oracle and CR 11.5
I have 2 groups, #1 = Part No, #2 = Transaction ID
There are multiple lines for each transaction _id.
I have a formula that sums qty at group #2 footer based on type of transaction = {@qty}
I have a shared variable that sums @qty = Q
WhilePrintingRecrods;
NumberVar Q := Q + {@qty};
I display Q at group #1 footer.
I would like to suppress all of the data (#2 footer & #1 footer ) if Q=0
I have 2 groups, #1 = Part No, #2 = Transaction ID
There are multiple lines for each transaction _id.
I have a formula that sums qty at group #2 footer based on type of transaction = {@qty}
I have a shared variable that sums @qty = Q
WhilePrintingRecrods;
NumberVar Q := Q + {@qty};
I display Q at group #1 footer.
I would like to suppress all of the data (#2 footer & #1 footer ) if Q=0