Hi,
I want to create a parameterized view in which when it is called one has to pass it parameters that will be used for filtering data in where clause.
How can we create a parameterized view?
s
silentworks
05/26/2023, 8:20 AM
Views are like virtual tables, you can filter any column you have in a view through the js library.