I have 2 different analytic app and reversed the logic for both as stated below.
If [#1]='True' THEN 'False' ELSE 'True' ENDIF
If I select the 1st one and run, only the selected runs no issue. But when I select only the 2nd, both 1st and 2nd are running. Ideally only 2nd should run.
Can someone help on this?