Hello again,
I am having another dilemma.
There is a table
_______________________________________
Report Period: Date
Orders Orders_Last_Week Year_Total
________________________________________
So I am giving user parameter to enter Report Period.
My Orders are (count of Orders_Qty by Product)
My Orders_Last_Week is what?
How do I apply that I need
(count of Orders_Qty by Product)where (Order_Date = Report_Period -7)
Please, help.
I am having another dilemma.
There is a table
_______________________________________
Report Period: Date
Orders Orders_Last_Week Year_Total
________________________________________
So I am giving user parameter to enter Report Period.
My Orders are (count of Orders_Qty by Product)
My Orders_Last_Week is what?
How do I apply that I need
(count of Orders_Qty by Product)where (Order_Date = Report_Period -7)
Please, help.