Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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
20 - Arcturus

@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