Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set expression taking ages - sometimes crashing.

avg(aggr(Count({$<questionGroup={'D1Grid'},Data={'*(r2)*', '*(r3)*', '*(r5)*', '*(r6)*'}

  ,potentialResponses={'*(r28)*',

  '*(r29)*',

  '*(r2)*',

  '*(r6)*'}>}Data)

  , ID, Data))

Any ideas why something so simple would crash?

The document has a few million rows loaded into it.

1 Reply
Gysbert_Wassenaar

You may find it 'so simple' but it requires quite a bit of calculations. And probably memory too. Open the Sheet properties window, go to the Objects tab and look at the CalcTime and Memory columns. If you run out of physical ram memory then Windows will start using the page file and that slow things down horribly. Running out of memory can also cause a process to get killed.


talk is cheap, supply exceeds demand