Hello,
I have an activity "OCH_Activities". "Source_Queue_TXT" and "OCH_Activities". "Target_Queue_TXT".
I want if source and target are the same, that I get the value 1 for example.
I have already tried
COUNT( CASE WHEN "OCH_Activities". "Source_Queue_TXT" = "OCH_Activities". "Target_Queue_TXT" THEN 1 ELSE 0 END)
but this does not compare the two activities. What would be the correct approach here.
Thanks