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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_skariah
Creator III
Creator III

Aggr in text box

Hi All,

Can anyone suggest how to display the count of values displayed in pivot box  into a text box.

Attached is the sample Application.

Thanks in advance.

Regards,

Tom

1 Solution

Accepted Solutions
Not applicable

Hello Tony,

Try the following formula:

=count(distinct aggr(IF((((vAvg)*(20/100))+vAvg)<=SUM(Amt),NRID),NRID))

Regards, Karl

View solution in original post

2 Replies
Not applicable

Hello Tony,

Try the following formula:

=count(distinct aggr(IF((((vAvg)*(20/100))+vAvg)<=SUM(Amt),NRID),NRID))

Regards, Karl

thomas_skariah
Creator III
Creator III
Author

Thanks Karl

Regards,

Tom