Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

memory issues when reloading my tables

hi all,

my QV script reloads fine, my table view looks fine (i have two variables in my key). the problem comes when it updates on the object view side. it works when i load a few tables at a time, but in the end i need to be able to load all my tables in (together)

how do i get aroud this issue. the error message says "OUT OF LOGICAL AND VIRTUAL MEMORY"

Thank you

2 Replies
Miguel_Angel_Baeyens

Hi,

If it's a rendering issue, your expressions might be too complex if you use conditionals or calculated dimensions and the data volume is big.

Do you have loops in your model?

Hope that helps.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

Not applicable
Author

Hi,

Thank you for your response.

I have pasted a screen shot of my table view below, in my document I have two sets of data: 1. Payments and 2. Suppliers. All my tables under Payments are linked by Entity_Name + Cheque_Number. My tables under suppliers are linked by Entity_Name + Supplier_Name.

The link should be fine, since there are no errors in code, the problem comes when updating the objects view page after the reload.

My expressions are not complex, I sum the Gross_Amount for each table in my view.