How to create a Dynamic Content Block using info from Interactive Filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2018 10:17 AM
Hello,
I try to create a Dynamic Content Block to show dynamically the selected field from a Interactive filter.
I 've been using Jelly to show the field. I need obtain the sys_id selected from intercactive filter.
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<g:evaluate>
var message = [dynamic_filter_value_selected];
</g:evaluate>
Project Name:${message}<br/>
</j:jelly>
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 01:34 AM
Hi,
Did you find solution to this?
I have exactly same requirement.
i need to diplay value in content block based on the location value selected in interactive filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2020 12:05 PM
Take a look at the Lab on Custom Interactive Filters from K19 (in the on-demand library). There are a bunch of examples in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2020 08:26 AM
Hi Adam,
Could you please provide the link? - Lab on Custom Interactive Filters from K19 (in the on-demand library)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 07:54 AM
Hey cspra if you still need it here it is.