Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 amien
		
			amien
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Expressions:
Load * Inline [ Expression_Id, Expression 
              1, sum(Value)
              2, max(Value)
              3, count(Value)
];
I have this INLINE and a listbox with an "always select one value" on.
Also have a barchart. This barchart should have one expression and execute, based on the selection on the "expression_id", the right expression.
I tried:
=$($(=Expression))
$($(=Expression))
What syntax do i need to make this work?
Thanks in advanced
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In your expression write this only, and remove another $ sign
=$(=Expression)
If you talk about this? Never work. Because, Qlik need some data points to make better clear. Will you provide more details
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In your expression write this only, and remove another $ sign
=$(=Expression)
 
					
				
		
 amien
		
			amien
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks! just what i needed
