I have a report where I need to have a summary based on the last 7 days. I would normally do something like
If {orders.order.date} in Last7Days Then
{orders.order.amount}
Else
0
My understanding is that this works based off the current date, regardless of what values are in the order.date field. I need the report to show the last 7 days based on the most recent date. For example, today is 8/23 but when I run this report the most recent data is from 8/22. I need to show data from 8/16 – 8/22. Is there a way to do this?
Thanks,
Shannon
If {orders.order.date} in Last7Days Then
{orders.order.amount}
Else
0
My understanding is that this works based off the current date, regardless of what values are in the order.date field. I need the report to show the last 7 days based on the most recent date. For example, today is 8/23 but when I run this report the most recent data is from 8/22. I need to show data from 8/16 – 8/22. Is there a way to do this?
Thanks,
Shannon