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: 
BI_Rockstar_265
Contributor II
Contributor II

Script Optimization using without where condition

Hi Folks,

 

I want to know the alternative and best optimized  functions instead of where condition in the backend script of qliksense.

4 Replies
JuanGerardo
Partner - Specialist
Partner - Specialist

Hi @BI_Rockstar_265 , you can use Join and Keep functions instead, usually with better performance than  Where condition. More info here: Combine tables with join and keep 

JG

BI_Rockstar_265
Contributor II
Contributor II
Author

Hi, I dont want to use joins and keep function (is there any alternatives other than joins and keep)

JuanGerardo
Partner - Specialist
Partner - Specialist

Hi, I am curious about why you don't want to use where, join nor keep. Could you explain?

MayilVahanan

Hi

Based on the scenario, where condition / join / keep helps to optimize the script.

If ur question is general, yes, alternative for where condition is join / keep  alone. 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.