Skip to main content
Question

Is it possible to apply filters only to Table/OLAP table in Views?

  • August 21, 2023
  • 3 replies
  • 21 views

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!

3 replies

Forum|alt.badge.img+6

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


  • Author
  • Level 7
  • August 22, 2023

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!


Forum|alt.badge.img+6

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