G
Guest
I have a multipart question:
I have cascading combos that narrow each element down. No big woop there,
but one of the options in second combo is "Date Range" and so when someone
clicks on the third combo, it will bring up input parameter for "Start Date"
and "End Date" and then loads the items available for that range in the combo.
So far, ok. But now when I click the botton to generate report, I need to
pass that range along without having them enter it again, so here is the
question and your help would be appreciated:
1. Can you store the input values recieved during parameter prompts into
something to be passed later: Example: someVar = [parameter]?
2. Alternatively, is there any way I can get the lowest date (oldest) from
the combo list and set that as my start and the highest date (newest) from
the combo and set that as my end?
Any help you give me would be appreciated, thank you.
I have cascading combos that narrow each element down. No big woop there,
but one of the options in second combo is "Date Range" and so when someone
clicks on the third combo, it will bring up input parameter for "Start Date"
and "End Date" and then loads the items available for that range in the combo.
So far, ok. But now when I click the botton to generate report, I need to
pass that range along without having them enter it again, so here is the
question and your help would be appreciated:
1. Can you store the input values recieved during parameter prompts into
something to be passed later: Example: someVar = [parameter]?
2. Alternatively, is there any way I can get the lowest date (oldest) from
the combo list and set that as my start and the highest date (newest) from
the combo and set that as my end?
Any help you give me would be appreciated, thank you.