Skip to main content

Can we apply filters only to olap table so the other components in Views remain unchanged.

I tried of creating a button which will route to new view which only has olap table configured in it.

looking for any other approach possible for this.

Thanks in advance!

Hello there,

it is possible! You would have to create a filter inside the appropriate Knowledge-Model and then apply it to the YAML component inside of the view.

 

Creating a filter inside the Knowledge-Model:

Creating a FilterApplying it to the YAML-Component:

Applying FilterBest regards

Tobias


Hello there,

it is possible! You would have to create a filter inside the appropriate Knowledge-Model and then apply it to the YAML component inside of the view.

 

Creating a filter inside the Knowledge-Model:

Creating a FilterApplying it to the YAML-Component:

Applying FilterBest regards

Tobias

Hi @tobias.boehm12 

Ya this works as a component filter. My requirement is different.

I have used and Embedded and button options to achieve my requirement.

Thank you for response!


Hi @tobias.boehm12 

Ya this works as a component filter. My requirement is different.

I have used and Embedded and button options to achieve my requirement.

Thank you for response!

Hi @Preethi P ,

do you want the button to toggle the filter on/off on the table on the same view? Not sure if i understand.

If thats the case you can have a button that toggles a variable:

imageand use a statement for the filter id of the table component:

image 

 

 


Reply