Hello,
I am trying to write a query that will check to see if the value of a property is not found within another property of the same node. Such as "Site Code" property value is not found in "Site Code + Location" property value (i.e "101" site code not found in "201 - Example Building"). I am probably overcomplicating things here but im trying to pin point all the nodes that have incorrect site codes in a field dynamically instead of going through each site code and hard coding it. I've tried to use LIKE but it recognizes a string within the value and throws an error. I am curious if there is something like CONTAINS that would accept two properties and compare them. I hope that I somehow explained this clearly enough.