COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: cognos05 on 11 May 2015 12:05:23 PM

Title: syntax to replace a prompt value inside a tuple.
Post by: cognos05 on 11 May 2015 12:05:23 PM
Hi,
Can anyone tell me the syntax to replace the tuple value with a prompt value.

I am using tuple([Items],[Qty],[Time])>0))

Here instead of items , I want to use the specific item from the prompt the user chooses.

Thanks,
Nithya
Title: Re: syntax to replace a prompt value inside a tuple.
Post by: MFGF on 12 May 2015 06:21:25 AM
Quote from: nithya1224 on 11 May 2015 12:05:23 PM
Hi,
Can anyone tell me the syntax to replace the tuple value with a prompt value.

I am using tuple([Items],[Qty],[Time])>0))

Here instead of items , I want to use the specific item from the prompt the user chooses.

Thanks,
Nithya

How about

tuple([the level your Items member comes from] -> ?Your prompt parameter?,[Qty],[Time])

MF.