
Announcements
Hi All,
I am passing one parameter which is datekey into JSON. Using that datekey I want to check whether it falls in between startdatekey and enddate key.
How can I achieve that?
For instance-
I have below record in an entity
Startdatekey EndDateKey Target
20210112 20210114 34
So I pass datekey as 20210113 then it should return the above row as the passed datekey falls in the above date range.