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

Hide prompt based on user group

Started by Kutti, 21 Dec 2010 09:12:23 PM

Previous topic - Next topic

Kutti

Hi All,

As per my requirement i have a prompt page with 4 prompts of which one of the promt is Report Type with three values (a, b,c).

That report will be used by 200 users of which one user is manager. I need to hide report type prompt for 199 users and just show remaining 3 prompts when the report is sent to the users  and for manager show all the 4 prompts in the prompt page.

Please help me to get this implemented.

Thanks

PRIT AMRIT

Say your manager ID is: '123'

Create a Boolean variable: #sq($account.personalInfo.userName)#='123'

Apply it on your Value Prompt. If it is YES, then Hide else Show it.

Hope it works for you.

Thanks

Kutti

Hi ,

I have a new requirement

I hava a prompt (Department type) in prompt page with multiple values in it like DepA, DepB, DepC .... and these values should be displayed based on the user accessing it. If DepA manager executes the report then just value DepA should be dispalyed in the prompt and reamining values should be hidden and if DepB Manager executes the report the Value DepB should be displayed.

Please help me to get this implemented.



Thanks