Dynamic Content Interactive Filter Encoded Query Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 02:35 PM
Are you only limited to encoded query 'userDYNAMIC90d1921e5f510100a9ad2572f2b477fe' when using a Dynamic Content Interactive Filter? When I try something like 'user=[sys id]' or 'user=Joe Something' for the encoded query, it doesn't work. I've tried it against other fields as well like 'cityLIKESac' or 'city=Sacramento' and it still doesn't work. This is the only option that works for me.
my_dashboardMessageHandler.publishFilter(filter_message.table, 'userDYNAMIC90d1921e5f510100a9ad2572f2b477fe');
Any help would be appreciated, I have been searching and testing for a solution for hours.
Thanks,
Glen
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 04:28 PM
Hi Glen,
The encoded query 'userDYNAMIC90d1921e5f510100a9ad2572f2b477fe' translates to user is ME.
The sys_id following the DYNAMIC refers to an entry in the sys_filter_option_dynamic table and not the sys_user table.
Can you supply more information on what you are trying to achieve?
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you.
Cheers
Mike