Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download 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

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.