Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello I come across a really nice dashboard online (see below). Could anyone let me know how they've managed to move the tabrow from the top to the left hand side?
Thank you!

 
					
				
		
 Mark_Little
		
			Mark_Little
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
They will have used text boxes and added a picture as a background, add an action to activate the relevant sheet.
Then in the document properties tick the hide tab row.
Mark
 
					
				
		
 IAMDV
		
			IAMDV
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		As Mark mentioned, These are TextBox objects which has transparent images along with the vertical strip-line which is also the TextBox with the image. Photoshop is your friend here.
BTW - You don't need to hide/show the objects instead you can put relevant objects in each sheet. This reduces complexity and also calculation time.
Cheers,
DV
www.QlikShare.com
 tamilarasu
		
			tamilarasu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you have this applications!! I can see only pictures is some sites but no download option.
 
					
				
		
 miguelbraga
		
			miguelbraga
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi S Lee,
Can you please tell me where did you find that nice dashboard? That dashboard is a QlikView Project or a Qlik Sense Project?
Thanks,
MB
 tamilarasu
		
			tamilarasu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Braga,
Search in google as "QlikView Dashboards". Click Images option, there you will see this dashboard picture. If you find this dashboard anywhere, let me know.
 HirisH_V7
		
			HirisH_V7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI ,
Check out the attachment.
Hope it helps.
Thanks,
Hirish
 
					
				
		
Thank you so much for your help!!
Just wondering - for the buttons on the left hand side, when you click on it, the colour would change, how could I achieve this in qlikview?
THanks!!!
 
					
				
		
 Mark_Little
		
			Mark_Little
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI,
Have another Variable, Say vButton, On press have a trigger to set varable, Say 'Button 1'
Then on each button you have the background colour as an expression, If(vButton = 'Button1',RGB(1,2,3),RGB(3,2,1))
Do this for each button, button2, button3....
Mark
 
					
				
		
These are not Tabrow, I guess it is like advance designing using HTML, CSS, Scripting Language like JavaScript, VBScript..
