I need help on how to code this in beast mode.
(It's like I need to tag a specific column that it's either included/excluded based on the CASE WHEN statement). I just dont know how to do in using the proper syntax.
CASE WHEN ...........
Then <field name> 'excluded'
Else <field name> 'included'
END