Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
i want to show a count of DJobID in MonthYear wise in straight table
but it won't consider all date it shout be maximum Date
so i use
count({<Date = {'=Aggr(Max(Date),MonthYear)'}>}DISTINCT DJobID)
for Jan 2013 it will be 6 but it shows only 5 What did i wrong?
May be try this
FirstSortedValue(Aggr(Count(DISTINCT DJobID), Date, MonthYear), -Aggr(Date, Date, MonthYear))
May be try this
FirstSortedValue(Aggr(Count(DISTINCT DJobID), Date, MonthYear), -Aggr(Date, Date, MonthYear))