I am having trouble excluding text in a field that starts with “Community Launch”. I am using the code:
rp.project_name NOT LIKE ‘Community Launch%’, but this is removing any text that also has Community in it. I need for it to remove text that starts with Community Launch.
I have tried different variations and searched, but I am unable to resolve.
Any help is greatly appreciated.