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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 ?

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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
MVP
MVP

May be this:

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


Capture.PNG