chadski021 Posted March 30, 2015 Posted March 30, 2015 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
comment Posted March 30, 2015 Posted March 30, 2015 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.
chadski021 Posted March 30, 2015 Author Posted March 30, 2015 I used summary previously but it is loading once i go to other records.
chadski021 Posted March 30, 2015 Author Posted March 30, 2015 ? I see a another summarizing window once i used summary field.
comment Posted March 30, 2015 Posted March 30, 2015 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.
chadski021 Posted March 31, 2015 Author Posted March 31, 2015 Sorry about for my bad grammary if you can't understand it clearly. i will update this later.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now