Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way i can show the latest 3 months in the chart properties?
(Most Recent)
There are options for the first, largest and smallest
The month field is DEC_Month
In the dimension limit tab - Restrict..Show Only->Largest/Smallest -> define your number (3 here)
To show the latest months
Only the newest months, (most recent)
May be use expression, Something like below to show only 3 months which is latest one
Sum({<DEC_Month = {">=$(=AddMonths(Max(DEC_Month), -3)) <$(=Max(DEC_Month))"}>} Sales)
Does not work, Not as a variable
Are you replying to me? Or for Tresesco. Any way, If your question is relevant to expectation then my expression should work in front end. If question was different then i apologies for that
HI Anil
Very sorry but that does not work
It shows 4 months
Is there anyway i can get the top 3 selling months for the "sales assistant"_ "BOB"
May be look FirstSortedValue()