Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i made a table, but when i click "Expand All" the memory for that object is going out.
Is there a way to set more memory for the object?
Hi,
Which Qlikview version you are using?
Check this:
http://community.qlik.com/message/310289
HTH
Sushil
Hi,
i'm using 10 SR4.. so i can't find "Export Memory Limit" in "User Preferences" !!
Is this the only solution?
You should check your expressions: if you are using many if and else condition or you are using some complex expression then it is likely to behave like this.
also check your file size and your machine RAM..
Yes, i know this! I tried to delete the complex expression and the calculated dimensions.... but when i "expand all" i have the same problem! I really don't understand what can be the problem.....
Ok, i try to explain the problem with more details:
First of all, i check my db schema and it doesn't have sintetic key.
The table that gives me this problem has 6 dimensions, 4 of wich are calculated and other 2 are not.
The expressions of all calculated contains only one IF condition.
In particular, the expression of one of wich is so defined:
=Pick(match( Column1, 'TOTALE')+2, null(), Column2, 'TOTALE')
It is possible that this expression can cause a "Out of object memory"?