Skip to main content
Question

Can I apply a filter in individual components in views?

  • August 22, 2023
  • 4 replies
  • 74 views

tsholo.lesof
Level 2
Forum|alt.badge.img+12
Can I apply a filter in individual components in views?

4 replies

Forum|alt.badge.img+6

  • Level 7
  • August 22, 2023

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’


tsholo.lesof
Level 2
Forum|alt.badge.img+12
  • Author
  • Level 2
  • August 22, 2023

tsholo.lesof
Level 2
Forum|alt.badge.img+12
  • Author
  • Level 2
  • August 22, 2023

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!