Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All
How can I put the expression to calculate MTD? I have the following columns in the pivot table:-
In the past I've used: (unchecked syntax)
=sum(if(monthname(DateField)=monthname(today()) and date(DateField)<=date(today()),Sales))
Alternatively of course you can use the InMonthToDate() function.
Hope that helps,
Matt - Visual Analytics Ltd