Hi ,
I have a requirement where I have a filter which is a presentation variable taking Year value. Assume data is available from 2001- 2010 . And there are 2 reports in this particular dashboard(placed side by side) , which should dynamically change based on the prompt value that is selected .
So , when I select the year '2005' , the report on the left should show me the data for the years (2001 till 2005) and the report on the right should show me data from (2006-2010) . This is just an example scenario . So for any year that I select this is the condition .
The solution I was thinking is that we could select 'Specific Column values' under options for that prompt . But how do I pass the selected value dynamically to the report so that I can do something like ( Y0 till prompt) in one and (prompt -Yn) in the other report.
Any thoughts would be appreciated ,
Thanks,