Hi,
I want to put a query range for date in my report
I have fromDate(EDT FromDate) and ToDate (EDT ToDate) in my contract class
FromDate is filled with 5/9/2020
ToDate is filled with 5/9/2021
I want the range to be the following:
CreatedDateTime >= FromDate AND
CreatedDateTime < ToDate+1
I tried using
qbds. AdsRange(fieldNum(PurchTable, CreatedDateTime)).value(queryRange(FromDate, ToDate+1))
But i'm getting three issues in my query result
1. It's not adding +1 to the ToDate
2. I want less than ToDate and not less than or equal ToDate. Also the input date is appearing as 2020-09-04T23:00:00 in the query instead of 5/9/2020