Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 padmanabhan_ram
		
			padmanabhan_ram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, I want to create an object looks like the attached file, which says defines each color with varying numbers like blue is between 1 to 3, red is between 3 to 6.. and goes on... User can select the color and would reflect in respective object.
Thanks Padmanabhan
 
					
				
		
 martinpohl
		
			martinpohl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You just can choose between two colours

 
					
				
		
 padmanabhan_ram
		
			padmanabhan_ram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi I want this to be in an object like Slider where I can select using a tick.
 
					
				
		
 sudeepkm
		
			sudeepkm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can use three variables for RED, GREEN and BLUE and then present them in a slider.
Your end user can select the values and a Text object or any Object can take the RGB(vR,vG,vB) value.
I've attached one example below.

 
					
				
		
 padmanabhan_ram
		
			padmanabhan_ram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks but I need a single slider to show the color variance for 1 to 10 like 1 to 3 for red, 4 to 6 for blue and 7 to 10 for green
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
I dont think you can do that with a slider. What you could do is to create a text box and fill it with a horizontal colour gradient. Stretch the text bar to the width of the slide and place above or below the slider (or behind it if it has a transparent background).
HTH
Jonathan
 
					
				
		
 ThornOfCrowns
		
			ThornOfCrowns
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Like this? Padmanabhan Ramakrishnan
 
					
				
		
 sudeepkm
		
			sudeepkm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you mean to say that in a single slider having 1 to 10 as scale. when user selects 1 - 3 it will be red and 4 to 6 as blue and 7 to 10 as Green.
For three colors why you will need a scale of 10 it can be done with just three values.
You can have an inline load with values RED, BLUE and GREEN and then show that as a list box.
When user selects RED or any other values then use that color in your Charts. Am I missing something?
 
					
				
		
 padmanabhan_ram
		
			padmanabhan_ram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Is there no way in QLikView to create such an object like the attached file above.
