Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to check data model table size?

Hello.

I have multiple tables in my data model. How could I quickly list the size (volume of data) contained by each table?

Thank you

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I found something also useful: Document settings -> General -> press Memory Statics button -> save a file

Open the file with Excel and you can see various statistics on object memory consumption.

View solution in original post

4 Replies
Clever_Anjos
Support
Support

Check your Document Settings / Tables Sheet

manideep78
Partner - Specialist
Partner - Specialist

Open Table Viewer in you qvw document and hover the cursor on Table header.

You can see some thing like this:

Test.jpg

NareshGuntur
Partner - Specialist
Partner - Specialist

You can use the System fields $Table and $Rows.

Take a table box and add $Table and $Rows where $Table gives you the list of tables and $Rows will give you the corresponding rows of that table.

Best Regards,

Naresh

Not applicable
Author

I found something also useful: Document settings -> General -> press Memory Statics button -> save a file

Open the file with Excel and you can see various statistics on object memory consumption.