Nov 16, 2009 #1 sanjaych Technical User Joined Jun 11, 2009 Messages 8 Location 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 Joined Feb 9, 2002 Messages 32,818 Location 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