Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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');