Hi im trying to use the @PARENT function with @CURMBR but i got no result.
I'm trying sommething like this:
fix(@relative(Customer,0 ))
Profit = Revenue->@PARENT(@CURRMBR(Customer)) - Lost->@PARENT(@CURRMBR(Customer));
endfix
If i change the currmbr for a value that i want the formula is calculated. How can i use the parent with the currmbr?