Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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))
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.
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)