Hello Gurus!
I was wondering If there is a way of displaying the InfoObject on BEx Analyzer with and wihtout the Hierarchy..
For this cenario, Im dealing with 0CITY_CODE.. So the information look this way
HIERARCHY NODE 1 100
HIERARCHY NODE 1 150
HIERARCHY NODE 2 120
HIERARCHY NODE 3 130
OR
(CITY_CODE1) 100
(CITY_CODE2) 150
(CITY_CODE3) 120
(CITY_CODE4) 130
I would like to show this way:
HIERARCHY NODE 1 CITY_CODE1 100
HIERARCHY NODE 1 CITY_CODE2 150
HIERARCHY NODE 2 CITY_CODE3 120
HIERARCHY NODE 3 CITY_CODE4 130
I dont want to add any routine neither add a copy of CITY_CODE in my InfoProvider. Bcs this would demand reloading all the InfoProvider data. I also thought about adding an attribute to the CITY_CODE, using the original CITY_CODE as model. But this also wont work, because whenever I display the hierarchy, It wont display the attributes. Attributes are shown only when hierarchy is disabled.
So I am wondering If there is any dynamic way to do so in Query Designer. I know the performance wont be the greatest, but once there arent that many lines, would be awesome for now.
Thanks a lot!