Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if(D=11, Include,
if(v=2,include,
if(D=11,include,
ApplyMap('shortlistmap',CODE)))) as sub
This is my code for include statement. But I am getting error as include statement not found. Can anyone help me?
What exactly are you trying to include? Or are you trying to set your value to 'include'? If that's the case, you need to use quotes to tell Qlik that 'include' is a string.
Hi Master,
I am actually trying to include a condition like,
If d=11, (exclude this if condition )and include rest of the data.
I don't quite follow. What should happen to this value, exactly, if d=11? And why are you checking this twice?
I actually need to exclude some data from the remaining. so after checking the if condition, I can exclude this condition satisfying data from the remaining data.
I'm sorry, I still don't understand what you're trying to do or what this 'include' means.
I was trying to include a data if some conditions will be true. Initially, I thought there will be some 'include' statement for that. But I was wrong and I done that with IF statement. Thanks for the help