Hi! I'm hoping someone can shed some light on this (apologies if this is the wrong forum!).
I'm trying to do something very simple with 1 dataset, but it doesn't seem to be working. My dataset has 2 columns I need to check - Person Number and Manager Person Number - and what I'm trying to achieve is to check if the Person Number exists within the Manager Person Number column, then I want the formula to return 'Y'. For this, I've written:
CASE WHEN PERSON NUMBER IN (MANAGER PERSON NUMBER) THEN 'Y' ELSE 'N' END
OAC validates this successfully, but it returns 'N' for everyone.
I really don't understand what I'm doing wrong here, could anyone share some ideas?
P.S: I have found a workaround, but it involves an additional dataflow, which I would prefer to avoid.
Many thanks!