Hi, I have created a report in page 1 based on Rest Data source and created the ‘name’ column as link which redirects to page 2.
I have created another classic report in page 2 and a page item called p2_name. I am passing the value of name from page 1 to page 2 and want the report in page 2 to be filtered based on name.
The name value is correctly coming in item p2_name but how to filter the report based on name?
(In case of table we can change the Query and use clause where name= :p2_name, but how to do it in case of Rest data source)?