Posted Tue, 10 Mar 2020 07:23:02 GMT by Mayra Rossi
There's the possibility to retrive the automatic split amount in a table field?
I have to check in workflow that the split sum is equal to total amount, at the moment I use a for loop, but doesn't work for too much split.
Thanks
Posted Tue, 10 Mar 2020 07:24:02 GMT by Matthias Wieland DocuWare Europe GmbH Sr. Director Support EMEA
Dear Mayra Rossi! It looks like the Community cannot answer your question. That's why we have opened a Support Request with the Number SR-122448-X6C4S for you. A Software Support Specialist will contact you directly to follow up. We will update this thread with the solution as soon as we have resolved the Support Request. With best regards, DocuWare Support Team
Posted Fri, 27 Jan 2023 19:34:44 GMT by Andrew Koontz Senior Solutions Engineer
Any luck with this?
Posted Wed, 22 Feb 2023 08:22:17 GMT by Gerardo Lisanti Team Leader Product Management
Hi Andrew,<br> <br> can you explain what the scenario looks like in detail?<br> I assume you have the split amounts in a table column and you want to sum the amounts in that column and compare them to the total amount, is that correct?<br> <br> You could do this either in the &quot;validation&quot; of a task activity or in a condition activity by using the arithmetic expression Sum() and comparing it to the index field for the total amount, e.g.:&#160;<code>Sum(DW_MYTABLE[MYTAB_SPLIT]) = DW_TOTAL_AMOUNT</code><br> <br> Find more information on workflow expressions here: <a href="https://go.docuware.com/workflow-expression-parser" target=_blank>https://go.docuware.com/workflow-expression-parser</a><br> <br> Viele Grüße / With best regards,<br> &#160;<br> --<br> &#160;<br> <b>Gerardo Lisanti</b><br> Product Manager&#160; |&#160; DocuWare GmbH

You must be signed in to post in this forum.