Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 MuraliPrasath
		
			MuraliPrasath
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Qlik,
I've below two columns in my Dimension value which needs to be format to 00.0% format.
Ex: 23.1% (Need one decimal with %).
My original value is
Any help would be highly appreciated. thanks!
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Try like below
Num(UrDim/100, '##.#%')
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI
Try with Number format
Num(UrDim, '##.#%')
 MuraliPrasath
		
			MuraliPrasath
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Mayil,
I get this output after using your logic. Need further help on this. thnaks
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Try like below
Num(UrDim/100, '##.#%')
