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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read 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 II
Champion II

why not use

let vcount=noofrows('tablename')

Sunil Chauhan