How can I make unique combinations of dimensions for changed cells ?
Summary:
All the examples I have found are using operation.grid.dataCellIterator({DataCell cell -> cell.edited}).each{ for one single dimension.
I have a combination of two dimensions (Task and LineItem), but if a user changes the combination of "Task01", "LineItem01" AND "Task02", "LineItem02" I am getting a FIX: ("Task01", "Task02", "LineItem01", "LineItem02") which is 4 combinations, and I only want 2.
Content (required):
I have tried to save the previous value (no success), combine the two dimensions (no success) as I can´t get out of the loop (.each) when a dimension is changing.
Version (include the version you are using, if applicable):
Tagged:
0