Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to say in qlik :
if (team1= team2 ) then test<= team1-team2
team1 and team2 two colonne String
Try this
if(team1 = team2, team1 - team2, null())