Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sum of inputsum ()

hello ... I have a column that I am working with inputsum (). Also a field with the quantity of items. It's happening when I'm adding the multiplication of these two columns is not working. ex: sum ([Column Quantity] * [Column inputsum ()] Can anyone help?

2 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

If I am correct you have three field Qty, Inputsum() and third need to be calculated.

If it is so..

then just use column(1) * column(2)

skaredovs
Partner - Creator
Partner - Creator

Hi!

You cannot use the function inputsum() in one expression with another function. inputsum() can be used only alone.

But if you want to use the values of the "input field", then you can use it as usual field: sum(Quantity * InputField).

Best regards,

Konstantins