Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have defined below parameter variable which I am trying to use in chart but my chart is appearing blank
eDeparturesPerformed_VarUnit= Sum([# Departures Performed]) /$1
Dimension used in Chart : [Carrier Group]
Expression used in Chart: =$(eDeparturesPerformed_VarUnit(1))
 
					
				
		
 jyothish8807
		
			jyothish8807
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi vsharma,
While declaring the variable dont use "=" sign in the beginning and try.
eDeparturesPerformed_VarUnit
Sum([# Departures Performed]) /$1
Then in text box:
=$(eDeparturesPerformed_VarUnit(1))
Regards
KC
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please put this into a textbox and tell us what it returns
=$(eDeparturesPerformed_VarUnit(1))
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		And this too
=eDeparturesPerformed_VarUnit
 
					
				
		
both are returning hyphen symbol
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		And
Sum([# Departures Performed])
 
					
				
		
Sum([# Departures Performed]) /$1 is not correct syntax in textbox but I am following same as mentioned in Chapter 10 of guide "Qlikview 11 for Developers"
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No, only this Sum([# Departures Performed])
Does this expression returns a value?
 
					
				
		
yes
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I´ve attached a working sample, please check
 
					
				
		
I cannot open as I do not have licensed version
