My Requirement is
From direct db request .. i need to navigate to detail report and it should be display the results(detail report results) based on the value,which user click's on the summary report.
Summary report(geneareted from Direct database request) columns:
year,week,state,total sales,
i)i had provided action link on state column
Detailed report (is genearted from the analysis) columns are
year,week,state,city,total sales
when i am clicking on particular state in the summary report it is navigating to summary report but it's not filtered based upon state value provided in the detailed report and
it is showing the all the data in the summary report.
Is action link works on direct database request or not?
If any one having any ideas pls share me ..
Thanks in advance.