Problem with inserting quantity and summary.

Confluence User - 03 Mar, 2023

I have a problem with inserting the quantity of products and counting the final sum in one application window.

I made the configuration according to the directions described in https://dev.joget.org/community/display/DX8/Calculation+Field but instead of spreadsheet I used grid list.


When selecting a product from the drop-down list and accepting it, I cannot enter the quantity and I cannot see the final sum.

calculating;list-grid

1


06 Mar, 2023
confluenceUser
confluenceUser

When you insert from list, make sure there's

  1. a column with the same column name = field ID of quantity.
  2. in your calculation field, set the formula to gridId.columnIdOfTotal to get grand total by summing up the total column.
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print