Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
gireesh1216
Creator II
Creator II

Convert if statement to set analysis in qlikview?

Hi All,

My if statement is as follows:

IF(ISNULL(A),'No Receive Date',IF(B<>'Accepted',IF(LEN(C)>0,IF( LEN([D)>0, IF(D>C,'Delayed','On Time'),IF(NOW()-C<0,'On Time','Delayed')),'No Due Date'),'No Action')) as DELAYED


I am looking out for other options instead of using IF statement .


Please  suggest me.



13 Replies
sushil353
Master II
Master II

Why don't you try to put the condition at SQL level

sushil353
Master II
Master II

There you would have more tuning options.

gireesh1216
Creator II
Creator II
Author

I am getting data from share point not database.

gireesh1216
Creator II
Creator II
Author

Thank you all