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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sum() in listbox

hi everyone.. i am new to qlikview, working on my own.

i have a n issue that i cant understand. i am having a column Amount . i created a list box and given this field and in expression i wrote

sum(Amount), and in another listbox i wrote..sum({$}Amount).

i cant understand the difference between those two listboxes..

anyone help please..

1 Solution

Accepted Solutions
sunny_talwar

Sum(Amount) essentially same thing as Sum({$} Amount) unless you happen to have your list box in alternate state. $ explicitly points it to be in the inherited state.

View solution in original post

4 Replies
sunny_talwar

Sum(Amount) essentially same thing as Sum({$} Amount) unless you happen to have your list box in alternate state. $ explicitly points it to be in the inherited state.

Chanty4u
MVP
MVP

as sunny.

Variables

amit_saini
Master III
Master III

Hi ,

Hope this will help u to understand set analysis.

Thanks

AS

Not applicable
Author

thank you very much.. those all are very helpful..