Beast mode with multiple case statements
Hi, I would really appreciate help with a beast mode that I am unable to resolve even after looking into many answers on dojo. The beast mode looks like below: CASE when (CASE when `Cost Type` like 'Fix Price' then (CASE when `End Date` < CURRENT_DATE-3 then `CPM` else (`CPM`/(DATEDIFF(`End Date`,`Start…