Hi,
I have a base view (View 1) that is populated with a SQL statement. I used a parameter to update some values in the SQL statement as needed. I also have a second view (View 2) which explores View 1. View 2 is my user facing report.
I want to allow my user to set values to a field that passes from View 2 to View 1 and update the query.
Is it possible?
Thanks