The order of joining the tables in a query ANSI92

Hi all!
I have three table in Univerce.
I need that those tables joined in next order:
tab1 inner join tab2 right join tab3
When creating a report in WebI they are connected as (regardless of the order of dimentions):
tab1 right join tab3 inner join tab2
How to set the correct order of joining the tables?
OR
how to change RIGHT OUTER JOIN on LEFT OUTER JOIN ?
P.S. I use BO XI3.1, which not have parameter OUTERJOINS_GENERATION
Thanks!

it depends on your source system
for example if you are using oracle, you can edit the link between the table and add this
(+)
for example
TAB1.ID = TAB2.ID (+)
AND TAB1.DEPT  = TAB2.DEPT(+)
See the following link for discussing outer and inner joins for oracle
http://www.dba-oracle.com/t_outer_joins.htm
good luck
Amr

Similar Messages

  • Where can I get the orders related to the sales area

    Hi,
    Could anybody tell me the Orders related to the Sales Area in CRM.
    Thanks,
    bsv.

    HI,
    YOu can use table CRMD_ORDERADM_H, CRMD_LINK and CRMD_ORGMAN.
    Get order GUID from CRMD_ORDERADM_H
    find record in CRMD_LINK with
    GUID_HI = Order GUID from CRMD_ORDEARDM_H
    OBJTYPE_HI = '05'
    OBJTYPE_SET = '21'
    You will get one and ony one record. now take GUID_SET from this record and goto table CRMD_ORGMAN
    Use this GUID_SET in CRMD_ORGMAN to get your sales area..
    This must solve your problem.
    Kindly reward with points in case helpful
    Sharif.

  • Which is the order to execute the insert to database?

    Hi everybody:
    My scenario is PROXY - > JDBC. I have a Message Type where the are information for to insert into two tables.
    <MT_ParentNode>
         <StatementTable02>
              <NameTable02 action="UPDATE_INSERT"></NameTable02>
              <table>BDTable02</table>
              <access></access>
         </StatementTable02>
         <StatementTable01>
              <NameTable01 action="UPDATE_INSERT"></NameTable01>
              <table>BDTable01</table>
              <access></access>
         </StatementTable01>
    </MT_ParentNode>
    Which is the order how insert the datas? First insert the datas in table BDTable02 and last in BDTable01 or not matter tha position?
    Thank you in advance.

    Hi Vera,
    The data will be inserted in the order you have mentioned in the Message Type,
    in your case, data will be inserted first into 'StatementTable02' and then 'StatementTable01'.
    -Tanaya.

  • I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    In landscape mode, the mailbox list is automatically displayed (in portrait mode, you will need to tap the button to,show it).
    To edit the list, tap edit as shown below.

  • How can I hide or make visible the fields at the order and at the delivery?

    How can I hide or make visible the fields at the order and at the delivery?
    Thanks in advance.

    Hi,
    For sales order, use user exit :
    MV45AFZZ and FORM userexit_field_modification.
    For deliveries, use BADI :
    LE_SHP_DELIVERY_PROC (see with Tcode SE18) and method CHANGE_FIELD_ATTRIBUTES.
    Create implementation in ref to this badi with Tcode SE19.
    Regards,
    Lionel

  • I recently subscribed to Acrobat XI after the trial expired but when I went to activate it I was asked for the serial number. I only have the order number on the invoice. How do I get the serial number for the trial software that is on my computer?

    I recently subscribed to Acrobat XI after the trial expired but when I went to activate it I was asked for the serial number. I only have the order number on the invoice. How do I get the serial number for the trial software that is on my computer?

    Please do not try to send attachments in mail responses to forum messages. Please return to the forum and click Reply. You can then use the CAMERA icon to add your pictures. Looking forward to seeing what is wrong with your license screens - the general advice is simply to sign in, and everything is done. Make sure you use the SAME Adobe ID that you used to purchase, and check your account details to be sure the subscription is active.

  • What is the order of starting the services?

    Hi,
    I have 2 node RAC with ASM. what is the order of starting the services like crs, asm,nodeapps, db, ,listener?
    can you help me?
    Thanks

    The basic steps are asm, crs, db, listener, nodeappsTypo there? First CRS then ASM.
    Also, if you are running ocfs2, then the very 1st step would be ocfs2 (if your voting and OCR disks are on a ocfs2 volume, it needs to mount before CRS can start).

  • When I sync music to iPod how ca I get it to sync in the order I want the playlist verse the radom rder it keeps putting it in?

    When syncing music why will it not sync in the order I want the playlist instead of this random way it puts it on the ipod?

    this worked for me on my iphone and ipad
    make sure that all your software is up to date
    turn phone on airplane mode
    uncheck all music
    sync
    this will erase all music on your phone
    recheck music you want from your libary
    apply

  • If free upgrade is available to those who purchase after 6 June 11, Purchase should mean the order date or the invoice date or the delivery date?

    If free upgrade is available to those who purchase after 6 June 11, Purchase should mean the order date or the invoice date or the delivery date?

    Apple usually has gone by the invoice date, which is the date Apple usually considers to be the "purchase date" for warranty and other programs, but precise details for the Mac OS X 10.7 Up-To-Date program have not yet been released, so that may differ. We'll have to wait until they open the program to know for sure.
    Regards.

  • You used to be able to shuffle a playlist and see the order in which the songs would sync into your iPod.  I haven't been able to figure that out. Can anyone help me?

    You used to be able to shuffle a playlist and see the order in which the songs would sync into your iPod.  I haven't been able to figure that out. Can anyone help me?

    With your playlist in "List view", click on the header over the column of numbers all the way to the left.  This will then reveal the true playback (and sync) order.
    However, the sort order in iTunes may not agree with the sort order on your device, but that is a separate issue and seems to have too many variables to go into here.

  • Change the order in which the processes come up on restart

    Is there a way to change the order in which the processes come up again when restarting the OC4J?

    Hi --
    Do you mean the order of the applications deployed to an OC4J instance, or the processes started by OPMN when OracleAS is started.
    For the former, we put the application entries into a ordered map based on the order they are seen as in the server.xml file. While we don't offer a feature that the applications will definitively be started in that order, we do work our way through the ordered list. So for more parts you'll see the application starting the same order as they are seen in server.xml.
    For the latter, I'm not sure. I also tend to think that its again based on the order within OPMN. What you can try and use is the opmnctl startall sequential=true command, which will sequentially start each process, where it waits for the previous process to start before starting the next one. That will at least show you the order the processes are starting in and help you test the opmn ordering hypothesis.
    cheers
    -steve-

  • I have corrected the orientation of all my photos on my PC. iTunes changes the order and ignores the orientation correction on just one founder" why?

    I have corrected the orientation of all my photos on my PC. iTunes changes the order and ignores the orientation correction on just one founder" why?

    See this thread...
    tt2

  • Step to post a JV by crediting the order and debiting the asset

    Hello everyone,
    I would like to ask about the step to post balance amount from the order because the balance is no longer can be post to the AUC since already deactivated. please show me how to post a JV by crediting the order and debiting the asset? your answer very much appreciated.
    Regard,

    Through JV you can post the entry as follows:
    Postingkey          A/c                                                                 CO object
    50                       P&L a/c (account for credit entry)                   Internal order
    70                       Asset
    Other alternative is to create a new settlement rule in Internal order settlement for the asset you want to post a debit and run the full settlement.
    Let me know if it works.
    Satya Srinivas

  • HT4061 I bought my iPhone online but I don't have its IMEI number and I lost it today, can I know its IMEI if I have the order number of the shipment ?

    I bought my iPhone online but I don't have its IMEI number and I lost it today, can I know its IMEI if I have the order number of the shipment ?

    You could always READ the article from which the question was posted as it explictily details how to find the IMEI and several other identifying numbers.  Including ways to find them in iTunes without the phone.

  • Adding one more table to the select statement joining 4 tables gives dump

    Hi All,
    There is a select statement using which four tables namely VBAK,VBAP,LIPS and LIKPUK(view) are joined(inner join).Here, date and time fields are selected from LIPS and used.
    My requirement is to consider the Date (LIKP - WADAT_IST) instead of LIPS-ERDAT  and time(LIKP-SPE_WAUHR_IST) is to be used instead of LIPS-erzet.
    Neither LIPS nor LIKPUK contains time(SPE_WAUHR_IST) field. And, I cannot remove LIPS table or LIKPUK view as each contains a unique field which is used in the report.
    When I tried to join LIPS in the select query, it is going to dump.
    Can someone suggest a good approach ?
    Thanks,
    Pavan

    Thank you for the detailed explanation of the dump.
    The dump details together with your code lead to the answer: 42.
    Regards,
    Clemens

Maybe you are looking for