Hi Leod,
yes that´s exactly what I did...
Maybe I need to make examples with Data:
Cube A:
C1 KF1
123 100
124 50
Cube B:
C1 C2 KF2
123 CAR 1
124 BIKE 5
Cube C:
C1 C3 KF3
123 BLUE 1000
Now the result I like to achive is following:
C1 C2 C3 KF1 KF2 KF3
123 CAR BLUE 100 1 1000
124 BIKE # 50 5 -
When I set the constant selection as Leod described I get the "#" which I try and need to avoid.
Thanks in advance
Oliver