Columns with 2 Unique Values (1,0), into one Column
Hoping someone can help me solve this. I have a dataset that has multiple columns with a 0 or 1 value. I'm trying to combine these multiple columns into one using a beastmode, naming those values with their respective headers - So: (CASE when `Business Change` = 1 then 'Business Change' when `Division Change` = 1 then…