GUSTAVO Posted October 25, 2020 Report Share Posted October 25, 2020 The number in field 4 of row 1 is the same number than the one in field 1 row 2. How can I automate this? Toolfe 1 Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted October 30, 2020 Report Share Posted October 30, 2020 I'm not really sure about what you are trying to achieve here, but I hope this video helps. It shows how you can use Tasks and Triggered Actions to automate workflows. https://youtu.be/v9SDmaHuSr4 Quote Link to comment Share on other sites More sharing options...
0 GUSTAVO Posted October 31, 2020 Author Report Share Posted October 31, 2020 Thanks I want to carry the number in field 4 of row 1 (this field is called ending balance) to field 1 row 2 which is called beginning Balance so i can continue with my calculations on row 2 Then I want to carry the number in field 4 row 2 to field 1 row 2 and so on. My ending balance in one row (record) is my beginning balance in the next row (records) Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted November 14, 2020 Report Share Posted November 14, 2020 Hi, just to add to the previous comment above, are you looking for a workflow like a running balance? If that is the case, you can use a calculated field instead. You may use this formula: (SELECT SUM(IsNull(Balance, 0)) FROM Running_Balance WHERE Date <= target.[@field:Date]) Balance is the name of the field where I store the amount and Running_Balance is the name of the Table. You may change these names based on your corresponding field names. Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted February 13, 2021 Report Share Posted February 13, 2021 Just to add in the previous comments above, you may also check this post: Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted July 23, 2022 Report Share Posted July 23, 2022 Hello, just want to add what I have found. This is Caspio howto article about running total that might help: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/calculate-a-running-total-in-your-report/ Quote Link to comment Share on other sites More sharing options...
Question
GUSTAVO
The number in field 4 of row 1 is the same number than the one in field 1 row 2. How can I automate this?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.