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

Display User selection in qlikview

This is my Day1 in Qlikview. I am creating a standalone report with 10-12 columns. The top has a container with 3-4 columns which the user can filter on. It's a container with tabs on it. How do I dynamically display what the user selected in the report.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Create a new sheet object 'Current Selection Box...' or use GetCurrentSelections() function in e.g. a text box.

Hope this helps,

Stefan

View solution in original post

3 Replies
swuehl
MVP
MVP

Create a new sheet object 'Current Selection Box...' or use GetCurrentSelections() function in e.g. a text box.

Hope this helps,

Stefan

jagan
Luminary Alumni
Luminary Alumni

Hi,

To display the current selections you can use the 'Current Selection Box' object or you can use the TextBox to display the selections by using the =GetCurrentSelections().

Hope this helps you.

Regards,

Jagan.

SunilChauhan
Champion
Champion

simply use current selection box

it will show you all the sselection

hope this helps

Sunil Chauhan