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: 
Not applicable

Sum Calculation

Hi.

i would like to show the  percentage calculation of the article No per MainArticle without Selecting the dimension Main Article as in the picture below the first.

is it poosible to calculate on partial total?

Problem.jpg

attached is the qwv.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

=[Total Complaint] /

sum( TOTAL<MainArticle> aggr(if([Item number]<>MainArticle ,' ',Sum ( InvoiceQty)),[Item number]))

View solution in original post

1 Reply
swuehl
MVP
MVP

Try

=[Total Complaint] /

sum( TOTAL<MainArticle> aggr(if([Item number]<>MainArticle ,' ',Sum ( InvoiceQty)),[Item number]))