Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using below expression to show mileage charged.
Sum(Aggr(Max(If(range_gained > 9000, 9999 - range_gained, range_gained)),vinheader,charge_session))
I have to ignore the selection of charge session made in another graph for that I am trying to use {$<charge_session=>} but it's not giving result . how can ignore it in graph. please suggest something.
Thanks!
Try it with the following logic: sum({ Set } aggr({ Set } max({ Set } Field), Dim))
Try it with the following logic: sum({ Set } aggr({ Set } max({ Set } Field), Dim))
@marcus_sommer , Thanks!
it worked perfectly!