Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my document, I have a list box for 'Year'.
When I select all the years I get the data I want, but when I de-select all selections in the year (which is ideally the same thing - data for all years), I get an 'Out of Virtual Memory' error.
Can you please tell me why this happens?
Regards
Arun
Hi, the application is consuming all available memory.
We need to check the objects and expressions you are using.
There may be a difference between the selections of all values and no selection. The first case selects all the lines with years. When there is no selection you also get the rows where Year is null.
You can post your expression if you prefer.
Regards,
Erich
try to move ur dimension calculation to expresion if any.
Thanks Erich. I will check and let you know.
Hi Erich,
I have checked there is no null value in the field 'Year'. Is there anything else I could check?
Regards
Arun