Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
random_user_3869
Partner - Creator III
Partner - Creator III

If statement issue in script

Hello qlik community 

In the script i try the following statement

 

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.

But it doesn't work for every app name.

Could you help me

Thanks

Labels (1)
0 Replies