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

Creating the data item for members

Started by S_N_Solution, 19 Aug 2009 11:25:00 PM

Previous topic - Next topic

S_N_Solution

Hi All,

I have to create the data item for few members.My Source is cube .The hierachy will be like this

X Level
a  member
b  member
d  member
e  member
f  member
g  member

I want to create the data item like (if (X in (a,b,c) then ('New') else ('Old')
I am creating report in report studio.
Is it possible to create like this?

Thanks in advance...

billylodz

if(caption(
  • ) in(a,b,c))
    then ('New')
    else ('Old')