- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:34 AM
I've created a Catalog Item which has a variable defined of type 'list collector' on the Group (sys_user_group) table and have added a short reference qualifier to hide certain groups. When I go and 'Try' the Catalog item I get the filter options showing above the list of choices (see below or attachment) however I don't want the user(s) to see this? Any help would be much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:42 AM
Hi amacqueen,
You want to hide the filter fields? Then refer to this:
Administrators can easily hide the filter fields that appear above a list collector by adding the no_filter attribute, which is the recommended approach. Using the no_filter requires no scripting.
Refer this for other filter related queries.
https://old.wiki/index.php/Hide_List_Collector_Filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:42 AM
Hi amacqueen,
You want to hide the filter fields? Then refer to this:
Administrators can easily hide the filter fields that appear above a list collector by adding the no_filter attribute, which is the recommended approach. Using the no_filter requires no scripting.
Refer this for other filter related queries.
https://old.wiki/index.php/Hide_List_Collector_Filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:57 AM
That's great Willem, many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 03:18 AM
You are welcome, happy to help! 🙂