Exclude Time Data
Hello, I have a column that is in Date-Time format. I would like to exclude rows where the time includes 04:00:00, but my script isn't working. Any help is appreciated. Script in the Exclude column:If( Contains( Format(:DT, "hh:mm:ss"), "04:00:00"),
1,
0
)