How to use conditional compound filter for below criteria: Service Data Provider (on table)
Summary
How to use conditional compound filter for below criteria: Source: Service Data Provider (on table)Content
How to use conditional compound filter for below criteria:
Source: Service Data Provider (on table)
Scenario:
By default show query all records for object with sid==$page.variables.pk
OR
There is filter by name text box on page: if user wants to search records based on name then use criteria
sid==$page.variables.pk AND firstName LIKE $page.variables.nameFilter
Basically we want to have primary key filter always. If there is value in filter text box then apply AND operator with PRIMARY KEY value
Tagged:
0