Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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