Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want max age of the field...
=if(num(num(date(today())- num(BL_DT_VPC)),'####'),(num(num(date(today())- num(BL_DT_VPC)),'####')))
Thanks
try with age function.
I got two values using (num(num(date(today())- num(BL_DT_VPC)),'####') )
but I want max of above two values...
Hi Prashanti,
Try
Aggr(max(your formula),Dealership)
Regards
Kamiel
Dealership is not my dimension I just rename the filed.
when I am using max(num(num(date(today())- num(BL_DT_VPC)),'####') )
in expression then I get max value..
you can use this function FirstSortedValue()