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