Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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');