Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I want user can decided the range of the dimension. Initially, I want to create a range slider but no extension is work for this purpose. So I start to use drop down in variable input. But when I set the formula into Dynamic value of the drop down : concat(valueloop (1,20),'|')
QS recognizes the field as string not number.
How to deal with this?
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		use concat(distinct field_name, '|')
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What is the expected output here?
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		1
2
3
4
5
6
....
10
11
12
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Valueloop alone gives the range why using concat here?
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		But I need to put it into the variable input...
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not filter
 vvvvvvvvvv
		
			vvvvvvvvvv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		use concat(distinct field_name, '|')
