Plz provide comments and suggestions. Thanks in advance. My question is related to the INPUT TABLE component layout. If weselect the layout to be DATABASE- (database default), whereexactly is it pulling that layout from? When should this optionbe used? Within the DATABASE layout we also see the SERIAL ,TABLE and EXPLICIT args options, when do we use those? what arethe advantages and disadvantages to this approach? Thanks
In case of multiple data providers we can link common dimensions but while getting data or synchronising can we add all objects in the report panel(i.e. in a tabel)I think we can get measure and detail objects in the report.But we can not have dimension objects from 2nd DP in the same table. Am I right?I tried the same thing in BO XI R2 Webi, but in webi merged dimension icon was geryed out.Probably I missed something!! So I tried in DeskI and it worked well for measure objects.But I have lot of
Latest Answer : Lookup file should be always small. If the data is growing every day, then the performance will become poor and its not wise to use bigger file as lookup. It spoils the lookup concept. ...
Latest Answer : If you want to implement the SCDs in abinitio then you should do the delta processing ...
What is output index? How does it work in reformat?Does below function show Output index in useoutput:1:if(in.emp.sal
Latest Answer : Output index function is used in reformat having multiple output ports to direct which record goes to which out port. for eg. for a reformat with 3 out ports such a function could be likeif (value=='A') 1 else if (value=='B') 2 else 3which ...