Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need to optimise performance

Hi,

I have some scripts in my application which takes longer time to load.

example:

for i = 1 to 365

load

f1,f2,f3,f4,f5,

$(i) as day,

sum (if($(i) < f1,f3,0) as g3

group by

f1,f2,f3,f4,f5;

How can I optimise this...?

Group by takes more time...

1 Reply
Not applicable
Author

Is there a specific reason you need the group by?

I have never needed to use a GROUP BY with QV, since you can do that in the tables/chart easily. But I don't know the background of your request of course 🙂