Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Selected filters in downloaded data?

Hi everybody,

I noticed that when I download anything from my Qlik Sense App (as Data, Picture or PDF) I never see the selections made. Same when I want to download the whole Dashboard as PDF. IS there a way to include the filters? Otherwise it gets quite confusing sometimes...

Best,

Matthias

5 Replies
agigliotti
Partner - Champion
Partner - Champion

I guess it's not a feature out of the box.

OmarBenSalem

well, in your dashboard , create a text object, put a measure:

if(len(GetCurrentSelections())=0,'no selections made','List of selections : ' &GetCurrentSelections(' / '))

Capture.PNG

if there is no selections:

Capture.PNG

and then export:

OmarBenSalem

but..

with this, when u select many values, they won't be shown:

Capture.PNG

Anonymous
Not applicable
Author

Thanks Omar, I thought about the same solution but was hoping there is some kind of more elegant out of the box solution.

OmarBenSalem

I don't think there is.