09-29-2020 06:37 AM
Hi community
im working with latest virsion of map enterprise and im tying to create a filter on a list that will not show certain records accourding to atterbute value. im not trying to make the user filter it like search but i want it to be filtered by default and hide the filtered attiributes from the user accourding to a rule
thanks in advance
Solved! Go to Solution.
09-30-2020 08:49 AM
Hi Taher,
In the workflow editor it is possible to set the 'Filter' parameter of the List to a SQL statement.
In this way the results of the List are automatically filtered by the attribute(s) as desired in the SQL statement and the user is not needing to do any manual filtering. Does this functionality meet your needs here?
Workflow editor
Result in workflow list presented to user: Only 'ASSAULT' records from table are shown, all others are 'filtered' out by SQL Statement
HTH
sclow
10-01-2020 12:40 AM
thanks alot that worked well