Use this expression in the format expression. Then you can have the drop down when the cell gets focus but it will be blank when the cell doesn't have focus.
if(isNull( termination_date ), '', '[general]')
Mark
Use this expression in the format expression. Then you can have the drop down when the cell gets focus but it will be blank when the cell doesn't have focus.
if(isNull( termination_date ), '', '[general]')
Mark