IF wildmatch(DocumentTitle(),'*suivi*Objectif*','*challenge*','*backlog*','*pilotage*commercial*') = 1 OR UPPER(TEXT(left(DocumentTitle(),4))) = 'NIV3'
THEN
RESULT 1
ENDIF
Basically if the app name contain one of the following string caracters then the result 1 appear.