I have kind of a unique situation in a CR report I am writing. I am keeping a running total for a certain condition, but after all records have been processed, I then need to add the value of the running total back into a field for a specific record.
I did this by creating a formula field, and when the record meets my criteria, I add the running total to it's original value. The problem is that at the time that this record is processed, my running total is 0. Is there any possible way to go back and update a details field after all records have been processed? Or some other way I can get the total I need, before all records have been processed?