Hi
I do have a class with a dialog, having range values entered by user.
I want to create a query having CustTable data matching the values. All range values except 1 are for custTable. 1 is for the invoicedate on custinvoicejour.
In the case there are records in the custinvoicejour with an invoicedate in a specific timeframe I want to get only those custTable records, if there is no time-frame specified I want to get all custTable records matching the ranges
How can I build up the query to match the effort