Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I want to know the alternative and best optimized functions instead of where condition in the backend script of qliksense.
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
Hi, I dont want to use joins and keep function (is there any alternatives other than joins and keep)
Hi, I am curious about why you don't want to use where, join nor keep. Could you explain?
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.