Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

No of Rows

How do I get to display the number of rows in the caption of the chart ?

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count(Aggr(Only({<[Query Date]={'>=$(=Date(vQueryStartDate))<=$(=Date(vQueryEndDate))'}>}[Total Exceptions]), [Query Date], [UI Exceptions Group], [Plugin ID]))


Capture.PNG

View solution in original post

1 Reply
sunny_talwar

May be this:

Count(Aggr(Only({<[Query Date]={'>=$(=Date(vQueryStartDate))<=$(=Date(vQueryEndDate))'}>}[Total Exceptions]), [Query Date], [UI Exceptions Group], [Plugin ID]))


Capture.PNG