Skip to main content
Solved

"Not filtered with selections" - Button in former Analysis also available in Views?

  • March 28, 2024
  • 5 replies
  • 16 views

julia.bauer
Level 9
Forum|alt.badge.img+6

Hello everyone, I have incorporated a KPI List to a View and for those KPIs shown in the list, I do not want them to be filtered with selections. In the analysis design this was possible via a check button.

Where can I set this the same way in a view? Is it YAML coding?

 

Thank you!

 

Best regards,

Julia Bauer

Best answer by Sverre Klein

Hi @julia.bauer,

 

Yes that is indeed possible through YAML!

 

You have to use the interactions key under settings, and then set the field filteredByUserFilters on false.

 

imageLet me know if this worked for you 😁

 

Kind regards,

Sverre Klein

5 replies

Sverre Klein
Level 10
Forum|alt.badge.img+14
  • Level 10
  • Answer
  • March 28, 2024

Hi @julia.bauer,

 

Yes that is indeed possible through YAML!

 

You have to use the interactions key under settings, and then set the field filteredByUserFilters on false.

 

imageLet me know if this worked for you 😁

 

Kind regards,

Sverre Klein


julia.bauer
Level 9
Forum|alt.badge.img+6
  • Author
  • Level 9
  • March 28, 2024

Hello Sverre,

 

great - that was exactly what I was looking for but couldn't find :-)

It works!

 

Thanks alot!

 

Best regards,

Julia


julia.bauer
Level 9
Forum|alt.badge.img+6
  • Author
  • Level 9
  • April 23, 2024

Hello @sverre.klein11!

I'm asking you because I think you probably know this as well:

 

Is it possible to filter only one KPI within an KPI List or do I have to create a KPI list per KPI for this?

 

Thank you :)

 

Best regards

Julia Bauer


Sverre Klein
Level 10
Forum|alt.badge.img+14

Hi @julia.bauer 😁,

 

You'd have to indeed create a kpi list per KPI for this. In the current state, the filteredByUserFilters is only exposed by the settings level (which is the component level), not KPI level.

 

Kind regards,

Sverre Klein


julia.bauer
Level 9
Forum|alt.badge.img+6
  • Author
  • Level 9
  • April 23, 2024

Hi @julia.bauer 😁,

 

You'd have to indeed create a kpi list per KPI for this. In the current state, the filteredByUserFilters is only exposed by the settings level (which is the component level), not KPI level.

 

Kind regards,

Sverre Klein

Hello again @sverre.klein11 ! 😅

 

Thanks for confirming - with knowing this, I can now proceed with my tasks.

 

BR

Julia