Hi, I create the app which will be possible to summarize the quantity if details. My SharePoint list looks like this:
WorkOrder Quantity
00000333 133
00000343 451
The task is to summarize the total quantity (DataCardValue22) of details continuously during a day. For example, for work order 00000333"1+32+51+49=131" etc.
To solve it I created a "TextInput" in the EditForm for new values and created an "Add" button. OnSelect of this button has such formula:
UpdateContext({var:TextInput3+DataCardValue22})
The formula works good. there is no problem with summarizing but the problem is that the total quantity stays the same for each work order when I open an EditForm - in other words, for each new work order the total quantity equals to the last calculated value.
Please help, how can I calculate the separate quantity in accordance with the proper work order?
Should I use any Filters or Patch function?
Please if you have any ideas give a feedback.
Also see the attached images for more information. Thank you!