Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi everyone!
Did anyone have a deal with calculating column number in case when we have two dimensions in the columns?

is it possible to calculate correctly number of each column? without changing the position of dims/expr.
Thanks.
 stabben23
		
			stabben23
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		add total, ColumnNo(total)
 stabben23
		
			stabben23
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		add total, ColumnNo(total)
 
					
				
		
Thanks!
 
					
				
		
Do you know how to calculate range sum in this case?
because rangesum(before(sum(Sales),1,ColumnNo(total)-1)) returns 0 in every column.
 stabben23
		
			stabben23
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		like this
aggr(rangesum(above( sum(Sales),0,rowno(total))),Date)
