Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need an expression to just display the last 6 months data only on my staright table..I have a Month and year column
yes i need with date ..can ypu give me the full expression for date.. as i dont want to hard code .. it should be dynamic..today - 6 months
{< Year = {$(=Year(Today()))}, Date=>}.
and secondly should date be one of the dimensions or expressions in the chart?
Hi Raadwiptec,
Try the below expression.
=SUM({<Date = {">=$(=Addmonths(Max(Date),-6))<=$(=Max(Date))"}>} Sales)
Try with this:
And not is necesary that the day (or date) be on the chart (as expression or dimension)