Skip to main content
Answer

Why report Transaction for Period ( GL633000) can't filter by creation date of that GL?

  • March 20, 2023
  • 4 replies
  • 64 views

Forum|alt.badge.img

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.

Best answer by miguel80

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.

4 replies

miguel80
Semi-Pro III
Forum|alt.badge.img+3
  • Semi-Pro III
  • Answer
  • March 24, 2023

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.


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • March 24, 2023

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.

 


miguel80
Semi-Pro III
Forum|alt.badge.img+3
  • Semi-Pro III
  • March 24, 2023

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. 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • March 24, 2023

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