Mar 24, 2006 #1 keeno MIS Feb 24, 2006 33 GB Hello I am trying to create a formula which will return me any records with a (Reported Date) up to 08:00am on the previous day. Can someone help me write this formula Many Thanks David
Hello I am trying to create a formula which will return me any records with a (Reported Date) up to 08:00am on the previous day. Can someone help me write this formula Many Thanks David
Mar 24, 2006 #2 lbass Technical User Feb 9, 2002 32,818 US Is this related to your question in thread767-1209320? Try: {table.datetime} < datetime(currentdate-1,time(8,0,0))) -LB Upvote 0 Downvote
Is this related to your question in thread767-1209320? Try: {table.datetime} < datetime(currentdate-1,time(8,0,0))) -LB
Mar 24, 2006 #3 lbass Technical User Feb 9, 2002 32,818 US Sorry, that should have been: thread767-1208320, and in that thread the formula could have been simplified to {table.datetime} in datetime(currentdate-1,time(8,0,0))) to datetime(currentdate,time(7,59,59)) -LB Upvote 0 Downvote
Sorry, that should have been: thread767-1208320, and in that thread the formula could have been simplified to {table.datetime} in datetime(currentdate-1,time(8,0,0))) to datetime(currentdate,time(7,59,59)) -LB