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

How to sort Out of Object Memory problem


Hi,

I have a staright table and when I am adding fields it is showing data and after completingnwhen I am clicking OK it is showing 'Out of Object Memory'.

Could anyone help me how to sort this problem

In straight table there are onlt columns and I haven't used any expression like sum/count/distinct and so on.

Thanks.

11 Replies
DavidFoster1
Specialist
Specialist

This is usually an issue if there are too many rows in the object. If that is the case then you need to either reduce the granularity of the data you are shwing (e.g. showing product group instead of individual products). Alternatively use a calculation condition to stop the object rendering until sufficient selections have been made to make the number of rows manageable.

Not applicable
Author

Thanks and I can able to get it now.