Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Displaying the filtered values on a page

Hi - 

Simple question - how can you display the filters selected by the end user someone on the sheet ?

I know they display at the top of the web page but what about on the sheet itself ?

 

Thanks - Jerry

1 Solution

Accepted Solutions
Vegar
MVP
MVP

An alternative method is to pinpoint which fields you are interested in presenting using a couple variants of getfieldselections(). It will allow you to customize the layout of your current selections a bit better.

https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Field...

View solution in original post

3 Replies
Vegar
MVP
MVP

lironbaram
Partner - Master III
Partner - Master III

hi 

not that i can think on a reason to put the selections on the page , 

but if you must , 

you can put a text object and use this function:

GetCurrentSelections(chr(10),':',',',10)

it'll display different row for each field , the last number set how many detailed values to display , 

in this case if you select 11 values in a single field it will display 11 out of XXX 

Vegar
MVP
MVP

An alternative method is to pinpoint which fields you are interested in presenting using a couple variants of getfieldselections(). It will allow you to customize the layout of your current selections a bit better.

https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Field...