twaldron Member

Comments

  • You should be able to use a beast mode like this: CASE WHEN ADDDATE(`End Date`, INTERVAL 1 month) <= CURDATE() THEN 'Completed' ELSE 'LIVE' END