Problem with transformProp procedure
Hi folks,
I've been facing some issue while trying to use the transformProp procedure and would like to know if someone have experienced something similar.
I've created 3 measures:
test_target - type: real, baseint: dvsn
test_source - type: real, baseint: dvsn
test_map - type: string, baseint: dvsn
Basically, what I want to do is to spread the value in the division (dvsn) 1000 in the measure test_source to the divisions 20 and 30 in the measure test_target.
So, I've setup the measures data as the following:
test_target
dvsn 20: 1
dvsn 30: 2
dvsn 1000: 3
test_source
dvsn 20: 100
dvsn 30: 200
dvsn 1000: 300
test_map
dvsn 1000: "20 30"