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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bryan_21
Contributor III
Contributor III

How to compute Share to sub category using pivot

How to achieve computation using pivot table. Compute Share to Product Total using set analysis?

Sample like this:

bryan_21_0-1709803232089.png

 

Labels (1)
1 Solution

Accepted Solutions
LRuCelver
Partner - Creator III
Partner - Creator III

LRuCelver_0-1709807448165.png

Data:
NoConcatenate Load * Inline [
	ProductGroup, Product, Sold
    A, A1, 2
    B, B1, 1
    B, B2, 3
    C, C1, 2
    C, C2, 4
];

View solution in original post

2 Replies
LRuCelver
Partner - Creator III
Partner - Creator III

LRuCelver_0-1709807448165.png

Data:
NoConcatenate Load * Inline [
	ProductGroup, Product, Sold
    A, A1, 2
    B, B1, 1
    B, B2, 3
    C, C1, 2
    C, C2, 4
];
bryan_21
Contributor III
Contributor III
Author

Thanks got it! I forgot that it should be with like this <>