Nov 16, 2009 #1 sanjaych Technical User Jun 11, 2009 8 GB I only want to show records that have null in a date time field. What formula should I use?
Nov 16, 2009 #2 lbass Technical User Feb 9, 2002 32,816 US Try a record selection formula like this: isnull({table.datetime}) or {table.datetime} = datetime(0,0,0,0,0,0) -LB Upvote 0 Downvote
Try a record selection formula like this: isnull({table.datetime}) or {table.datetime} = datetime(0,0,0,0,0,0) -LB