Hi there,I'm trying to query a list of records which requires "does not end with" operator. Is there such operator? If not, what would be a workaround?For example:var db = new GlideRecord('table');if X = 1 then db.addQuery("field", "ENDSWITH", "5")el...