To be concise: You want to report on data from Monday of last week through the date the user selects.
Is that correct?
You may have overcomplicated your expression. Try this:
Is that correct?
You may have overcomplicated your expression. Try this:
Code: [Select]
_add_days(current_date, -_day_of_week(current_date,1)-7)