Multiple Nested Case Statements Help
I'm trying to nest multiple conditional clauses together and having trouble. Based on the campaign_name, I want a specific calculation completed and value output of 'Good' or 'Bad.' This formula works properly when only specifying one campaign_name: CASE WHEN SUM(case when `campaign_name` = 'VALUE1' AND `Abandon_Time` > 15…