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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.