Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Displaying no of Rows

Hi

Can someone helping me in fixing the expression for displaying the total Rows in the table , I have 2 ways of selecting service api value , one from Group:Service API filter and other way from Function in the Table , when user selects a Service api (function)value from Table the total number of rows count messes up in the Caption , please take a look at the attached file

Thank you

1 Solution

Accepted Solutions
sunny_talwar

May be use this expression:

=Count(Aggr(If(vFilterCheck,

  If(only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All) >100,only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All))

,only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All) ), ServiceTimeSeries.Date, FCIGroup, Function, TP50, TP90, TP999))

View solution in original post

1 Reply
sunny_talwar

May be use this expression:

=Count(Aggr(If(vFilterCheck,

  If(only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All) >100,only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All))

,only({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}RequestCount_All) ), ServiceTimeSeries.Date, FCIGroup, Function, TP50, TP90, TP999))