First Day of the Week

We have a function in WEBI called ‘Last Day of the Week’. How can we get ‘First Day of the Week’ assuming SAT day is the first day of the week.

Here is the variable for last day:

=LastDayOfWeek([Case Dt (truncated)])


Developer_Designer (BOB member since 2009-08-09)

Try something like this.

=RelativeDate(LastDayOfWeek([Case Dt (truncated)]);-7)

Jansi :india: (BOB member since 2008-05-12)