Using parameters through nested derived tables

vish1
New Member

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

1 1 459
1 REPLY 1

Hi Vish, are you trying to use a View 2 parameter in View 1? If so, you should be able to do that by prefixing the view name in your view 1 file, for example: {% parameter view2.my_parameter %}

Top Labels in this Space
Top Solution Authors