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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
U00732779
Contributor
Contributor

SumProduct in QlikSense

Hi,

     Here is an example of what I am looking to achieve in QlikSense using SumProduct function in Excel, Please let me know how we can get the similar calculation in QlikSense. 

This is my Expression what I have tried but doesn't seem to work.

Sum(Total Count +Add count) * [Total Sales]

U00732779_0-1625151287206.png

 

 

Regards,

Hari.

1 Reply
Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi Friend,

i couldn't understand the intention. But based on your expectation we can achieve by below expression:

Sum(Total(TotalSales*(TotalCount+Addcount)))

 

Thanks