Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to take the row count of a query which is there in the variable

Hi All

How can we get the count of rows in the below varible. For your information vQuery contains the query. How can I take the count of that query and assign it to a variable.

LET vCount=Count('$(vQuery)');

Hope someone can helpme out on this.

Thanks,

Attitude

1 Reply
SunilChauhan
Champion
Champion

why not use

let vcount=noofrows('tablename')

Sunil Chauhan