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: 
ngreddy1982
Contributor III
Contributor III

Set analysis help

Hi All, 

I am trying to calculate product cost which comes from the Revenue * Product Factor, it is not working as expected. Please see the attachment. Please tell me what am I doing wrong here ? is this even the correct approach. 

1 Solution

Accepted Solutions
Vegar
MVP
MVP

It looks like you have a one factor per row of revenue. I think it should be enough to just do 

Sum(Revenue*Product_Factor)

View solution in original post

3 Replies
Vegar
MVP
MVP

It looks like you have a one factor per row of revenue. I think it should be enough to just do 

Sum(Revenue*Product_Factor)

ngreddy1982
Contributor III
Contributor III
Author

Hi Vegar, 

I have 2 different events  Revenue and Cost, so Revenue is coming from Revenue Event and Product_Factor is coming from Cost and also I have to use Month Relative range in the expression. 

ngreddy1982
Contributor III
Contributor III
Author

Thank you, I got this working, with AGGR I need to add all the dimensions I have in the chart. With Centre, I have added the Month name as well. it is working fine. 

Thank you Vegar.