- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 09:28 AM
Hi, I am new to workspaces and I would like some advice.
I need a way to show some reports in a workspace and I need to have elements that have the same capabilities as Interactive Filters of responsive dashboards.
I need to be able to filter a list and some data visualizations using some kind of UI component.
Also I would like to have this in the workspace's home page, I'm using the Agent Workspace App Shell.
I tried to use a Filter component to filter a list but it did not work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 10:36 PM
Hi @Al_Andrea ,
How about using "Condition builder' component that might help. You can setup initial encoded query (if you want) and the condition builder can help you build your own filter, you can add event handler on the query is updated event which can update a client state parameter. Then utilise the client state parameter to data bind for e.g fixed filter on list view component .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 10:36 PM
Hi @Al_Andrea ,
How about using "Condition builder' component that might help. You can setup initial encoded query (if you want) and the condition builder can help you build your own filter, you can add event handler on the query is updated event which can update a client state parameter. Then utilise the client state parameter to data bind for e.g fixed filter on list view component .