Interactive Filters in workspaces

Al_Andrea
Tera Expert

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.

 

1 ACCEPTED SOLUTION

psyherin
Kilo Sage

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 .

 

 

View solution in original post

1 REPLY 1

psyherin
Kilo Sage

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 .