Syntax of Datetime in condition statements
I'm quite sure there is a really simple solution for my problem but even after searching the community and the scripting index I am stuck. I want to access all rows before a certain date in my time column, e.g. :Timestamp < "25/06/2020 12:00:00 PM" What is the correct syntax for putting a datetime into a condition? I've seen it in the data filter with the numeric JMP date time format, but I haven'...