COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Topic started by: knip on 16 Jul 2012 11:58:25 PM

Title: From,To Date in Report Studio
Post by: knip on 16 Jul 2012 11:58:25 PM
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
Title: Re: From,To Date in Report Studio
Post by: MFGF on 19 Jul 2012 05:19:00 AM
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.