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: 
dineshm030
Creator III
Creator III

Aggr Issue With Hierarchy Level

Hi All,

While creating the table chart with hierarchy level, am facing the issue with AGGR function. When I select the One AMName, last field value % is showing correctly as 71.4%. (Eg. Sayed Asif Iqbal).

dineshm030_0-1628255020871.png

Eg. Samir Kazi (50%) (3/6)

dineshm030_2-1628255367441.png

 

Without selection it is taking overall count for all AMName (87/124). Without AMName selection it should show 71.4 % (5/7). Below is the expression using:

Count(total distinct AMCoachingSystemUserId)/Count(total distinct [%_SystemUserId])

dineshm030_1-1628255146566.png

Kindly help me out.

Thanks in advance.

Regards,

Dinesh Kumar Mani.

Labels (3)
1 Solution

Accepted Solutions
MayilVahanan

Hi

Count is based on AMName? If so, try like below

Count(total<AMName> distinct AMCoachingSystemUserId)/Count(total<AMName> distinct [%_SystemUserId])

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Hi

Count is based on AMName? If so, try like below

Count(total<AMName> distinct AMCoachingSystemUserId)/Count(total<AMName> distinct [%_SystemUserId])

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.