If you are unable to create a new account, please email support@bspsoftware.com

 

A report shows data for current month and the month can be changed by prompt

Started by will.sl, 06 Jan 2009 03:48:58 PM

Previous topic - Next topic

will.sl

I tried to use prompt with javascript, but no luck. The requirement is:

At first, the report runs and shows data just for current month;

Then, the current month of this report can be changed by users through a prompt.

Thanks in advance

blom0344

A report is either prompt-based or not..
However, why not use a prompt-query that sets the current month at the top of the prompt-list as a workaround?

will.sl

Thank for your help! Following are the steps based your idea:
1. Create a query with month column and sort it in order to set current month to the top of the prompt list.
2. create a prompt page which links above query
3. Put related javascript on the prompt page
4. That javascript select the top item(current month) of the list and then run the prompt page automatically.

Am I correct?