I tried to build a hierarchy for an organizational structure.
All my levels consist of an Id, ShortName and LongName of that level.
Now when I build a hierarchy I can only select or Id or ShortName or Longname.
I need a report where I have to drill on Id, Shortname or Longname, where all corresponding level-objects in the report have to go the same level up/down. But I can't get it to work! When I click on Id for example, Shortname and Longname will stay on the original level... :hb:
I get this in the report:
Original: LEVEL0 ID, LEVEL0 Short, LEVEL0 Long After Drill on LEVEL0 ID: LEVEL 1 ID, LEVEL0 Short, LEVEL0 Long
I want this:
Original: LEVEL0 ID, LEVEL0 Short, LEVEL0 Long After Drill on LEVEL0 ID: LEVEL 1 ID, LEVEL1 Short, LEVEL1 Long
Please advise how to get this!
(Using BO XIR2 SP2 FP2.6)
Edited by: J. van de Mheen on Jun 8, 2009 11:35 AM