Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 evansabres
		
			evansabres
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Wondering if this is possible in Qlikview. I have a table with several columns. What I would like is for the user to be able to hover over a column header and see a pop-up that defines what the column header means.
Is this possible in Qlikview?
 
					
				
		
I believe you can only include one help text in the chart.
 
					
				
		
I believe you can only include one help text in the chart.
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You could use a multi-line header like:
= 'Column-Title' & chr(10) & chr(10) &
'Some long explanation ...'
- Marcus
 evansabres
		
			evansabres
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you. Would this text always appear, or only if the user hovered over the column.
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you used within the presentation of the header a single row you will see as header 'Column-Title' and if you hoover over them the rest of the content will be displayed within a popup.
- Marcus
 evansabres
		
			evansabres
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Where in Qlikview is the multi-line header expression entered?
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I meant there:

- Marcus
 
					
				
		
Hi,
Heres a sample of how I've implemented help options.
Requires one variable and uses show hide under Chart properties > Layout and the text object > Action > external > Variable
Hope this helps.
