Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi, would anyone shed some light on this topic? I'm not sure when to use ValueLoop. I've tried to have its return value assigned to a variable to display in a text box, but all I get is "-". Thoughts?
 
					
				
		
 jonasheisterkam
		
			jonasheisterkam
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ValueLoop.qvw
 
					
				
		
 jonasheisterkam
		
			jonasheisterkam
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Return of ValueLoop can be more then one Value. You can use it in a dimension and if you use the same valueloop in the calculation you get the one value of this dimension line.
In a text box you can use a aggregation around you're valueloop, same style like you do when using aggr(). sum(valueloop(1,2,1)):=1+2=3
 
					
				
		
Thank you.
 
					
				
		
 jonasheisterkam
		
			jonasheisterkam
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ValueLoop.qvw
