Hi Experts,
I have a prompt page where i have two drop down boxes having from and to months respectively.
based on the from and to selection of months i need to populate data in the list report
The easiest way to do this is to modify your report to use a single Date prompt in your prompt page. Define a filter for your list with the expression
[Your date item] in_range ?YourDateParameter?
Also make sure the Range property of the Date prompt is set to Yes.
Cheers!
MF.