Vertical bar (Data Visualization) in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 04:19 AM
Hi Experts,
I am using Vertical bars to represent some data in Configurable workspace. when clicked on a bar, respective data should be populated. How to achieve that?
I am currently using for "Open tickets by age". So when I click on ">2 Months" I need list of tickets matching the condition. Could you please help me?
Thank You

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:22 PM
You can have a modal pop upon the data visualization clicked. That modal can have the List layout which has the data source configured using the client state parameter.
Upon clicking the data visualization populate the state values example if client state is "tableName" on click of data visualization, you can populate it as "@payload.params.table" same goes for query too.
If List component is configured using data binding, required data can be populated based on visualization click.
Let me know if it helped.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 05:33 AM
Hi @achyuthkrishna,
Please mark the reply as Accepted if it answered your question, so that others can get benefit.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:33 PM
Hi @Nootan Bhat
Looks like you are very knowledgeable with data visualization. Do you think you can help me with this?
Workspace - UI Builder - Bar chart drilldown
I would really appreciate it. Thanks in advance!