Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi
I have a plot-chart with 2 dimensions : MONTH , YEAR
and one expression : Sum( Value)
My objective is to change the expression to transform it in an index as
Sum( Value) / Sum( the value of first month)
How to write the denominator taking account the first month for each years in my expressions
Thanks for your help
JJ
 
					
				
		
 CELAMBARASAN
		
			CELAMBARASAN
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like
Sum(Value)/Sum(TOTAL <YEAR> {<Month={'Jan'}>} Value)
 
					
				
		
 CELAMBARASAN
		
			CELAMBARASAN
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like
Sum(Value)/Sum(TOTAL <YEAR> {<Month={'Jan'}>} Value)
 
					
				
		
Thanks Cel
What about if my first month is not Jan ?
JJ
 
					
				
		
 CELAMBARASAN
		
			CELAMBARASAN
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You mean it differs for every year?
 
					
				
		
Yep! Thanks for tour effort
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have you tried already with the chart inter record functions, namely top()?
