Forum Discussion
List.Generate to calculate column based on the previous row value of the Same Column
Hello DSR,
Could you please confirm if your query have been resolved? If they have, kindly mark the helpful response and accept it as the solution. This will assist other community members in resolving similar issues more efficiently.
Thank you.
Hello v-ssriganesh,
Thank you for your recommendation. but yours did not solve it. the nearest one is from Akash_Varuna but was not aligned.
I asked copilot (5-8), deepsaeek(10+) and openai (15+) times all failed. however, i took thast copilot and changed 2 line of codes to become:
CurrentRow = BufferTable{[RowIndex]+1},
PreviousRow = BufferTable{[RowIndex]},
Copilot as most looked back, i follower rickmaurinus logic looking next instead of lookinh back
and correctly solve it: here is the correct codes:
- v-ssriganesh1 year ago
Community Support
Hi DSR,
We appreciate your efforts and are pleased to hear that your issue was resolved. Please mark the helpful response and accept it as the solution. This will assist other community members in resolving similar issues more efficiently.
Thank you.