Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box Values with expression

Dear QVExperts,

A listbox in the dashboard, displays only the expression only to the selected value.

Is it the default behaviour? Can i able to display the expression for all the values of the listbox?

Please find enclosed the Sample file.

Sample.jpg

Thanks,

Sasi

1 Solution

Accepted Solutions
sunny_talwar

Try this expression:

=Sum({1}Sales)


Capture.PNG

View solution in original post

4 Replies
sunny_talwar

Try this expression:

=Sum({1}Sales)


Capture.PNG

Not applicable
Author

Thanks a lot Sunny. It worked.

sunny_talwar

Just so you know, Sum({1} Sales) won't change based on any selection, but if you would like it to change based on certain selections such as Region or Product, you can also try using Sum({<SALESREP>} Sales) to just ignore selections in SALESREP field.

Not applicable
Author

Yeah. Sure. Tried & working.