Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to optimize the script
i have many if conditions
how to replace it ,
Please elaborate your question ,not able to get it exactly.
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.
4 gb(approx)
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.
please close your threads if your questions are answered:
Qlik Community Tip: Marking Replies as Correct or Helpful
thanks
regards
Marco
am basically splitting my big application into sub parts,for that i deleting thse two tabs
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 ?
yes lot of nested if statements.