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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Count Total registers

I need to fill up an excel Sheet with all registers that QlikView read for all tables in my differents models. But I have a models with many tables. So, is there an option in QlikView that give the total of registers. In the log file appears but are too many tables.

Thank you.

Labels (1)
2 Replies
Not applicable

In the load script add a loosly couple table (no relation with any other table), and add record with the register when its read into qlikview.

Kiran Rokkam.

pgalvezt
Specialist
Specialist
Author

I understood the tables that I have to create for example

Load

'A' as A,

'B' as B;

but I didn't understand ( and add record with the register when its read into qlikview.)

Could you please put an example.

Thank you