Add to Existing Value with ModifyRow

Is there a way for me to add (SUM) a value to an existing value instead of just replacing it when using ModifyRow?

Yes. In your modifyrow statement use: columnValue, columnValue + newvalue

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.