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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help total a column and populate each row of another column with total

I have a straight table as follows

cisco live rank.JPG.jpg

How can I get the right column to show the numbers indicated?  i.e. it is a sum of second from right column grouped by Job Function.

Currently this the script in right column

aggr(sum(aggr(   sum(  aggr([Session Overall] ,   ATTENDED ) )

*  sum(  aggr( if ( [Session Overall]  >= 1  ,1,0)   ,ATTENDED,  )),[Session ID] )) ,[Job Function])

2 Replies
Anonymous
Not applicable
Author

please post your source data or qvw file

Not applicable
Author

I have uploaded a qvw with sample data. so the goal is to populate the right column with the sum as shown

cisco live rank1.JPG.jpg

I have the group total showing - on right column - but it only shows in one row. need it in all rows for group.

Any help appreciated