a12bedc810bb9868edd0b58298da1077401ac48f
Guides/Hiding-Fields-in-Filters.md
| ... | ... | @@ -5,7 +5,10 @@ |
| 5 | 5 | Hiding fields in filters is a way to disallow filtering on certain fields. You can programmatically prevent access to fields in the filters tab based on any arbitrary logic you wish to employ. |
| 6 | 6 | |
| 7 | 7 | ##Example |
| 8 | +Here are the available fields before hiding any: |
|
| 9 | + |
|
| 8 | 10 | |
| 11 | +And here are the available fields after hiding all that contain the word "Ship": |
|
| 9 | 12 |  |
| 10 | 13 | |
| 11 | 14 | In this example, I'm arbitrarily disallowing the user to filter on any field with the word "Ship" in it. |