Hi alteryx community,
Im having an issue writing an if statement using wildards.
Lets say I have field entries with wave 1, wave 2, wave 3, wave etc.
If [Other] = "Wave*"
Then 1
Else 0
Endif
Im trying to use a wildcard or any other related function to capture anything that starts with "Wave" and end in a plethora of variable endings.