Where I am trying to compare two fields a tmestamp and last changed which are both unix timestamps. If they are both the same show me those results type of thing
Following the example in that post I did this c_event_last_state_change IS c_event_timestamp
However this doesn’t seem to work at all, or doesn’t give me the outcome I am expecting. Is this even possible or is there another way to possibly accomplish this?