Solved! Go to Solution.
BUILDINGTYPE like '[value]%'
Tip:'[value]' is a literal value that needs to be specified in the expression. The apostrophe's are needed if working with string values.
BUILDINGTYPE like '[value]%'
Tip:'[value]' is a literal value that needs to be specified in the expression. The apostrophe's are needed if working with string values.
BUILDINGTYPE like 'Apartment%'