Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

TableBox

Hi all

I am using KPI object to show the count of expression ,but my user want that details below the table box also

am using this expression working fine

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Try this?

=Count(aggr(If(TStatus='Closed','NA', only({$<Flag={0},[TStatus]={'Open'}>}TNumber)),TNumber))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

1 Reply
Anil_Babu_Samineni

Try this?

=Count(aggr(If(TStatus='Closed','NA', only({$<Flag={0},[TStatus]={'Open'}>}TNumber)),TNumber))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful