Christian G. Warden
-
2009-05-01
Creating a consolidation element using the Palo Dimension Output step fails when there are two children that differ by case only.
For example, if you have two rows:
Top | second
Top | Second
And you want to create a dimension with elements:
Top
|_ Second
The plugin tries to set the id of the second element as a child of the top element twice. Palo will return the error:
4000;"element already exists";"element was found at least twice in list of children";
See the attached transformation.
Christian