Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 spividori
		
			spividori
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi.
I assign two variables in the script
vAnoActual = 2015
vAnoAnterior = 2014
Then I show the sale in a pivot table corresponding to those years in separate columns. Can be displayed in the title of the columns the value of these variables?
Regards.
Sandro.
 ogster1974
		
			ogster1974
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I see what you want to do Sandro.
Qlik Sense doesn't support dynamic creation of labels for dimensions and measures at present so you will have to use something generic in the column header and then use Title, Subtitle or footnote to add some dynamic context.
I hope they do include this feature for nothing else than to support translated text labels.
Regards
Andy
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes it can.
If you want help doing it, I suggest you post a sample qvw with data and the object(s) for the headers.
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try in the label of the column:
for example:
'Descr. Year: ' & $(vAnoActual)
let me know
 
					
				
		
 spividori
		
			spividori
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks for answering.
Attached example.
Regards.
 ogster1974
		
			ogster1974
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I see what you want to do Sandro.
Qlik Sense doesn't support dynamic creation of labels for dimensions and measures at present so you will have to use something generic in the column header and then use Title, Subtitle or footnote to add some dynamic context.
I hope they do include this feature for nothing else than to support translated text labels.
Regards
Andy
 
					
				
		
 spividori
		
			spividori
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Ok, thank you very much Andy.
Regards.
 
					
				
		
 vadimtsushko
		
			vadimtsushko
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Take a look at that document with a possible solution Emulating dynamic labels in Qlik Sense
