If I have a list view with filtering enabled, is it possible for users to be able to use the filter against columns that are not displayed, but are part of the smartobject populating the list view? It seems to only pick up the columns that are visible when setting a filter or searching the list.
As an example if my SMO returned the following properties:
- Name
- Position
- Manager
- Department
- Office
My list view only shows:
- Name
- Position
- Manager
How can I enable my user to search/filter against Department & Office, without showing those fields in the list view?