Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I'm using this function
Pick(Match($(vColli),1,2),sum([SteColli]),sum([colliAP]))
but I receive the error message 'Dimension is not valid'
Could you help me?
You are using this as a dimension or expression?
dimension
You would need a Aggr function in that case since you are using Sum() function.
Hi,
I think this should be a expression instead of Dimension.
Regards,
jagan.
that means
Pick(Match($(vColli),1,2),Aggr(sum([SteColli])),Aggr(sum([colliAP])))