Heyo,
Working on a dashboard, using a pivot chart, to identify when a ticket is transferred to a different recipient.
I'm using this CASE statement.
CASE WHEN [Constituent ID] = [Recipient Constituent ID] THEN 1ELSE 2END
Getting this error:
expecting parameter type 'Boolean' that consists of expression type 'Member Expression'. Instead found 'Demension Expression'.
Any ideas on how I would accomplish this?
Hi Jonathan,
Have you looked at the Recipient Specified Flag field?
I have not, but it looks like it does what I need. Thanks!