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.
texas_stats_1-1717433396828.png
Script in the Exclude column:
If( Contains( Format(:DT, "hh:mm:ss"), "04:00:00"),
1,
0
)