Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello everyone,
I need your help, I have three region INDIA,NA,US. i want to show INDIA & NA data in hundred(two or three digits) and US data in thousands(45000) for that i am trying below expression but its not working.
=IF(Region='US',Sum(Value),Sum(Value)/1000)
please help me ..
Thanks.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If Region is not one of your dimension, then may be try this
Sum({<Region *= {'US'}>}Value) + Sum({<Region -= {'US'}>}Value)/1000
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Could you please explain the context? Are you trying this in a chart or in textbox or the script?
 
					
				
		
In chart
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Could you share a sample?
 
					
				
		
sorry, i can't share.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you share a screenshot of the chart and the expression you are using (that is not working)?
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If Region is not one of your dimension, then may be try this
Sum({<Region *= {'US'}>}Value) + Sum({<Region -= {'US'}>}Value)/1000
 
					
				
		
Thanks sunny , its working but the issues is it change the whole US value.
 
					
				
		
Thanks Sunny its working now..


 
					
				
		
 alis2063
		
			alis2063
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Sunny,
Why did you use "*" before Region?
Could you please explain ?
