DJWheezyWeez
Technical User
I'm using CR XI.
I'm trying to get a number to use as constant variable... Let me try to explain in code.
So for each IRN, not looking at the Issues, the Value is the Qty for the Receipt times the UnitPrice. On this report, I'm going to be restricting to only Receipts but I still want that 1.03 UnitPrice number. Is there a way to get that single number of 1.03 into a shared variable that I can use anywhere I want? In other words, I would like to get the number 1.03 on every line in the UnitPrice column so I can do a formula to multiply across with the Qty to get a Value for the Receipts. I've tried doing it in a subreport and it works until I restrict to only Receipts which makes sense. Any thoughts?
-DJWW
I'm trying to get a number to use as constant variable... Let me try to explain in code.
Code:
IRN Qty Value UnitPrice Type
53004 0.00 494.40 1.03 Price Change
53004 -36.00 -37.08 1.03 Issue
53004 -210.00 -216.30 1.03 Issue
53004 -234.00 -241.02 1.03 Issue
53004 480.00 0.00 0.00 Receipt
53005 0.00 494.40 1.03 Price Change
53005 -168.00 -173.04 1.03 Issue
53005 480.00 0.00 0.00 Receipt
53006 480.00 0.00 0.00 Receipt
53007 480.00 0.00 0.00 Receipt
53008 480.00 0.00 0.00 Receipt
67663 480.00 0.00 0.00 Receipt
94035 480.00 0.00 0.00 Receipt
94036 480.00 0.00 0.00 Receipt
94037 480.00 0.00 0.00 Receipt
94038 480.00 0.00 0.00 Receipt
So for each IRN, not looking at the Issues, the Value is the Qty for the Receipt times the UnitPrice. On this report, I'm going to be restricting to only Receipts but I still want that 1.03 UnitPrice number. Is there a way to get that single number of 1.03 into a shared variable that I can use anywhere I want? In other words, I would like to get the number 1.03 on every line in the UnitPrice column so I can do a formula to multiply across with the Qty to get a Value for the Receipts. I've tried doing it in a subreport and it works until I restrict to only Receipts which makes sense. Any thoughts?
-DJWW