Hello,
I want a calculation to vary depending upon which iteration in a page set it is on. How do I call the page set value in an expression.
IE. if I had a page set that iterates through members 1,2,3 how could I write and IF statement like this:
IF
(PageSet = 1)
THEN
Calculation1
ELSE
Calculation2
Thanks in advance!
You don't do that. A page set is driven by a data item in your query, so you just reference that data item.