Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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)
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