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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Take record counts of tables

Hello all,

I have a requirement like below.

In a database I have tables almost 20 and i want to display records count in dashboard.

Like

select count(*) from dim_orders

Result 200

In Qlikview

Orders: 200

like way I have to display for all tables.

Please help me how to proceed on this

Regards

Kumar

23 Replies
engishfaque
Specialist III
Specialist III

Dear Kumar,

Kindly find attached app for counting records in table using Sub Routine.

Kind regards,

Ishfaque Ahmed

Anonymous
Not applicable
Author

Thanks Ahmed. But it is dealing with only QVD's.

My requirement is if I connect to data base, I want to show record counts corresponding to each table.

Anonymous
Not applicable
Author

Hi All,

Please suggest or give me sample script to get record counts in each table when it is connected to data base especially with postgre

jonathandienst
Partner - Champion III
Partner - Champion III

>> My database is now postgre, will it work for that data base.

I don't think so, as it relies on the SQL Server system views.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein