Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could You please explain me why I get 'error in calculated dimension'? I try to sum the stock of certain articles in Dimension. I don't want to put it to the Expression, because then the value of stock will appear under each order_spec_id, and I want to have it displayed only once...
Borys
I found that I have to use aggr() function instead of bare sum()!
I found that I have to use aggr() function instead of bare sum()!