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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this expression:

=Sum({1}Sales)


Capture.PNG

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

Try this expression:

=Sum({1}Sales)


Capture.PNG

Not applicable
Author

Thanks a lot Sunny. It worked.

sunny_talwar
MVP
MVP

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.