Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi. I am new to Qlik and hope someone can help me on this, many thanks:
Can I use:
IF vFullMode = 1 or vQvdExists = 0 then ...
OR:
IF vFullMode = 1 and vQvdExists = 1 then ...
OR:
IF vFullMode = 1 then
IF vQvdExists = 0 then
......
Else
......
End IF
Thank you Chris. I will check out how Trace works.
I tried IF vFullMode = 1 or vQvdExists = 0 then ..., it seemed worked fine. So I guess it is allowed.
The easiest way to find out without waiting hours or days for an answer in the comunity is:
Just try! Use a trace string to test if your logic is correct.
(short answer: yes)
Thank you Chris. I will check out how Trace works.
I tried IF vFullMode = 1 or vQvdExists = 0 then ..., it seemed worked fine. So I guess it is allowed.