Multiple associations for one entity.

I'm building a view from two entities which both have an association with a third entity.
When I want to include this third entity then I see no way to distinguish the associations (in "Association end") and have to examine the XML to see which one I've selected.
Could this combo-box not provide more information (eg association name rather than just the entity at the association end)?
Tony Clulow.

if you stay with the cursor on the association end, the association name is displayed after about 1 or 2 seconds.
trevi

Similar Messages

  • Can you have multiple users for one account?

    Can you have multiple users for one account? if so how do you set it up.
    We are using it for our department and it would be great to see who created what form instead of it being all one name.

    Each person should have their own account. You can easily share the forms with other people in your department. You will be able to see who the author of the form is.
    More information on how to share :
    http://forums.adobe.com/docs/DOC-2462
    Information on how to copy a forms to a different account :
    http://forums.adobe.com/docs/DOC-1390
    Hope this helps
    Gen

  • How do i scan multiple pages for one attachment

    I know how to scan but I don't know how to scan multiple pages for one attachement....Help please

    Hi dagda24,
    You can scan multiple pages into a single document with the scan to PDF option.  Use the following steps to do so:
    1.  Open MP Navigator.
    2.  Click One Clcik.
    3.  Click Save to PC.
    4.  Change the File Type from PDF to PDF (multiple pages).
    5.  Make any other changes as needed, then click scan.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to open multiple sessions for one user?

    Sorry for the silly question but I couldn't find it googling or searching through this forum, so I started wondering whether it's possible in SQL Developer to open multiple sessions for one user. I'm fairly new to SQL Developer and databases in general.
    When I open SQL Developer and connect to a schema, a worksheet opens named MYSCHEMA. If I disconnect then connect, another worksheet opens, named MYSCHEMA~1. I assumed these were different sessions, but if I enter into one worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 1
    update my_table set col1 = 0 where row_id = 1
    select col1 from my_table where row_id = 1
    -- shows result is 0and then enter into the second worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 0I would have expected the second worksheet to report 1 because the first worksheet did not issue a COMMIT. Thus, I'd guess both worksheets are the same session? Is that right? If so, how do I have two sessions open simultaneously (opened by same user)?
    I'm trying to implement the code at the bottom of this post, for which testing requires at least two sessions:
    Re: Help with Procedure
    Edited by: tem on Apr 18, 2012 6:44 AM

    Thanks Jim,
    Ctrl-Shift-N doesn't do anything for me. I'm on a mac -- by experimenting it looks like command-N does what you're looking for. This appears to be the same as left-clicking on the "New" icon in the top left corner of SQL Developer, or selecting from the pull-down menu, File > New.
    This opens "Create a New" window that appears to be a wizard. What would I select at this point? Options are: Database Connection, Table, View, Package, ...
    I don't see an option for "Worksheet".
    UPDATE:
    OK, I found that if I select "SQL File", a worksheet becomes available. Perhaps this is what you intended. However, when I issue the command
    select col1 from my_table where row_id = 1;it still returns 0 instead of 1. Hmm, maybe my initial assumption was wrong -- if this is a second (e.g. different) session, should I expect the changes made in the first session in SQL Developer (the UPDATE command) WITHOUT a commit, to be observed in this second session? I thought that changes made in one session were not viewable in a different session until these changes are committed in the first session? If so, how to show this in SQL Developer? I must be missing something basic here.
    Or, is SQL Developer issuing some sort of "auto-commit" without my knowledge?
    Edited by: tem on Apr 18, 2012 8:00 AM

  • Multiple Values For one Condition in Choose From List

    I have used one Business Partner Choose From List in my form but i want to give condition in that choose from list on GroupCode .But the condition will have multiple values like 100,102,104 then how i will write the code to incorporate multiple values for one single condition.

    Hi,
    Check this thread
    How to set a Multiple condition in a single CFL
    Hope that helps,
    Vasu Natari.

  • Multiple Labels for One Order

    Can anybody tell me if it is possible to produce multiple labels for one order. For example a customer orders 4 units. A standard package holds 3 units so an additional package is required for the fourth unit. As a result two packing labels are required. Does OM 11i support this?

    Hi Aj
    Thanks for your quick response. I was think on the same lines and you have confirmed that we will have to split the line into several lines on sales order.
    I am trying to do that now in our ECC box i.e item 10 with payer 1 and item 2 with payer 2. But as soon as I try to change the payer on item 2, i get the following error message which relates to credit management being active.
    I am assuming once we decativate CM, we should be good to go. PLease confirm. Also once its time for billing, will SAP automatically split the billing into different invoices per sales order line item based upon number of payers on the line items?
    PLease confirm your thoughts.
    Regards
    Jai

  • Multiple currency for one vendor

    Hi,
    Is there any way to have multiple currency for one Vendor?

    Hi Siva,
    Yes, It is possible to maintain multiple currency for one vendor. How ? The procedure as follows.
    During vendor creation using T-code XK01 and currency enter input data screen select Extra option on the top of the screen click and display  'Add Purchasing Data'  option click opened new screen and give input data plant, tick mark of the option Data retent.at plant level allowed and tick for OK.
    After that, you have enter multiple currency for the same vendor during vendor creation time, then you will create PO using T-code ME21N the currency field you have fill as you required currency by default first currency of vendor created will be display.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • Multiple choose for one parameter

    Hi, does Oracle Report support the multiple choose for one parameter? i used a IN statement inside my WHERE conditions as following
    Select ....
    where ....
    content.style IN (:p_style)
    (content.style is a column in table "content", and "p_style" is a bind variable)
    i want user can have multiple choises on p_style value. but in the parameter form i only can make one choise. Does any one know how to do the multi choise from parameter form? if you do, please help me. Thank you very much.
    Li

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by whl:
    Hi, does Oracle Report support the multiple choose for one parameter? i used a IN statement inside my WHERE conditions as following
    Select ....
    where ....
    content.style IN (:p_style)
    (content.style is a column in table "content", and "p_style" is a bind variable)
    i want user can have multiple choises on p_style value. but in the parameter form i only can make one choise. Does any one know how to do the multi choise from parameter form? if you do, please help me. Thank you very much.
    Li<HR></BLOCKQUOTE>
    you can do that by flowing the stap
    at first you will write a select statement
    select ...
    From ...
    where Style (colomn name) = &style1
    then you create a user parameter soupose wich name is P_style and which valus is x, y, and z you should enter another value soupose that name is 'All' (All means x + y + Z)
    then you write in after parameter form trigger...
    IF :P_style = 'All' then
    :style1 := null;
    Else :style1 := 'and style (style means your column name) = :P_style;
    end if;
    null

  • Multiple Vendors for one Document Number in BW

    Hello All,
    We are getting Multiple Vendors for one document in BW. In R/3, standard table and RSA3, we are able to see correct vendor where as when it is coming into BW it is showing incorrect vendor in PSA and Data Target.
    All issues are coming for Process Key 1 only.
    *For Example:*
    Document: 9400000007
    Schedule Line:1
    Doc Item: 1
    Vendor:
    0010019229 - Incorrect Vendor
    0010018962 - Correct Vendor
    Committed Quantity: 0
    Doc Type:
    ZNB
    ZNPP
    Process Key: 1
    Not sure how to upload screen shot.
    Please suggest.
    Thanks,
    Vijay

    Hi ,
    Are you loading for the first time ? If yes have you checked Transaction BF11 settings.
    Regards
    Rahul Bindroo

  • Multiple payers for one sold to party

    Hi All,
    Can we have multiple payers for one sold to party?
    Thanks

    Hi
    Yes, you can have multiple PAYER for one Sold-to-party (only in the Customer master).
    This Partner relationship is maintained in two places. They are,
    > Customer master ( sales area data > partner function tab )
    > Sales documents (at Header level and Item level)
    In Customer master data, you can have multiple partners ( e.g, multiple Payers) for one Partner function( e.g, SH,BP,PY).
    But in Sales document, you can have only one Partner for one Partner function.
    So, you can have only in Customer master data multiple pertners. So, first create the different Payers through XD01 ,choosing Account group "Payer".
    Then assign all those PAYERS  in the master data of the Sold-to-party by going in the change mode XD02 and save it.
    When you create the Billing document, system will give a pop-up of those list of Payers and you have to choose one . You can have only one Payer in one Billing document.

  • Different consolidation methods for one entity on one scenario

    Dear experts,
    How can I have different consolidation methods for one entity on one scenario?
    One entity is going from proportionate to equity method. We would like to check variations due to this change.
    Best regards,
    Benoit

    Hi Benoit,
    How's things?
    Managing the consolidation methods is based on the setup of your consolidation rules.
    However, the first place that you should look is the Ownership Management. Select the parent of the entity that you work to process. In the screen, you will be able to see the available methods and the ownership. All these settings are related with the consolidation rules available in your application.
    Regards,
    Thanos
    < spam signature link removed by moderator >

  • Lightroom 5 slowdown, my post processing times have tripled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

    my post processing times have tripeled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

    my post processing times have tripeled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

  • On my contact list I have multiple names for one person

    On my contact list I have multiple names for one person.

    The Account Owner can see the call/text logs for all lines on the account, but each line needs its own My Verizon account for messaging and backups.  Those lines will be listed as Account Members and will have limited info. available to them regarding the account.

  • Multiple currencies for one minisite

    We have a requirement so the different users can place orders in two different currency. Some of the customers are set up with USD and some of the customers are setup with CAD. So, when they login to istore, based on their customer Master - order management tab price list value - that currency code should default.
    I added both currencies with their default price list on minisite set up under pricing menu on left. Users are able to checkout and place an order in USD. But RMAs are not working - getting error "Please contact yor sales representative".
    My question is: is this possible to have two currencies work for one minisite based on customer master setup?
    If yes, How can I resolve RMA issue?
    Thanks.

    Hi,
    iStore supports multi-currencies and allows a user to switch currencies using the Global Bin.
    Please details below on using the Global Bin.
    Thank You,
    Deborah Bourgeois, Oracle Customer Support
    Excerpt details below are from Chapter 6 'Implementing Initial Customer Application Pages'
    Oracle® iStore Implementation and Administration Guide
    11i Part No. B13549-01
    12.0 Part No. B31536-03
    12.1 Part No. E13575-02
    Global Bin
    The Global Bin displays by default on the right side of the Site Home Page and other
    section pages, if the current site has multiple currencies enabled. The bin allows
    customers to select other currencies; when customers select a new currency, item prices
    are displayed with the newly selected currency.
    Important: In order for prices to display in additional currencies, the items must be set
    up on a price list in those currencies. See the chapter, Implementing Pricing, page 10-1
    , for details.
    To enable the Global Bin, set the profile option, IBE: Use Global Bin, to Yes. See the
    appendix, Profile Options, page A-1, for more details on the profile options settings.
    Just as with the Browse Bin, this profile works only if you use Fixed Layout when
    creating a section. If sections are associated to Configurable Layout, then you should
    map the bin using Configurable Layout for bins.
    By default, the Global Bin template (STORE_GLOBAL_STORE_BIN) is mapped to the
    JSP, ibeCAcdGlobal.jsp.
    Guidelines:
    • In order to view the bin, the user's active responsibility must not be iStore Sales
    Representative (IBE_SALESREP).
    • In order to display, the site where the bin will display must have multiple
    currencies enabled.
    • In order for the Global Bin to display on the shopping cart page, the current site
    must have multiple currencies enabled.
    • When the Global Bin is mapped to the shopping cart page, changing currency in the
    shopping cart page causes cart items to be re-priced in the newly selected currency.

  • Red Raw Source Settings - multiple settings for one long clip?

    Hello everyone,
    I have a timeline with red raw material from Red Scarlet 4K. My DOP wants to make some adjustments in the source settings before Grading. I have some long merged clips (with a lot of changes in light etc.) and I have let`s say two different parts of one of the long clips in the timeline, so I tried to make some changes in the source settings for those two clips in the timeline, but the source settings change the master clip and not only the edited clips in the timeline. Is there a way to make adjustments in the source settings separately for every clip in the timeline?
    after I open the source settings it won`t show me the part of the clip which I have in the timeline, but the whole clip from the beginning, so I have to search manually where my clip in the timeline begins, so I know how to adjust it. Is there a way that the source settings show me only the part of the clip (or at least an in and out point) I have in the timeline?

    In my experience, each .RDC container can only have a single RMD (settings) file associated with it.
    To create multiple settings for the same clip, you would have to duplicate the .RDC folder and its contents for each new setting required.
    You would then have to replace each use of that file within your sequence, for each new setting required,
    i.e. 3 settings would require original plus 2 duplicate .RDC folders, then you'd have to replace each occurrence of that clip with 1 of 3 files that has the proper new setting.
    Now, of course, if you're not grading in PrP, I can't say how the color correction software would know which duplicated files or settings to link to.
    No, there is currently no way to open the Settings dialog for a .R3D file and have it match frame to a clip in the sequence. Perhaps you could submit a feature request for that option.
    Adobe - Feature Request/Bug Report Form

Maybe you are looking for

  • New PC, with cataloged images on external hard drive

    I have 26,000 images on an external drive (currently designated drive M), almost all tagged and/or rated and indexed in two PSE 11 catalogs on the main PC hard drive.  I am just about to replace my PC.  I assume that when I connect my external drive

  • How to configure the Access point 1602 that I just purchased

    Hi Everyone, Hope you can help. I just purchased a AIR-SAP1602I-A-K9 from one internet vendor. Along with it I also purchased an power injector. I tried to use it as a standalone AP. It does not come with any instruction and I am not good at Wifi con

  • HT4623 how to pass music from my computer to iphone5

    How to pass the music from my computer to iphone 5?

  • Howto get quad G5 to recognize 1366 x 768 resolution?

    hi, for a project we're using the panasonic PT-DW7000U-K projector, which has a native resolution of 1366 x 768. sadly our G5 doesn't show this resolution in the display preferences. how would i go about having the G5 to display this resolution? or i

  • Scat error..

    Dear All,     I developed an scat, when i choose flat file and start executed, instead of taking the values from flat file, my recording only getting executed again and again, where could be the error... Regards, Suresh Patipati.