user03674 Member

Comments

  • I'm trying to add another command in this statement, but it isn't working. does elseif not work? Case When `ACTUAL_START_DATE` is null then 'Tracking' elseif 'ACTUAL_START_DATE' is not null and `ACTUAL_END_DATE` is null then 'In Process' else 'Completed' End