Add Dynamic text on a Dashboard with Interactive Filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 11:31 AM
Hello Guys,
I have a dashboard with a reference interactive filter for the [customer_account] table.
On the table [customer_account] I have a custom "live feed" text field called "notes"
I need to display a dynamic text box on a dashboard and the text should be dynamic depending on the account's note field content
E.g
Account: APPLE
Notes: New Iphone 14 release on 9th sept
Account: Microsoft
Notes: Upcoming Q4 Updates
The text box should show one of these notes contents based on the selection on the interactive filter
Does somebody know how to do it?
@mhstouttagging dashboards JEDI for help
Tks,
Vini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2022 12:09 AM
Hello,
You need to use a dynamic content block for this:-
In the dynamic content block you will have to call a script include and write the code:-
For Code reference please check the below post:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 06:05 AM
Hello,
Thanks! This is awesome...
But this is suggesting to create a new dropdown list ... Could you think about something that would use the same interactive filter I have on th dashboard?
I mean, connecting the content of the dynamic block or even a Knowledge Base article to be filtered with the interactive filter?
Thanks,
Vini