I have a bit of a complex task given to me that I suspect is reliant on Parameters but I have no idea on how to go about having multiple date parameters existing at the same time without causing conflicts or maybe I am going about this wrong.
So in the report as it currently exist there is only a start date and end date Parameter, what I need to do is get another field within the report that pulls the net sales for a month prior to the selected start date/end date and then the net sales from the previous fiscal year.
the Net sales is pulled from ARTran.NetSale like this =sum([ARTran.NetSalesAmount])
Solved
Sales Profitability by salesperson and customer, add Net sales for prior month and prior year.
Best answer by malintha
Hi
For net sales for a month prior, you can use a sub report to get the relevant value. After passing the relevant Date parameters from the main report to sub report, you can set a simple formula for the Date parameter of the Sub Report from the Filters tab in the Schema Builder like this “=[@DateFrom].AddDays(-30)”. And also as the sub report, I think that you can use a copy of this same main report by doing some customizations like removing unnecessary fields and Table Relations.
Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.