06-08-21 02:47 PM
Hello everyone,
is there any way to loop the items/certain field of a table (not array)? Also, is there additional info about formula language apart from the user-guide?
Thanks a lot,
Answered! Go to Answer.
06-08-21 04:11 PM
06-08-21 03:00 PM
06-08-21 03:08 PM
Hi Eric, thanks for your quick reply.
I have created a table in the DFD for all the products in the product list of an invoice. That table has a number of parametric variables ( using :# you can get their value). So now I want to calculate the overall amount of the products for that invoice by looping on all the products on the product list/table. Thanks for the additional info about the training I will definitely have a look at them.
06-08-21 04:11 PM
09-08-21 02:43 PM
Hi @Ben.Lyons1,
thanks for the answer, everything seems to be working fine with your suggestions. I would like to know if there can be two expressions inside a formula. I know that you can have nested functions ex. IF( IF( statement, if_true, if_false), yes, no) but in my case having two independent IFs ex.
if(something, do this, do that)
if(something_else, do this 1, do that1)
is more useful. (I have tested that above example and I know it is not valid, however I am wondering if there is something else that can be done.)
10-08-21 09:10 AM
10-08-21 11:56 AM