Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
I need to include max date in expression . Can anyone help me how to write it.
I tried aggr(max)
Count({<Rating={'NR'}>}Rating)
I need to include max(Rating Date) into the above expression . I am using bar chart .
Thanks,
Venkata
Is it max date of date selected, or maybe max date of some chart dimension?
regards
Darek
Its max date of dimension which is called rating date
Hiya,
Maybe this will help:
=Count({$<Rating={'NR'},RatingDate={$(=Max(RatingDate))}>}Rating)
Hi,
Try this
=Count({<Rating={'NR'}, [Rating Date] = {'$(=Date(Max([Rating Date])))'}>}Rating)
Regards,
Jagan.