I am trying to create a JO program that suggests content based on their role (CIO, Application, etc). The way in which I do this is to match their role to our contents Taxonomy Level through a calculated field.
My issue lies in that not all of our roles (Security & Risk or CIO/CTO for example) match up to its corresponding Taxonomy (Security or CIO). Is there a way within the advance logic to change the outputted string if it matches a certain criteria? Something that may mimic how I would make this change if it was a coding language such as:
If role == Security & Risk then role = Security
Any help would be appreciated!