Mapping issue: link related items together based on a key

Hi guys,
I have a mapping issue.
I have a source structure like this:
<ad>
  <key>
  <value1>
</ad>
<ad>
  <key2>
  <value2>
</ad>
<bx>
  <key>
  <value3>
</bx>
<bx>
  <key2>
  <value4>
</bx>
<bx>
  <key2>
  <value5>
</bx>
I need to get this:
<kitem>
  <value1>
  <bx>
    <value3>
  </bx>
</kitem>
<kitem>
  <value2>
  <bx>
    <value4>
    <value5>
  </bx>
</kitem>
Any idea, how to achieve this?
Thanks,
Olian
Edited by: Olian Saludew on Aug 4, 2009 12:08 PM

Hi,
See the following mapping image:
[http://www.imagenonline.com/img_a162827.gif|http://www.imagenonline.com/img_a162827.gif]
Regards
Ivan

Similar Messages

  • How to export related items

    Hi All,
    I couldn't find any information about exporting related item list, is it possible to export related items?
    For example, how can i export Opportunity Product Revunues of an Opportunity record?

    Hi,
    One option to to create an Analytics Report on the Opportunity Product Revenues subject Area and then export from there.
    This is when you want the Related Item together with the header.
    Hope this helps

  • Related Item link is broken in DispForm.aspx for a task in Workflow Tasks list if file name contains " ' " (single quote)

    Description:
    We have created a custom workflow in Microsoft Visual Studio 2013 and SharePoint 2013. This Workflow is associated with a Document library.
    This Workflow starts as soon as any new item is created OR updated in Document library and creates a Task in Workflow Tasks list.
     Related Item link is not working in following scenario -
    Upload a file that contains “ ' “
    in its name, in a document library
    Navigate to Workflow Tasks list
    Open View Item form (DispForm.aspx ) of  Task Created by workflow then click on link in Related Item fields
    OUPUT:
    Related Item link  truncates after “ ' “
    Eg.
    Original Link: http://<Site URL>/Documents/te'st.txt
    Related Item Field: http://<Site URL>/Documents/te
    Is this known bug in SharePoint 2013 OR any hotfix available to fix it.

    Hi,
    As I tested per your description, I can reproduce the issue as well.
    From what I have found out, it seems SharePoint resolve single quote into different code in different place. During the test, if I set Task Name to Document Name, single quote will be resolved to &#39; , if I set some field to Document encoded URL, single
    quote will be resolved to %27 . For now, I haven't found out any article talking about this issue.
    As workaround, we may find out a way to change the Related Item field. However, it is OOB field in workflow task (SharePoint 2013) content type, and this content type cannot be modified in form.
    I'd suggest you add new column to get document url and place in the form in Task content type settings.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • XSLT mapping issue in parent child relation

    Hi Guys,
    i have one XSLT mapping issue. Mapping scenario is from IDoc to file.
    IDoc structure is as below
    <ZLOIPRO1>
      <E1AFKOL>
         <A></A>
         <B></B>
         <E1RESBL>
             <MATNR>1</MATNR>
             <CHARG>1</CHARG>
             <ZSBL>
                 <MTART>ABC</MTART>
             </ZSB>
         </E1RESBL>
         <E1RESBL>
             <MATNR>2</MATNR>
             <CHARG>2</CHARG>
             <ZSBL>
                 <MTART>ZHA1</MTART>
             </ZSB>
         </E1RESBL>
         <E1RESBL>
             <MATNR>3</MATNR>
             <CHARG>3</CHARG>
             <ZSBL>
                 <MTART>ZHA1</MTART>
             </ZSB>
         </E1RESBL>
      </E1AFKOL>
    </ZLOIPRO1>
    As you can see 'E1RESBL' is repeatative. Now my issue is i need to select 'MATNR' and 'CHARG' from 'E1RESBL' segment when first occurance of 'ZSBL/MTART' with value 'ZHA1' appears. i.e. my output would be MATNR = 2 and CHARG = 2.
    I hope i am clear. Please let me know if any solution for this.

    Hi,
    Try this
    <xsl:if test="./ZSBL/MTART == 'ZHA1'">
    <xsl:for-each select="./E1RESBL">
      <MATNR>
       <xsl:value-of select="./MATNR"/>
      </MATNR>
      <BATCH>
       <xsl:value-of select="./CHARG"/>
      </BATCH>
    </xsl:for-each>
    </xsl:if>
    You might need to do some changes in the above.
    Thanks,
    Prakash

  • Header line item mapping issue in LSMW

    Hello experts,
    I am trying to map my data in LSMW with header and line items.My structure looks like this.
    1header col1 col2 col3 (2item) col1 col2
    1header col1 col2 col3 (2item) col1 col2
    In the line item col1 changes its posting key.
    Header is reapeating for every line items how to map the above in LSMW .
    How to upload the data only when the Reference document number is changing??
    Thanks and regards,
    Vijay Simha CR

    Hi ,
    at Step 3-->maintain source fields -->Double Click on the Key Field -->Tick the check of Selection Field....
    here you need to decide which one is the key field...if you dont have key field in  Item level then create one.
    regards
    Prabhu

  • Linking 2 portals together - can I do this?

    I have a requirement to link 2 portals together. On the first portal would be
    a menu navigation item that the user would select to be taken (seamlessly and
    invisibly) to the second portal. The user shouldn't even know they're being directed
    to a second portal. The second portal should mimic the navigation of the first.
    I can get from Portal 1 to Portal 2, but I can't figure out how to set up a menu
    item to get back to Portal 1. Just to add to the complication - Portal 1 is Vignette's
    VAP, Portal 2 is BEA. So, what I guess I'm asing is, is there a way to set up
    a BEA Portal menu item to point to a URL?

    Check out the lightweight portal perimeter authentication/auto-login portlet sample
    code in the samples/tutorial portal (can't remember which). It uses a cookie and
    backingfile to trigger transparent registration.
    If you share an common authentication provider life gets easier.
    A more robust approach is to use a single sign-on solution, security identity
    asserter, and auto registration servlet filters.
    "Jane" <[email protected]> wrote:
    >
    Ah, that's related to my next question. Have you had to pass credentials
    back
    and forth? I got the links working fine, but I need to authenticate
    the user
    between the 2 portals. So, if the user clicks on the link to Portal
    2, I want
    to auto log him into that Portal, and the same going back.
    "Kunal Mittal" <[email protected]> wrote:
    I agree. There are definitely drawbacks to the static link approach,
    but it is
    the quickest to implement for sure. You can use the auth:isUserInRole
    tag if you
    need to restrict access to those static links.
    Regards,
    Kunal
    "Jane Lawrence" <[email protected]> wrote:
    Thanks to both of you for your replies - that'll get me going! Thestatic
    link
    does sound like the best approach. Vignette allows you to connect
    a
    URL with
    a menu item, it would be nice if BEA did as well.
    - JKL
    "Andrew Clifford" <[email protected]> wrote:
    I like the static link approach. I had the same problem implementing
    navigaton
    for an employee portal that needed to present the enterprise hierarchy
    in a left
    nav tree structure. Some departments were implemented as book/pages
    while legacy
    department sites (to be ported incrementally) needed to be a popup
    links.
    The
    solution was to 1) implement a tree nav 2) use dummy pages to construct
    the complete
    enterprise hierarchy using book/page model and then trap and replace
    based on
    the page label to construct a popup url of the desired site. A cached
    map was
    used to search and replace URLs. Unfortunately, the hack requireda
    custom render
    job and would probably not work well with the menu.jsp in the skeleton
    since you
    don't really have access to the render function. You may be able
    to
    create a
    theme overriding the book/menu css to do the search and replace since
    menus are
    pure css/js fabrications. Very cool though.
    A better solution would be for BEA to add an atribute to a book orpage
    to treat
    it as an external nav link instead of the above hack. BEA is alsoshipping
    a
    tree nav next release. Don't roll your own nav unless you want toget
    into entitlement
    hell since pages may not be visible to the user.
    The static method is fast and simple and you can keep it in one a
    theme
    overriding
    just the menu.jsp I think.
    "Kunal Mittal" <[email protected]> wrote:
    Hi Jane -
    We had a similar requirement and the way we did it was to add static
    links in
    the multilevelmenu.jsp. This way, BEA will render the menu out of
    the
    books and
    pages, and then the static links - which could be urls to your other
    portal.
    "Jane Lawrence" <[email protected]> wrote:
    I have a requirement to link 2 portals together. On the first portal
    would be
    a menu navigation item that the user would select to be taken (seamlessly
    and
    invisibly) to the second portal. The user shouldn't even know they're
    being directed
    to a second portal. The second portal should mimic the navigation
    of
    the first.
    I can get from Portal 1 to Portal 2, but I can't figure out how
    to
    set
    up a menu
    item to get back to Portal 1. Just to add to the complication -
    Portal
    1 is Vignette's
    VAP, Portal 2 is BEA. So, what I guess I'm asing is, is there away
    to set up
    a BEA Portal menu item to point to a URL?

  • "Find Related Items" in Entourage (like Outlook on PC)?

    Hi,
    I use Outlook on a Win XP machine at work and Entourage on my Mac at home. I cannot find anywhere in Entourage where there is a command that behaves the same as the "find related items" command does in Outlook. I use this extensively on my work computer because it automatically finds any messages in my inbox and sent items which belong to the same thread and allows me to quickly select all those
    messages and file them in another folder together.
    There is a "Find Related Items" command in my Edit menu in Entourage but it is always greyed out. From what I can read about it, it will only find "related" items which I have manually created links to. Not very helpful in my opinion. Is there a third party script or something which gives Entourage the same functionality as Outlook?

    If you don't get an answer here, there is a help
    newsgroup devoted to Entourage:
    I tried there first and have gotten no replies. I saw that others were asking Entourage questions in this forum so thought I'd give it a shot. Any solutions I get from either forum I will make sure to post to the other forum.
    http://groups.google.com/group/microsoft.public.mac.office.entourage/browse_thre ad/thread/0e89f4e88b5ac1a6/#
    Thanks,
    Larry

  • Import Substitute and Related Item relationship via Import Manager

    Hi! I have been able to import parent/child relationship (captured in an Excel spreadsheet) via the Import Manager. I have tested with BOM and Sales Packages and it worked fine.
    However, I now also want to be able to import relationship such as substitutes and related items and found out that this feature is not available in Import Manager. I cannot do this via matching in Data Manager as there is a similarity in the part number used. However, I guess it may be possible if I introduce a new field to somehow link them together.
    Has anyone tried to do a mass load of relationships like these before? If so, would appreciate if you can share your experience in this.
    Cheers!
    SF

    Have to import via Data Manager using a text file. It is important to note that there should be no blanks after the last header field and data line.

  • Limit on Task "Related Item" fields

    Good Afternoon,
    There is a field on a standard out of the box Task item in SharePoint 2013 Online called "Related Items" that a user can add links to related SharePoint items.  There seems to be a limit of 9 items that you can add.  After that,
    new items that you add are not stored to the task, cannot be dislayed displayed and the Version history does not show any new items added after number 9:
    Does anyone know if this limitation is documented anywhere and if there is a way to change the limit to a higher number?  Is this limit applicable to all 2013 Tasks or just SharePoint Online?  
    Kim Frehe

    Hi Kim,
    I can't find any documentation about the "Related items" maximum items, based on the sp.ui.relateditems.js (located in 15 folder on SharePoint server on-premise) the Related Items used, I think the maximum 9 items of adding and rendering is hardcoded
    in js file, it is hard or impossible to modify the js file. The limitation is related to "Related items" field, so it is applicable to all 2013 Tasks in SharePoint Online and On-premise.
    Thanks
    Daniel Yang
    TechNet Community Support

  • EA4500 – Smart Wi-Fi interface and Windows Network Map issues

    I purchased this Router about 2 weeks ago as a phased upgrade of our Home Network, primarily to enhance media streaming. It has the latest firmware preinstalled from the factory. Prior to the purchase and installation of the EA4500 Router I replaced my old Motorola SurfBoard SB6120 DOCSIS 3.0 Cable Modem with a Motorola SurfBoard SB6141 DOCSIS 3.0 Cable Modem. My old Linksys E2000 Router worked perfectly with the SB6141, with the exception that the E2000 wasn’t IPv6 enabled, but does have 10/100/1000Base-T Ethernet (RJ-45) and Internet ports.
    The EA4500 has been installed for about 10 days and seems to have improved local network speeds and I don’t seem to be having any Internet connectivity issues. However, there are some disturbing issues with the EA4500 and the AE3000 I purchased. There are 11 devices connected through the Router; a Dell Desktop (wireless with the AE3000), a Dell Desktop (Ethernet), a Dell Laptop (wireless), 2 Canon Printers (1 Ethernet and 1 Wireless), 2 Western Digital 1TB MyBookLive Network Drives (both Ethernet), a WD TV Live Streaming Media Player (wireless), an Apple TV media player (wireless), an iPad (wireless), and an Android Smartphone (wireless).
    Issue 1 – The Linksys Smart Wi-Fi interface appears to be unreliable at times!!! I’ve read about this problem here on the Community involving the EA6500, so I don’t know if this is a Linksys Server issue, as suggested in a few responses, or a bug in the Router firmware, or defective hardware. However, when the interface locks up, it can’t be accessed from a wireless or wired connection. Usually, powering down the Router and then powering it back up and restart will allow it to function again. However, at times before the interface completely locks up it shows either just a white screen or the security screen will show no firewall features enabled. This is a little scary, so I’ll do a complete reset and setup; this is becoming a pain in the rear!!!!! Is there any hope for this being fixed, in this Router, not the next generation??????????
    Issue 2 - All of my network devices show up in the Router’s Device List. Except for the Apple devices they also show up, when they are online, in Windows 7 Explorer under Network and when you click on Network they are correctly displayed as Computers, Media Devices, Network Infrastructure, or Storage. However, when you click on “Open Network and Sharing Center” and then click on “See Full Map”; it fails with the response “Windows cannot create the network map. Responses from other devices on the network are delayed or there is an incompatible router on the network”; no device map is shown. When I follow the link for more information, the only thing that stands out is “A device on the network, such as a hub or switch, is not working properly or is not compatible with the Link Layer Topology Discovery (LLTD) protocol, which Windows uses to create the map. To fix this problem, disable the device, turn it off, or remove it from your network”. All of my network devices showed up on the Network Map with the old E2000. This issue is the same on all of my computers, either wired or wireless. Any known solutions for this, or is it as Windows suggests; an incompatible Router????
    Thanks in advance for any insight or solutions. With the issues I’m having with the EA4500 and the AE3000; they are both probably going back to Amazon.

    thebluemamba_24; Thank you for your suggestion; I finally found time yesterday to perform an extensive evaluation before I return the Router. However, rather than trying to add devices manually, my rationale was if the EA4500 can’t process them correctly, automatically, it needs to be returned anyway, so I added devices normally letting the device an Router handle the process.
    In thinking through this issue, all devices on our network are detected and identified by Windows Explorer on Windows 7 computers; except of course the Apple and Android devices (Apple TV, iPad, and Smartphone). So, I wondered if one of those three devices being added to the Router’s device list was somehow causing issues or interfering with Windows 7’s ability to generate a Network Map. Therefore, my approach was to turn off or disable all devices on our network, reset the Router to factory defaults, reestablish the Router to my custom Home Network configuration using a Windows 7 PC that has LAN and Wireless access to the Router, then add one device at a time and check with each addition to see if Windows 7 could still generate a Network Map.
    With the Router reset and reestablishment complete; I began the process of adding one device at a time and checking to see if a Network Map was being generated. What I discovered was when a recent addition to the network, a Western Digital WD TV Live Streaming Media Player, was connected (wirelessly), Windows 7 could no longer generate the Network Map and the failure was consistent. The only way to get the Network Map to work again was to remove power from the WD TV Live, although it remained in the EA4500’s Device List; simply turning it off didn’t help. Since I’d originally witnessed the Windows 7 Network Map working with the Linksys E2000 Router that the EA4500 replaced, I decided to test the WD TV Live with that Router. It worked initially, but it failed consistently after the first success. Interestingly, the failure indication was a little different, but nevertheless generation of the Network Map failed.
    I’ve tried changing a few settings on the EA4500 as well as the WD TV Live, but nothing helped. There was a recent firmware update to the WD TV Live, so I might try rolling back the firmware to see if it makes a difference.
    The Network Map issue might very well be an issue with the WD TV Live, not the Router, but after reading many threads on this Community I have reservations that the problems I’m experiencing with the Smart interface lockup will be fixed. I suspect new emerging replacement products will be the focus and these older products will be abandoned and no more firmware fixes will be forthcoming and I don’t want to spend more money for a new product just to fix old problems and get something that works properly. The Network Map issue is troublesome, but the lockup of the Router’s “Linksys Smart Wi-Fi” interface is a serious matter to me. It appears that once it locks up, the only way to correct it is a power off restart; not practical if you’re traveling and trying to access settings remotely; the selling point for this feature.
    Given the problems I’m experiencing with the EA4500 and AE3000, I guess I’ll return them. Too bad, because otherwise the EA4500 seems like it’s a good Router. I’ve been brand loyal since the Linksys WRT54G came out, but after reading this Community and with my personal experience with the EA4500 and AE3000, now I’ll probably give the NETGEAR N900 equivalents a try.

  • Can we restrict the printing of PO Item text based on PO types?

    Dear Experts,
    We have a requirement related to printing of PO Item Text.
    We need to print a perticular Item text  only for a certaing PO type (ex:  NB only).
    How can we restrict the printing of PO Item text based on PO types?
    Please advise.
    Regards,
    Shashidhar

    Hi,
    In one of my earlier Projects we had a similar requirement and the Best solution we could give to our client was to Create New Output Type and asked our ABAPer to Delete/Deactivate the fields / texts which were not required  for PO printing and the User was asked to select the New Output type for Printing.
    Take help of a ABAPer to change the fields required for Printing  this new Output Type.
    Discuss with your client and see if it works.
    Best regards
    Amit Bakshi

  • Mapping issue with context again

    I again need help with a mapping issue. I don’t know how to handle the contexts to get this working in the xi graphical mapping tool.  I have previously logged a question regarding this structure but the requirements have now changed. 
    I have a source document that has multiple delivery line items and for each delivery line item, there are multiple handling units. Each handling unit contains the line number of the delivery line item it belongs to. This structure has been simplified below.
    <b><u>Source Sample</u></b>
    <DOCUMENT>
    <DELIVERY_LINEITEM>
    <LINENUMBER>10</LINENUMBER>
    <MATERIAL>mat 1</MATERIAL>
    </DELIVERY_LINEITEM >
    <DELIVERY_LINEITEM >
    <LINENUMBER>20</LINENUMBER>
    <MATERIAL>mat 2</MATERIAL>
    </DELIVERY_LINEITEM >
    <HANDLING_UNITS>
    <HU_LABEL>123</HU_LABEL>
    <HU_ITEM>
    <LINENUMBER>10</LINENUMBER>
    </HU_ITEM>
    </HANDLING_UNITS>
    <HANDLING_UNITS>
    <HU_LABEL>456</HU_LABEL>
    <HU_ITEM>
    <LINENUMBER>10</LINENUMBER>
    </HU_ITEM>
    </HANDLING_UNITS>
    <HANDLING_UNITS>
    <HU_LABEL>789</HU_LABEL>
    <HU_ITEM>
    <LINENUMBER>20</LINENUMBER>
    </HU_ITEM>
    </HANDLING_UNITS>
    </DOCUMENT>
    <u><b>Source Structure</b></u>
    DOCUMENT 1..1
    DELIVERY_LINEITEM 1..unbounded
    LINENUMBER 1..1
    MATERIAL 1..1
    HANDLING_UNITS 1..unbounded
    HU_LABEL 1..1
    HU_ITEM 1..1
    LINENUMBER 1..1
    In the target structure, I need to output each handling unit along with the corresponding DELIVERY_LINEITEM material.  Target structure has been simplified below:
    <u><b>Target Sample</b></u>
    <DOCUMENT>
    <ROW>
    <PACKAGING>
    <HU_LABEL>123</HU_LABEL>
    </PACKAGING>
    <PACKAGING_ITEM>
    <LINENUMBER>10</LINENUMBER>
    <MATERIAL>mat 1</MATERIAL>
    </PACKAGING_ITEM>
    </ROW>
    <ROW>
    <PACKAGING>
    <HU_LABEL>456</HU_LABEL>
    </PACKAGING>
    <PACKAGING_ITEM>
    <LINENUMBER>10</LINENUMBER>
    <MATERIAL>mat 1</MATERIAL>
    </PACKAGING_ITEM>
    </ROW>
    <ROW>
    <PACKAGING>
    <HU_LABEL>789</HU_LABEL>
    </PACKAGING>
    <PACKAGING_ITEM>
    <LINENUMBER>20</LINENUMBER>
    <MATERIAL>mat 2</MATERIAL>
    </PACKAGING_ITEM>
    </ROW>
    </DOCUMENT>
    <u><b>Target Structure</b></u>
    DOCUMENT 1..1
    ROW 1..unbounded    
    PACKAGING 1...1
    HU_LABEL 1..1
    PACKAGING_ITEM 1..1
    LINENUMBER 1..1
    MATERIAL 1..1
    Note, 1 ROW in the target structure = 1 HANDLING_UNITS from the source structure.
    Can anyone help me to achieve this? I do not know how to map the relevant DELIVERY_LINEITEM\MATERIAL from the source structure to the target structure.

    JM,
    Please find the solution. Reply back if it helps or not
    http://www.flickr.com/photo_zoom.gne?id=1045178998&size=o
    http://www.flickr.com/photo_zoom.gne?id=1045179010&size=o
    http://www.flickr.com/photo_zoom.gne?id=1045179022&size=o
    Results :http://www.flickr.com/photo_zoom.gne?id=1045179134&size=o
    <b>Code used:</b>
    for(int j=0;j<Handling_Linenum.length;j++)
    for(int k=0;k<Delivery_Linenum.length;k++)
    if(Handling_Linenum[j].equals(Delivery_Linenum[k]))
    result.addValue(""Material[k]"");
    result.addContextChange();
    Best regards,
    raj.

  • Mapping issue in quality system

    Hi Experts,
    I am new to BODS tool. Currently I am working with BODS 4.2 version.
    I have an issue with mapping of datastores in quality system.
    Actually I have created a project in Development system ( done all the things I mean to say Jobs, Workflows and Dataflows...).
    For this project, Source tables are from SQL server and Target tables are from SAP BI system.
    In BODS Development system, this project is working fine ( Source tables are perfectly mapped to Dev SQL Server Database tables and Target tables are mapped to SAP BI Dev system). While running a process chain in SAP BI DEV system, It's working fine.
    Now I have Transported this Project to BODS quality system through central repository.Everything related to this project ( I mean to say project, Jobs, Workflows and Dataflows ) got reflected in quality system.
    Can anyone please let me know, how should I map the Datastores related to this project to the quality system ( I mean to say now all the source tables should point to SQL Server Quality system Database tables and Target tables should point to SAP BI quality system ).
    Appreciate for your quick responses.

    Hi Cris,
    Please Edit your SQL datastore and BI datastroe in BODS and provide the Quality system username and password. For BI datastore please update ip aslo.
    Steps for BI datastore:
    Right click on your BI datastore and click Edit--->click advanced tab-->Edit-->refer below sreenshoot
    Please provide your Quality system credential then -->click apply-->ok
    Same procedure you can follow for SQL datasore.
    Thanks & Regards,
    Balamurugan G

  • Mapping issue: from unbound node to two single fields

    Hello,
    I have a source message with a node that is 0... unbounded.
    The node contains a field named "component_name" with occurence  1..1.
    The target message contains only two single fields (component1, component2) and the task is to provide the first two occurences to these fields.
    node occ.1
       component <modul beta>      ->    component1
    node occ.2
       component <modul omega>      ->    component2
    We can expect to have any case like these:
    node is 0   -> no components provided
    node is 1  -> one component provided  (usual case) , so second field will be empty
    node is 2 -> two components provided
    node is > 2 -> need to pick the first two components to provide them to the target fields.
    Does anybody here have an idea how to solve this mapping issue?
    Your ideas are really welcome!
    Best regards
    Dirk

    Stefan's solution is very good, alternatively, if you are sure that you will always have at least two items you can do
    source -> copyValue[0]-> target
    source -> copyValue[1]-> target
    please note: if you don't have at least two items in your source the copyValue function will throw an exception

  • Linking KN9 files together using hyperlinks, fades to black

    When linking KN9 files together using hyperlinks, I press play the document being linked to fades in, then out to a black screen and after a couple of seconds returns to the files open files on my desktop.
    I've checked all the setting and it even does it on 2 empty pages I tested with no transitions or document settings.
    If I open both document before pressing play it's OK but because I have several large files being linked together I dont want to have to open all the files before presenting to clients etc.
    Thanks!

    The History
    I reported the hyperlinking problem over a year ago when I updated Keynote from version 5.0.5 to version 5.1. According to the Apple tech that I wroked with at that time the Apple engineers had reproduced the issue and had put it on the fix list (Case 235638615). I then worked with Apple in December 2011 to test a version that supposedly fixed the problem, but did not, so Apple sent me a data logging monitor program which I ran and sent back. The Apple tech asked me to be patient as it might take awhile for the Apple engineers to fix the issue. When version 5.2 came out I reran my testing suite of presentations and found that the hyperlinking issue had still not been fixed. I have tried to contact Apple about my case since July 26th - my emails to the Apple tech with whom I worked back in December bounce back as undeliverable and he does not answer his phone (I have left messages with no replies) plus when I try to use Apple support to follow up on the case, all I get is a message to contact my Apple tech (Doh!). If Apple techs or Apple engineers watch the forums I hope they look into unresolved Case 235638615.
    The Workaround
    Hyperlinking worked fine with 5.0.5 - the .key files would load and display and did not have to be preloaded prior to runing the linked presentations. Version 5.1 through the current version 5.2 require all of the linked presentations to be preloaded prior to running them. Prior to the current version of Lion, I was able to manually run version 5.0.5 to successfully run my system of 32 presentations. The only downsides were that I could not use any transitions or animations introduced with version 5.1 and I had to force quit Keynote 5.0.5. However, when I tried that solution this month, it would not work. So I created an Automator app to load the appropriate subset of presentations for each day of the five day class and used version 5.2. Everything went okay with preloaded presentations.
    I love using Keynote and do not want to go back to PowerPoint, so I hope Apple fixes this issue. I think we have been more than patient with the Apple engineers.

Maybe you are looking for

  • How do I end an application that will not close

    I downloaded Citrix Receiver to my Macbook Pro. Went to try and log on to my work address, the application just keeps spinning and will not let me cancel or close. the red button has disappeared. I even uninstalled the app and I still cannot close or

  • Document name

    Hi Can anyone tell me where is the name of the document sent over XI stored?

  • S.M.A.R.T.--is it?

    I've been noticing the "S.M.A.R.T. capable but disabled" go by when my system boots up, so I looked it up in the manual.   So now I know what it is, but what I want to know is: is anyone using this?

  • Problem starting Eclipse Mars, "

    I have been running Eclipse Kepler on a very large C/C++ project for a few years. Recently, I have experienced a drastic slow-down in the UI, which I have not been able to resolve. So, I have decided to upgrade to the latest version of Eclipse in ord

  • SETTING PROPERTIES FOR A MAPPING VIA OMBPLUS ISN'T WORKING

    Hi, i have a problem with OMBPLUS: I have a script which creates a mapping and then is supposed to change properties for the mapping and seems to do so via OMBRETRIEVE. But when looking in OWB the properties aren't changed. If I change any of the pro