Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bhaskar_anumand
Contributor
Contributor

group by count in expression

Hi,

Pl suggest how to get group by count of Port with IP in Expression.

Example : count(A) =7

   

ipnameport
AC1
AC7
AC8
AC10
AC11
AC13
AC14
BC1
BC2
BC3
BC19
BC22

3 Replies
jubarrosor
Partner Ambassador
Partner Ambassador

Hi anumandla:

Try an expression like:


     count({<ip={'A'}>}ip)

     sum({<ip={'A'}>} port)

Best Regards,

Juan P.

sunny_talwar

IP in expression? Not sure I understand?

vvira1316
Specialist II
Specialist II

count({<ip>}port)

I had a duplicated header row in my inline table hence it is showing ip in table line