Hello,
In the example image, I am referencing a line item "TV Programming (Final)" in another module using an If statement
IF XXXX
THEN XXXX.'TV Programming (Final)'
ELSE 0
However, it isn't pulling 4,063,964,538 as expected. I know its an issue with the summary method being set to formula because other line items are referenced the same way in the target module using sum, and the number will be referenced properly. I can't use sum though, as this will show an incorrect value. Is there something else wrong?
Thanks