Hello :)
I want to make a DataFlow that shifts the value from one Element to another (in the same Cube)
e.g.:
Test_Entity: element1, element2
before DataFlow:
cube:
element1: 0
element2: 10
after DataFlow:
cube:
element1: 10
element2: 0
Thank you
Kind regards
wolfgang