I am trying to use select * from <report_id> where result_key = &result_key to create a quick report for a user given result_key AND report_id as input parameters. (example report_id : Cust_Age_Analysis_Rep)
it is not possible to give an input parameter for the from view/table.
What are the possible options to solve this issue?