Hi Experts, I have a typical scenario where we are in need of Query level consolidation with the existing cube design.The scenario is Type Assigned Owner KF1 KF2 KF3 KF4 A1 Bob 1 2 A2 Bob 3 4 A1 Rob 5 6 A2 Rob 7 8 I want it to be consolidate with the characteristics which can be a new structure and if assigned and owner are same, Assigned/owner KF1 KF2 KF3 KF4 Bob 1 2 3 4 Rob 5 6 7 8 How can this be handled?Any documents will be appreciated Thank you PA
Hi,
if I understand your problem you would like to see in the same column Assigned and owner just if they are the same person ... and 4 KFs: 1 and 2 are delimited by Type A1 while 3 and 4 by Tpe A2.
The problem is making a test on two different Chars Assigned and Owner ... According to me the best solution is a modification on data flow (eg a tech Char that is true if Assigned = Owner and false if not ...).
Obviously you can work even with Virtual characteristics, but with no good performance, or VBA.
Hope it helps
GFV
the easiest and most efficient (from query performance point of view) is to add a new characteristic in your cube.
With the "existing cube design", the only way I can think of is to create a virtual characteristic (you can find documents, example on sapnet in the how to guides section, it's a user exit).
Hi,
Thanks for your reply. I don't understant how to use Virtual Characteristics. Will it be part of the Infocube data model.Can someone explain with this scenario?
How will the data get filled from the existing infocube data? Should the data load need to be rescheduled?
Can you forward me to some link regarding the topic 'Virtual characteristics' ?
Thank you
PA
Hi,
We have the existing cube with the above specified values and i have added an new characteristics assigner/owner in Cube and the ODS(Enterprise Data warehouse). I have made my routine to fill the assigner/owner in the update rule of the ODS so that it get overwritten.
I just want to understand, will this new field gets populated only for the next loaded delta or will it also change the existing history data?
What happens to the data in Infocube.Will this Assigner/owner field gets updated for the old existing data?Usually insert is executed at the infocube level.
Thank you
arun
Add a comment