Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

If contain and doesn't contain logic

Shibasisnamdev
6 - Meteoroid

Shibasisnamdev_0-1666267700106.png

 

2 REPLIES 2
binuacs
21 - Polaris

@Shibasisnamdev 

 

If Contains([Task],'CH') Then 'ABC'
ElseIf Contains([Task],'BA') Then 'BAC'
ElseIf !Contains([Task], 'CH') And !Contains([Task], 'LO') Then 'DDD'
Else Null()
EndIf

 

binuacs_0-1666305093399.png

 

Shibasisnamdev
6 - Meteoroid

Thank you

Labels
Top Solution Authors