Skip to main content
Can I apply a filter in individual components in views?

Hello there,

i just answered this question on:

https://www.celopeers.com/s/question/0D50700002oUyXyCAK/is-it-possible-to-apply-filters-only-to-tableolap-table-in-views?language=en_US

Hope it helps, best regards

Tobias


Hi @tsholo.lesof 

yes we can apply the filter to individual components in views

option 1: You can define a filter in Knowledge model and later use it in views

go to code editor and add the pre defined filter

option 2: You can directly write your pql in code editor instead of - id you need to give the property - pql: Filter table.column = ‘value’


Thank you


Hi @tsholo.lesof 

yes we can apply the filter to individual components in views

option 1: You can define a filter in Knowledge model and later use it in views

go to code editor and add the pre defined filter

option 2: You can directly write your pql in code editor instead of - id you need to give the property - pql: Filter table.column = ‘value’

Thank you, this helped!


Reply