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: 
Anonymous
Not applicable

script optimization

how to optimize the script

i have many if conditions

how to replace it ,

9 Replies
dathathreya
Creator
Creator

Please elaborate  your question ,not able to get it exactly.

Anil_Babu_Samineni

If conditions won't effect any performance In script due to it effect only becuase of RAM / CPU.

And you've created many interview questions for different threads. If possible, Try to make one thread with possible questions.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

4 gb(approx)

Anonymous
Not applicable
Author

if(match(Time,
'1','2',........................................'30'), 'N', 'Y') as timeperiod

like these conditions

and also nested if conditions :

If(,
If(x=' ' and y=' 1 to 7',

like this multiple if conditions with hardcoded values.

MarcoWedel

please close your threads if your questions are answered:

Qlik Community Tip: Marking Replies as Correct or Helpful

thanks

regards

Marco

Anonymous
Not applicable
Author

am basically splitting my big application into sub parts,for that i deleting thse two tabs

avinashelite

You should share the complete info of your problem ...if you share in bits we will be not able to understand the actual issue ...............

what's the problem you facing ?

Loading taking lot of time ?

if conditions are clumsy ?

Anonymous
Not applicable
Author

yes lot of nested if statements.