Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have two identical tables T1 and T1_history.

Each time a given cell of T1 (lets say CF1:C1) is updated with a specific value, I need to delete from T1 and copy the whole row (all versions of that row) into T1_history.

Is that a good use case for a RegionObserver?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.