Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stephenhasson
Creator
Creator

Qlik Sense (Cloud) - display of filter values

Hi,

Is it possible to have the values used in filters displayed on screen (or really, so they are present on PDF extracts), with Qlik Sense?

I know there's a way to use a KPI field to contain a filter value, but as I understand it this would only work for single values. So, I could have the screen show that I'm looking at '2018' but not that I'm looking at 'January, February, March' for example.

I've seen mention of 'GetFieldSelections', but this is not for Qlik Sense is it?

Thanks for any input

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

You can use Get field selections

Below screenshot i have used below measure on a text object

if(IsNull(GetFieldSelections(Month)),'ALL',GetFieldSelections(Month))

Capture.PNG