Hi all,
The problem I am trying to solve is as follows.
I have an attribute (A1) with a range of values [4rf, 56X, 78t...]
The values of (A1) are also attributes in themselves in the same example set. (A4rf), (A56X), (A78t).
For each row I want to select the corresponding attribute to the one in (A1) and replace the value of the corrsponding attribute with a given value.
I found a solution to doing this with lots of filters and the replace operator but it seems like a lon winded and very un-elegant solution.
Do you have a better way to do this?
Many thanks,
Jamie