Hi All,
I am struggling to find a way (either using a data type that I am not aware of, or doing a workaround) to increment a variable while exporting a "list of transactions" to Excel, using ER.
What I want to do is the following, but I cannot find a good way of calculating the value of the cell "Progressivo"(incremental amount):

In X++ I would simply do:
Progressivo = Progressivo + (Debit-Credit)
but it seems I cannot sue the same kind of sintax in the ER formula:

Hope my example is clear enough.
Many Thanks,