Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
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..
 sunny_talwar
		
			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.
 sunny_talwar
		
			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
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		as sunny.
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi ,
Hope this will help u to understand set analysis.
Thanks
AS
 
					
				
		
thank you very much.. those all are very helpful..
