Skip to main content
Question

I need to filter by date. Its a CSV: that I need to filter by both Open and Closed status. But I need to find the Closed work orders that have been closed in the last 60 days. I am using TESTER to do the filter.

  • April 7, 2023
  • 1 reply
  • 8 views

jamesb16
Contributor
Forum|alt.badge.img+1
I need to filter by date. Its a CSV: that I need to filter by both Open and Closed status. But I need to find the Closed work orders that have been closed in the last 60 days. I am using TESTER to do the filter.

1 reply

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • April 7, 2023

You should be able to use this expression in a Tester or TestFilter.

@DateTimeFormat(@Value(date_field),%Y%m%d) >= @DateTimeAdd(@DateTimeFormat(@DateTimeNow(),%Y%m%d),-P60D)

image


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings