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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
taz803
Contributor III
Contributor III

Using if syntaxe

how to say in qlik :

if (team1= team2 ) then test<= team1-team2

team1 and team2 two colonne String 

1 Reply
Chanty4u
MVP
MVP

Try this

if(team1 = team2, team1 - team2, null())