UIB Dashboard Free Text Search of Short Description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 09:06 AM
We are on Xanadu and migrated all of our dashboards at once.
Prior to our dashboard migration and move to Data Visualization, I used Dynamic Content widgets with Jelly Code to free text search the short description field of tickets. It filtered the tickets displayed in another list widget. It was very quick and responsive.
Dynamic Content is no longer an option. I trying to build then same filter functionality in the Dashboard UI Builder.
Has anyone done this? Would you care to share your approach and code?
Screenshot of widget with clear filter button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 10:29 AM
A simple approach:
Create a Client state parameter, e.g stringPam
Use textarea component, on this component event: update client state parameter on text entered like this
Then on your list filter, bind that stringPam like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 05:20 AM
@Hi @hunt4grouse , have you tried it ?