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

How to make prompt page dynamic??

Started by suhas_bhat, 01 Sep 2010 12:31:54 AM

Previous topic - Next topic

suhas_bhat

Hi all,
  Is it possible to dynamically generate the prompt page based on the number of values in the value prompt?
If the value prompt has only 1 value i would like to skip the prompt page and go directly to the report page, if there is more than 1 value, then the user is prompted to select one.
Any suggestions??


Gopinath

Take the count of prompt values and conditionally render the prompt page if the count is > 1
set the prompt as optional

suhas_bhat