Hi all,
We have virtual hierarchies in our 'Sites' dimension that are created using a TI process (CreateHierarchyByAttribute).
However, for a few sites (elements), this does not appear to work successfully as, when adding the virtual hierarchy to a view (in PAW or PAfE), their values are "lost".
As an example, this is an extract of the Sites Attributes showing the 'Geography' attribute:

The process includes this code:
vDim='Sites';
IF ( HierarchyExists ( vDim, 'Geography' ) = 1 );
HierarchyDestroy(vDim, 'Geography');
ENDIF;
CreateHierarchyByAttribute(vDim, 'Geography');
This is a view without the Geography virtual hierarchy (zeroes are suppressed on rows):
This is the same view with the Geography virtual hierarchy added (zeroes are still suppressed on rows):

For some reason the first two sites (9114040 and 9114010) do not feature in the virtual hierarchy so they disappear from the view because their values are now zero.
I have looked through the Sites dimension and it's attributes for any discrepancies that might be a potential cause but other sites with the same attributes are being included in the virtual hierarchies successfully.
I have also looked through the process and there isn't really anything that looks wrong as these virtual hierarchies are created in the epilog of the dimension update process so nothing else is triggered afterwards.
I have also run the process so all hierarchies on this dimension should be synchronised.
Has anyone encountered this before or have any idea what may be causing this issue?
------------------------------
Martin Lipinski
------------------------------
#PlanningAnalyticswithWatson