I have a process where only items >= 7 days out should be looked at. When I run the job it’s grabbing dates that don’t match the selection. I’m sure I’m missing something dumb/obvious in my Assigns, but I’m not sure what it is.
HI @rridlen
Fine try with this buddy FilteredDT=DT1.Select(“[State]=‘Approved’ or [State]=‘Approved Credit Pass’ and [FirstDateAffected] >= #”+NxtWk+"# ").CopyToDataTable