I have a report designed based on the historical inventory valuation and I would want to introduce a date range parameter instead of using the Period as is with the standard Acumatica forms. I have the report date field selected via the filter but when I run the report on data is extracted.
Has anyone worked with an inventory valuation report where one can draw the date parameter range instead of using a period?
Best answer by Kandy Beatty
HI @kudzaim20
You can add that right on the report designer. GO to File> Build Schema> Parameters
I did add the date filter , however it does not filter the transactions by “date”, if you check balance at the end of August and compare with end of October it is coming back the same with no difference yet there were transactions between the said period.
Try to change the default value to be a range, such as an if statement.
You can add that right on the report designer. GO to File> Build Schema> Parameters
I did add the date filter , however it does not filter the transactions by “date”, if you check balance at the end of August and compare with end of October it is coming back the same with no difference yet there were transactions between the said period.
You can add that right on the report designer. GO to File> Build Schema> Parameters
I did add the date filter , however it does not filter the transactions by “date”, if you check balance at the end of August and compare with end of October it is coming back the same with no difference yet there were transactions between the said period.
Try to change the default value to be a range, such as an if statement.
You can add that right on the report designer. GO to File> Build Schema> Parameters
I did add the date filter , however it does not filter the transactions by “date”, if you check balance at the end of August and compare with end of October it is coming back the same with no difference yet there were transactions between the said period.
Try to change the default value to be a range, such as an if statement.
@Kandy Beatty@kudzaim20 what was the If statement that you went with to get the date range to work out properly?