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

Prompt Query

Started by Raghuvir, 24 Jul 2015 07:26:10 AM

Previous topic - Next topic

Raghuvir

Hi All,

i have a requirement where, when the user selects the prompt for fiscal year, for example the user selects 2014, data in the output should be 2014,2013,2012 & 2011. i.e i need previous 3 years data including the year selected.

how will i achieve this ?

Regards

Raghuvir

Quote from: Raghuvir on 24 Jul 2015 07:26:10 AM
Hi All,

i have a requirement where, when the user selects the prompt for fiscal year, for example the user selects 2014, data in the output should be 2014,2013,2012 & 2011. i.e i need previous 3 years data including the year selected.

how will i achieve this ?

Regards


Hi All,

used the below condition to achieve this.

[FY_CD]>=?FY?-3 and not([FY_CD]>?FY?)

Regards