
I want to grab posted invoices based on its date. For example, I only want to grab invoices within the range of May 2022 (2022/05/01 - 2022/05/31).
How would I do this using SetRange/SetFilter on a table record?
How would I do this using a Dataitem that already has a DataItemTableView and DataItemLink property (I'm hoping I can add onto these properties already set)?
This is the current properties I have on my data item:
Hi jdrco ,
Please use below line of code.