Version 8.2 onwards
We are using an array of integers (100 elements).
If value of any the element changes, we need to log the changed value,
We used DATA_LOG table(one point in each record) and not GROUP log table,
The DATA_LOG table logs only the first element change, even though value of other element in the array would have changed.
Can the forum please advise how to do this.
We are using an array of integers (100 elements).
If value of any the element changes, we need to log the changed value,
We used DATA_LOG table(one point in each record) and not GROUP log table,
The DATA_LOG table logs only the first element change, even though value of other element in the array would have changed.
Can the forum please advise how to do this.