Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Max1984
		
			Max1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have the following pivot table (see attachment - "Tabella pivot.jpg") with two dimensions and an expression:
1) Dimensions: supplier and payment due date
2) Expression:
SUM({<[% Master Calendar Date Num]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Imponibile Pagamento])
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Did you try to drag the date column to the right top corner of the chart? This should let you pivot the Date dimension
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be you need this?
(
  RangeSum(Above(TOTAL SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Iva]),0,RowNo(TOTAL)))
  
  -
  
  RangeSum(Above(TOTAL SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Pagamenti]),0,RowNo(TOTAL)))
  
) sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Did you try to drag the date column to the right top corner of the chart? This should let you pivot the Date dimension
 Max1984
		
			Max1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thank you very much. If you can give me a hand I would be grateful for another discussion.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am unable to open your app for some reason.
 Max1984
		
			Max1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I can download the qvw file, but I am unable to open it... the qvw window just hangs on me
 Max1984
		
			Max1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ok try this.
thanks
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this
 Max1984
		
			Max1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No I'm talking about the other sheet; where in another post I asked for the cumulative difference of two columns.
The cumulative difference only works with one dimension if you expand the data in the table no.
The formula used is:
(
RangeSum(Above(SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Iva]),0,RowNo()))
-
RangeSum(Above(SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Pagamenti]),0,RowNo()))
)
Thanks
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be you need this?
(
  RangeSum(Above(TOTAL SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Iva]),0,RowNo(TOTAL)))
  
  -
  
  RangeSum(Above(TOTAL SUM({<[Master Calendar Date Calc]={">=$(=$(vInizioPC))<=$(=$(vFinePC))"}, Anno=,Mese=,Giorno=>}[# Importo Fattura Pagamenti]),0,RowNo(TOTAL)))
  
)