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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Row selected in a table

Hi guys,

is there any way to find that how many rows are currently shown in a table?

I want to use that as a condition to show my other table.

Regards,

Saurabh

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you don't use certain options like Show All Values for dimensions and do not disable Suppress Missing and/or Suppress Zero-Values then you can try something like sum(aggr(1,DimA,DimB,....DimN)). DimA, DimB..., DimN are the dimensions you used in the table.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

The GetSelectedCount() function could be of use.