Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
Based on the suggestion in following link, I created a small app
I used below script to show the title of the visualization , however i am getting result as blank!
=Only({<Id={2}>} [$(vLanguage)])
Attaching the sample application for your reference, any indicator on what I am doing wrong will be really helpful
Regards
Nithin
 
					
				
		
 ahaahaaha
		
			ahaahaaha
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Nithin,
May be use measure expression like this?
=If(GetFieldSelections(Language)='jp', Only({<Id={2}>} jp))
Example at attached file.
Regards,
Andrey
 
					
				
		
 agigliotti
		
			agigliotti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try with:
Only({<Id={2}>} $(vLanguage) )
 
					
				
		
Thanks, but not worked, the result is blank!
 
					
				
		
This code works, but concern is i have to write if condition for each language we want to have the literals translated!
