Author Topic: How to make prompt page dynamic??  (Read 672 times)

Offline suhas_bhat

  • Full Member
  • ***
  • Posts: 31
  • Forum Citizenship: +0/-0
How to make prompt page dynamic??
« on: 01 Sep 2010 11:31:54 am »
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??


Offline Gopinath

  • Community Leader
  • *****
  • Posts: 176
  • Forum Citizenship: +12/-0
Re: How to make prompt page dynamic??
« Reply #1 on: 01 Sep 2010 05:56:27 pm »
Take the count of prompt values and conditionally render the prompt page if the count is > 1
set the prompt as optional

Offline suhas_bhat

  • Full Member
  • ***
  • Posts: 31
  • Forum Citizenship: +0/-0
Re: How to make prompt page dynamic??
« Reply #2 on: 02 Sep 2010 05:13:17 pm »
Thank you, will try this out.