Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 mgavidia
		
			mgavidia
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello everyone,
I have the pivot table below and I need to remove the dates from the Total row for the date columns.
The Expressions Total Mode is already setup as No Totals but it seems that is ignored on pivot tables.
I definitely need the dates in the chart. Is there a way to this without getting rid of the date columns?
(I already have the same info in a straight table but the users need to be able to pivot the data on those 3 dimensions)
Thank you for any advice you can give me.
Miguel Gavidia

 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be use Dimensionality() function to populate Date for only the rows:
If(Dimensionality() = 3, Expression4InquiryDate)
Similarliy for the RentedDaye
If(Dimensionality() = 3, Expression4RentedDate)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be use Dimensionality() function to populate Date for only the rows:
If(Dimensionality() = 3, Expression4InquiryDate)
Similarliy for the RentedDaye
If(Dimensionality() = 3, Expression4RentedDate)
 
					
				
		
 mgavidia
		
			mgavidia
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sunny,
That tip did the trick. Thank you very much!
Miguel Gavidia
