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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
deeavhad
Contributor
Contributor

count the transactions against each admin and avg transaction per admin

Hi

I have data like this

Admin Transactions
A T1
B T2
C T3
D T4
A T5
D T6
B T7
C T8
D T9
C T10
A T11
B T12
B T13
A T14
T15
A T16
B T17
B T18

on this data I made a pivot like below

Row Labels          Count of Transactions

A 6
B 6
C 3
D 3

 

Now I want avg of transaction per admin, how to do that using expression

Labels (1)
2 Replies
MayilVahanan

Hi

Do you want like this?

MayilVahanan_0-1648480389576.png

 

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

=Avg(Aggr(Count(Transactions),Admin))

 

hope this helps

Marco