Skip to main content

Hi all,

I have already  added  parameter filter date but it does not work. I filter the creation date of that GL based on field Batch.CreateDateTime as below.

Pls advise me if I misunderstand sth.

Thanks in advanced.

Hi!

 

Try using two separate conditions for the date instead of the “between”. Something like “greater than or equal” to @FromDate AND “less than or equal” to @ToDate.

Let me know if that helped.


Hi!

 

Try using two separate conditions for the date instead of the “between”. Something like “greater than or equal” to @FromDate AND “less than or equal” to @ToDate.

Let me know if that helped.

Oh it’s right @miguel80 . But may I ask why I filter FromDate and ToDate it’s not worked. For example, I need the creation date to be March 24, then I have to filter the todate to be March 25 it’s show as expect, but it doesn't show anything  when I change to March 24th.

 


Might be that the creation date has also the time so your parameter is being considered as 03.25.2023 00:00:00 which is less than 03.25.2023 11:15:32. 


Might be that the creation date has also the time so your parameter is being considered as 03.25.2023 00:00:00 which is less than 03.25.2023 11:15:32. 

oh it’s make sense , thanks @miguel80 


Reply