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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vardhancse
Specialist III
Specialist III

Count of table loaded in QV

Hi,

Have a requirement is that.

Loading tables:

ABC:

Load * from table_1;

BCD:

Load * from table_2;

now i want to create one variable to get the no of records loaded in the tables ABC & BCD.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

LET a = NoOfRows('ABC');

View solution in original post

1 Reply
tresesco
MVP
MVP

LET a = NoOfRows('ABC');