If you mean you want to show records for the last business day, so if you run the report on Monday you get Friday's data, then in Report->Edit Selection Formula->Record:
If DayOfWeek(CurrentDate) = 2
Then {MyTable.MyDateField} = CurrentDate-3
Else CurrentDate-1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.