Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
farolito20
Contributor III
Contributor III

if statement

How to do the comparision of two string?

set key = "t_bpid|t_nama|t_ccur";

set newkey = "t_bpid|t_nama|t_seak|t_ccur";

  if $(key)<>$(newkey) then

1 Reply
Not applicable

Hi U can use like below

Set A=Kabilan;

Set B=Kavi;

if A<>B then

Set C=Sujitha;

end if

Regards,

Kabilan K.