Hi all - I create the folling simple beastmode to find the number of days between two dates: DATEDIFF(`Date1`, `Date2`) The formula validated and the output reflected the correct number of days betwee…
I'm working in MYSQL and trying to write a CASE WHEN Statement with multiple AND X<Y conditions. When it is finished, the statement below will be much longer with 15 more AND conditions, but right now…