I have a field which contains text string, for example:
Credit for an item
Credit for menu
Debit for food
Credit for food
Debit for Delivery
Etc.
I want to categorize them into two categories impacting and none impacting adjustments
I am trying to write this expression in SQL:
If "Text_string" contain "Keywords: Food, Delivery", then "Impacting" else "None Impacting"
Thanks very much in advance