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: 
carlcimino
Luminary
Luminary

Weighted Average/Distribute One Column By Another

Hello, I am trying to get the Target column to show up like the Target by Distribution Column.  How can I go about doing that?  Any help would be much appreciated.

Thanks,

Carl

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

Just add TOTAL keyword to the expression for column C

Example

Sum(TOTAL {<YEAR .........>} PLANWP) * PremiumDistribution

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

4 Replies
vinieme12
Champion III
Champion III

Can you also clarify how did you get the values  17, 33 , 50??

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
carlcimino
Luminary
Luminary
Author

Column D * the value at the bottom of column C.

vinieme12
Champion III
Champion III

Just add TOTAL keyword to the expression for column C

Example

Sum(TOTAL {<YEAR .........>} PLANWP) * PremiumDistribution

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
carlcimino
Luminary
Luminary
Author

Thank you it worked!  Much appreciated!