March 30, 201510 yr Is there a fast way to calculate all the invoicebalance listed base on the found records? here is my current process Enter FindMode SetField ( invoice layout::Invoice Balance > 0 ) Perform Find Set Variable: Name: $currentBalance Value: Let ( [ ~list = ListValues ( invoice layout::Invoice Balance ) ; ~total = TotalList ( ~list ) ]; #AssignGlobal ( # ( "currentBalance" ; If ( IsEmpty ( ~total ) or ~total ≤ 0 ; 0 ; ~total ) ) ) ) But this process takes a while to finish if i have 10 record in the found records
March 30, 201510 yr Why don't you simply use a summary field? -- Note: posting a calculation that references custom functions, without revealing how these are defined, does not bring us closer to understanding the problem.
March 30, 201510 yr I see a another summarizing window once i used summary field. I am afraid I have no idea what you're saying - neither here nor in your previous post. I suggest you describe the problem in more detail. Being laconic is not a good policy when asking for help.
March 31, 201510 yr Author Sorry about for my bad grammary if you can't understand it clearly. i will update this later.
Create an account or sign in to comment