oql query start of day in where clause

0
My oql query is not coming back with full set off data due to time in the daterange. where app .ApplicationDate >= RangeBegin($DateRange)   How can  I use my where clause to get all for that date from the beginning of the day. something like app .ApplicationDate >= RangeBegin($DateRange).BeginOfDay Pending the time of day i run my query the daterangeselector uses the time i run
asked
1 answers
0

Use DatePart  in the expression

answered