I am new to Cognos and wondering how or if possible to achieve the following.
Firstly, I have a table:
Period Id Name Start_Date End_Date
1 a 01/04/2011 06/08/2013
I can create a prompt to select the Period Id from the scheme and pass it through, but I would like now to prefill a second prompt with Start_Date and End_Date of the Period Id selected in the first prompt:
Scheme Start_date <= Period.Start_Date where ID = selected Period ID from ?Period Prompt?
Scheme End_date <= Period.End_Date where ID = selected Period ID from ?Period Prompt?
I cannot use an SQL connection, so I cannot build the SQL separately eg:
select Start, End from....Where ....= ?Prompt?
Thank you in advance....
Roger