Hi,
looking to create a True/False flag though compute to search a string for a smaller subset of the string and return true/false.
I have the string AB-CDE-123456 and need to return TRUE if the string contains
"CDE" in any location in the string.
tried @header@ = "*CDE*" but this does not seem to work. does Paxata handle wildcard characters differently?
Thanks
you can first choose compute
then, here is an example