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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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())