Hi there
Rather than add new date variables and fields to the Request Form, I'd like to use the Date dataItem in a new report so that I can select the "period from" and "period to" fields and use these for filtering other dataItems.
Trouble is, I can't seem to work out how to do this.
Can anyone help?
Many thanks.......
Robbiex
0
Answers
RIS Plus, LLC
Sorry if I didn't make myself clear enough......
I am simply making a report.
However, I want to use date periods/ranges in the report.
For example, I want to use the Customer dataitem to run through the customer table and then query the Purchase Lines table (using my own rec variable) to get the total value of items on order for that customer.
(I prefer to do that rather than use the standard Purchase Line dataitem in the report.)
But I also want to be able to select date ranges if I want.
To do this, sure, I could use my own "date from" and "date to" variables from the request form to get the date values I want to use, but I thought I may be able to do something different and use the Date dataitem for a change, that's all.
Does that clarify things a bit for you?
2) If you need from..to you need to filter starting date to "From.." and ending date to "..To" to get all periods between... (or if you want the period ending or begining in this range you can use Starting date = "..to" and Ending date = "from..")
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
Your ideas and suggestions are always useful...
I will follow your advice.
Have a good day y'all!