Resolved! How to check if a DateTime data item is empty or not?
How to check if a DateTime data item is empty or not? I tried these 3 and its not working.1. [My DateTime]<>""2. Len([My DateTime])>03. Used Filter collection but that throws an error because it supports string only.If I save "My DateTime" into a Tex...