I have a dashboard with a report (a graph) and its corresponding input controls. The graph is generated from the values in the input controls. So far so good.
Now, I have set hyperlinks so that when you click ona column in the graph, the graph is re-generated with different input values (in this case from a "Yearly" to a "Monthly"). The drill-down works just fine, but the input controls on the dashboard remain with the original initial values, which are now not representative of what the chart is displaying.
Is there a way to set the report input parameters shown in the dashboard with the actual parameters that I am using (in the hyperlink) to generate the new report? - Here I am inversing the usual flow of control from Input Parameter -> Generated Report , what I want now is Generated Report -> Update Input parameters displayed.
- Log in or register to post comments