Is there a way to display a date (friday) if the date falls on a weekend (Saturday)?
I have a dateTime field. If the date falles on a saturday i need the report to display the friday prior.
here is the formula I created that does not work:
I have a dateTime field. If the date falles on a saturday i need the report to display the friday prior.
here is the formula I created that does not work:
Code:
stringvar checkdate := if {SCalendar.checkDate} = crsaturday then Checkdate = "Saturday Checkdate";