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

Error Message in Graphic

In the final screen when i create a, i see a message "Superata la memoria allocata" (In english "Passed the allocated memory.")

.

I don't understand why there is this error message.

IS it wrong the formula that i used? I have to count the speed of claim settlement (in insurance) that is [sum of payed accident/(Sum total accident - sum of accident without a continuation)]

I use this formula: (Count({$<STATO_TECNICO={"PAGATO"}>}STATO_TECNICO))/(Count({$<STATO_TECNICO={"PAGATO","APERTO","PAGATO PARZIALMENTE"}>}STATO_TECNICO))

2 Replies
Gysbert_Wassenaar

Try changing the double quotes into single quotes:

(Count({$<STATO_TECNICO={'PAGATO'}>}STATO_TECNICO))/(Count({$<STATO_TECNICO={'PAGATO','APERTO','PAGATO PARZIALMENTE'}>}STATO_TECNICO))

If that doesn't work you'll have to post a qlikview document that demonstrates the problem.


talk is cheap, supply exceeds demand
maxgro
MVP
MVP

the message is allocated memory exceeded

and you can find a lot of similar post

https://community.qlik.com/search.jspa?q=allocated+memory+exceeded

try to add some other info to the question (chart type, number of dimensions and expressions, num of records, model)