I have a basic expression SUM(value)
.
I want to modify this expression so it does 2 things:
Ignores all list box selections except one (yearperiod) and contains explicit where conditions.
Pseudo expected expression:
(SUM(value) Where category = 'abc'/SUM(TOTAL value Where category = 'abc' OR 'xyz' (NOT AFFECTED BY yearperiod))