hello,
I have some data and I need a new field (maybe not?).
this field gets calculated by the count of items divided by the sum of a field from the counted items.
this should be displayed in a pivot view.
So my question is, is there a nice way without adding a computed field with store = true and get this shown in the pivot view (so column c = column a / column b; using group by)?
if not, how is it about with store = true > because of the group by it's always different
best
Max