If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Refer to a Page Set in an Expression

Started by dlomartra, 20 Feb 2018 03:16:23 PM

Previous topic - Next topic

dlomartra

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!

hespora

You don't do that. A page set is driven by a data item in your query, so you just reference that data item.