Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I combine these:
avg(aggr(firstsortedvalue(value,-date),Client))
Client = P({1<order={2}>} Client)
Hope someone can help!
liivi
Hi,
maybe one solution could be:
=avg(aggr(firstsortedvalue({$<Client = P({1<order={2}>} Client)>} value,-date),Client))
hope this helps
regards
Marco
Did you try this?
avg({<Client = P({1<order={2}>}>} aggr(firstsortedvalue(value,-date),Client))
Hi,
maybe one solution could be:
=avg(aggr(firstsortedvalue({$<Client = P({1<order={2}>} Client)>} value,-date),Client))
hope this helps
regards
Marco