Hello all,
I have a daily report, that has following selection formula in
record select:
{table.Timestamp}= currentdate -1 and
{table.Timestamp} in datetime(currentdate-1,time(9,0,0)) to datetime(currentdate-1,time(20,0,0))
If I run it on monday 2/14/2011 how can i default it back to Friday 2/111/2011 for interval 9 to 8 instead of going back to sunday. I tried weekdayname()<>....but it did not work.
Thanks for your help.
I have a daily report, that has following selection formula in
record select:
{table.Timestamp}= currentdate -1 and
{table.Timestamp} in datetime(currentdate-1,time(9,0,0)) to datetime(currentdate-1,time(20,0,0))
If I run it on monday 2/14/2011 how can i default it back to Friday 2/111/2011 for interval 9 to 8 instead of going back to sunday. I tried weekdayname()<>....but it did not work.
Thanks for your help.