#REGION_STATIC_ID# does not work in report template for PPR

I was hoping to use the new substitution string #REGION_STATIC_ID# for a PPR report, because when we do Export/Import of the app the Region ID changes and we have to manually change the Pager Header Javascript to get the PPR to work. A real pain.
So I changed the Region template to use #REGION_STATIC_ID# and set the Static id in the region definition - this worked fine. Next, I modified the Report template for PPR to use #REGION_STATIC_ID#, but at runtime this resolves to a blank! I assumed it would pick up the static ID for the region it was in. Is this a bug or am I just not understanding the way it is supposed to work?
Regards,
Steve

Hello,
#REGION_STATIC_ID# is available in some places in the report template. But the PPR javascript uses the APEX engine created ID get into the fast track report engine so it's not going to work that way.
But you can still do what you want to do what you want to do. Use the #REGION_STATIC_ID# in your region say something like this #REGION_STATIC_ID#_body the use the javascript to get that element and then use that element
along with getElementsByClass(searchClass,node,tag)
http://apex.oracle.com/pls/otn/f?p=38704:2:::NO::P2_ID1:22
to grab the report table and then it's ID which you can then feed into your javascript. It will only be 2-3 more lines of javascript.
Carl

Similar Messages

  • I updated to Yosemite, now my laptop keyboard does not work in MS Word for Mac. Help!

    I updated to Yosemite, now my laptop keyboard does not work in MS Word for Mac. Help! Any suggestions for fixing this?

    Did you ever get a solution to your problem? Because I am having the same problem. I was actually in the middle of using Word when the keyboard stopped working. But it works in other apps, including in Excel.
    Thing is that my laptop just got back from Apple for repairs and they replaced everything but the display - including the hard drive.
    So not only do I have plenty of hard drive space, but it should be virus and error free otherwise.
    I have only installed a few programs and redownloaded some of my files from places like Dropbox, but otherwise is essentially a new system.
    Oh - and it came with Yosemite, so I did not upgrade to Yosemite and still Word doesn't work.
    I've always had trouble getting Word to play nice with my Mac but that was also with the old, full hard drive.
    This is a fresh install. And since I lost all my files, I only had like 1 old file I have downloaded from email and accessed and was in the process of
    creating a new file when it crashed. I got no error, the keyboard just stopped working (to type). I also cannot even get Word > Preferences to even open,
    so it is completely unresponsive.
    I did a Google search and under the Microsoft communities two suggestions to that person were that there may be multiple copies installed -
    I have only the one - and that one is in the wrong place - again, I only have the one and it installed to the Hard drive (visible in Launchpad / Apps).
    Another suggestion was that there was some problem with the updates. I ran updates and they installed fine. That helper suggested that the user
    may have had different updates that worked for the other Office apps (Excel, PPT etc.) but not Word and that was at least part, if not all of his problem,
    but all my Office apps show the same update version 12.3.6, so that cannot be the issue with me.
    I've not yet tried uninstalling and reinstalling, but as I got no errors on the original install or updates, I'm not sure if that would fix it.
    I've found that Mac just doesn't play nice with some programs at all.
    And even though I have a factory installed version of Yosemite on a new, fresh hard drive, even when I booted up, my iPhoto app (which is empty) crashed. I am not sure if my iPhone or iPad was charging at the time, but I don't think so. iPhoto that I still have not even used has crashed several more times since, most notably when plugging in my iPhone / iPad to charge, namely when I declined to upload photos (by default) to DropBox. That may not be related at all, but thus far seems the only other problem I have encountered until this Word problem.
    I'm on a MacBook Pro, Sept. 2009, running OS X Yosemite 10.10.1 factory installed from Apple repairs running Office: 2008 for Mac (Home and Student edition).
    Please advise if you found a resolution and what it was.
    Thanks

  • The giant seach bar in the center of the home page does not work, what is this for? also under it is a bar with no title?

    there is a search bar in the middle of the home page, I tried using it and it does not work. what is this for?

    Battery does not appear to charge
    Important: iPod touch cannot be charged with a FireWire-based power source.
    Verify that the power source being used is working properly.
    If connecting to a computer's USB port, verify it is a high-powered USB 2.0 port. Note: The USB ports on most keyboards don't provide enough power, so if you're connecting iPod touch to a keyboard, make sure it has a high-powered USB 2.0 port.
    Verify the computer is turned on and not in sleep or standby mode. If iPod touch is connected to a computer that's not turned on or is in sleep or standby mode, the iPod touch battery may drain.
    Try another USB port.
    Try charging from a USB charger if available.
    If that does not help, try another USB cable if available.
    Learn more about charging the battery.
    The Home button isn't working
    Put the iPod Touch to sleep.
    Wait a couple of seconds.
    Press the Home button.
    iPod Touch should wake up.
    If iPod Touch does not wake up, then iPod Touch should be serviced.
    Resources for Service
    http://support.apple.com/kb/he57
    https://selfsolve.apple.com

  • Dynamic image does not work in the template builder plug-in (Apex-BI Intgr)

    Hi all, I posted this problem in the BI Publisher topic but nobody responded maybe this is because mods thought this is an Apex-BI integration issue.
    If I'm in the wrong place, please do warn me.
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    ...This works obviously
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    ...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    ...This, however, does not work.
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1

    Hi Oeren,
    your steps seem basically to be correct. I have a tutorial how to do this here (in german)
    http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/pdf-dyn-images/index.html
    when you see the URL corrently as long as you have it as a plain text field, the XML tag and the
    referencing seem to be OK.
    Here are two thought - the issue might be one of these ...
    How did you insert the dummy image into the word document - did you do it via "insert" or
    via "link to file". "Link to File" does not work - you must choose the simple "insert".
    Another one: Does your BI Server have a connection to the internet - is the proxy server correctly set ..?
    Does this help ..?
    Regards
    -Carsten
    Cloud Computing mit APEX umsetzen. Jetzt!
    http://tinyurl.com/apexcloudde
    SQL und PL/SQL: Tipps, Tricks & Best Practice
    http://sql-plsql-de.blogspot.com

  • Host admin page does not work after insatlling YAST for suse9

    I am using 10205 grid and when I try to go to admin tab in grid it say YAST patch needs to be installed which I did but still it does not work.
    Anyone having same issue and how to resolve this. I also followed the metaling note for this issue which was a workaround for a bug but still it did not work.
    Any ideas?
    Thanks in advance.

    I clicked on the link that was provided on the GC host admin page and downloaded the patch and as root applied it to the server without any errors. The following are the steps:
    When I go the host page then administration tab it says the following:
    Install the SUSE patch for YAST from http://oss.oracle.com/projects/yast
    Downloaded the patch yast-EM-1.7.0-0.1.noarch.rpm
    I've installed the patch and restarted the agent and the permissions on all the files are set to 755 according to note
    414438.1
    after applying the YAST patch I clicked finish and nothing happens. I've restarted ther OMS as well but no effect. I was wondering if anyone else having the issue?

  • Lead Selection does not work after setting filter for ALV.

    Hi, Can you please suggest on below scenario :
    I have a Node with a sub node in it .
    I am using the supply function on Sub Node to retrieve the date based on Parent Node.
    There are two ALV's to display parent and item data. The issue is when a filter(user defined filter) is done on Parent table, the supply function does not work. The value is that of the selected row before setting the filter. Even after removing the filter, the item data is stuck and does not change on Lead Selection.
    One thing I noticed is if the child table is a table UI, there is no issue. The only problem is when the second table is ALV
    Thanks In Advance

    Hi Prashanthi,
    Your issue can be resolved as below
    Create an event handler method 'set_alv_data'  for the event 'ON_LEAD_SELECT' of parent alv
    Write the below code inside the event handler method
    METHOD set_alv_data.
      DATA lo_node TYPE REF TO if_wd_context_node.
      DATA lv_path TYPE string.
      DATA lv_index TYPE string.
      lv_index = r_param->index.
      CONDENSE lv_index.
      CONCATENATE wd_this->wdctx_my_parent_node
      lv_index
      wd_this->wdctx_my_child_node
      INTO lv_path SEPARATED BY '.'.
      lo_node = wd_context->path_get_node(
          path                          = lv_path
      DATA lo_interface TYPE REF TO iwci_salv_wd_table.
      lo_interface = wd_this->wd_cpifc_alv_child( ). "get the ref of alv comp of child
      lo_interface->set_data(
        EXPORTING
    *    only_if_new_descr =
          r_node_data       = lo_node
    ENDMETHOD.
    The above code sets the data node of child alv based on lead selection of parent alv data.
    Note: Replace 'parent_node', 'child_node'  with your nodes & 'alv_child' with your alv component name of child alv.
    If you want to control the data of child alv on filter function, you can use the event ON_STD_FUNCTION_AFTE and once you define the filter you get the r_param->id = 'SALV_WD_FILTER_DEFINE'  & now you can clear data of child alv.
    Hope this helps you.
    Regards,
    Rama

  • Since last update anything on the first three lines of a web page if it has a a button to click on to go to another page does not work. use Google Crome for fo

    Loging onto my bank I go to the barclays pege there on the top line is "log in" it used to work when I click on it but has stoped, any button on the first three lines of a web page does not work.
    I now use Google crome but would like to stay with Firefox if this coruption can be sorted.
    Rod

    Please reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with the left mouse key.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    See if this helps solve the issues you had and please report back to us!

  • EPrint does not work with Google Apps for Business (hosted email)

    I have looked up numerous posts, from back into 2011 even, and HP still has not resolved this.
    HP's ePrint does not work with companies using Google Apps for Business (hosted email).
    Our emails come from our domain, but from the servers/DNS of Google, so we wind up getting
    the "550 5.7.1 Command Rehected" error.
    This is a major issue as more and more companies (especially small business owners) are moving away
    from having in-house/Exchange servers, and they are moving toward hosted systems.
    You really need to find a way to stop rejecting emails coming from Google Apps hosted email.
    It's been around 4 years now (looking at previous posts). Why hasn't HP found a resolution to this yet?

    I have brought your issue to the attention of an appropriate team within HP.
    They will likely request information from you in order to look up your case details or product serial number.
    Please look for a private message from an identified HP contact.
    Additionally, keep in mind not to publicly post serial numbers and case details.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Continue button does not work in content player for user on XP system

    "Continue" or "Here" buttons does not work in "My Learning" content player for users on XP unlike for users on windows 2007 works fine. Pls let me know if XP needs to be on certain java version to work. we are on LSOFE 604.Java 1.6_21, IE8.
    Pls let me know why user on windows 7 don't have any issues completing the course in ESS thru content player and only XP users have issues.
    Thanks in advance.

    Nicklas,
    Check the link below. Maybe it will help.
    http://discussions.apple.com/thread.jspa?threadID=2672794&tstart=30

  • Wireless net does not work after installing SP1 for Vista - Error code 10

    After installing Vista SP1 on my computer (T61 - Vista Business 32 bit) my intel 82566mm wireless net does not work.
    Windows says "Error code 10" and suggests that I update the driver. I have downloaded the newest driver via another computer, but it does not help. Still error code 10.
    Any one else has the same problem?

    I fixed the problem. Uninstall iTunes and then reinstall it clean. Looks like upgrading is problematic.

  • CSCuo82087 - Policy Trace does not work in 8.0 for authenticated users

    solution to this problem exists ?

    Relating line numbers in compile errors to source code.
    Oracle does not count blank lines in line numbers. Commenting
    with "--" blank lines or deleting blank lines will make the line
    counter more accurate.
    Oracle counts comments delimited with /*...*/ as one line, no
    matter how many lines are in the source code. Using only "--"
    will make the line counter more accurate.
    Oracle does not count lines before the PL/SQL block DECLARE when
    compiling triggers. (CREATE ... TRIGGER....FOR EACH...WHEN(...))
    parts of the syntax are not counted. The line in the source
    code with the DECLARE of the trigger's PL/SQL block will be line
    1.
    Hint: Avoid uncertainty. Use "SHO ERR TRIGGER <trigger_name>"
    when looking at compile problems.
    Good Luck....

  • Graph wizard does not work from report builder

    Hi,
    I am again an agian posting the same question because still i am unable to run a graph wizard from my reports builder. When i run this i get a program error "rwbld60.exe has generated an error ...." This shuts down the entire report builder and i need to restart my report builder.
    I have reports 6i on win 2000 with SP2.
    Also i applied 6i latest patch 4.
    I can see dr. watson log generated.
    my machine virtual memory is 893756.
    I am really getting a hard time with this.
    Thanks in adv.,
    shailesh

    Thanks guys for all your support.
    I have this working now. I did a
    fresh install for oracle reports and it worked for me.
    For sure its working now i can't gurantee
    in future. I will conclude this after testing this for couple of days.
    Anyway thanks once agian,
    shailesh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Niranjan Ramakrishnan:
    I would strongly suggest that the reports development team's idea to contact Support on this is a flawed one. I had very similar issues with my reports builder except that the Dr. Watson happened every where (even while just invoking reports builder) - opening the layout editor when graphics were involved, running the report, using the chart wizard, etc.
    I opened a TAR on this with Support. Their response? We can't reproduce it on our computer so bad luck and good bye.
    All I ask is that the reports team give us something to be able to provide some kind of function call trace information when the Dr. Watson does occur.
    I use patchset 5a. Also, btw, I tried to run a report with graphics on Solaris from the builder and guess what? It core-dumped. Any way to send you guys trace files from there atleast?
    Calling support is not an acceptable solution.
    Thanks,
    - NR
    <HR></BLOCKQUOTE>
    null

  • I just purchased the upgrade from trial to full version. It does not work. It asks for my orginal serial key and when I paste in the trial key it says invalid??

    Downloaded trial and then purchased the activate the full version option. The activation keys don't work. It wants an 'original' key. When I use the trial key it rejects it as invalid! Have I just been robbed of 75 quid?

    lanceblack,
    You know, I had seen your similar post in other forum with same issue. This itself is confusing for other participants including myself to keep track of forum discussion regarding same issue.
    It would be nice if you keep your issue in proper forum in one place, less confusion for others.
    Corky02 said better than I did yesterday. I am not quite sure why or what impresssion that you'd easily upgrade from try-out app into full-license. For many people are aware that what it means or what does this having to do with upgrading qualification with any applications. Why did you think you would get to upgrade that easily from trail try out app to licensed one?
    I don't think the Apple's ads are misleading. I just think you got yourself confused. Sorry I can't help you. IF I am Apple employee, I would love to help you and get this resolved for you. I am just one of those participants helping others.
    Once again, I am sorry that you get your view all wrong and lead into thinking that you are entitled to do so. But you need to understand that once if you had purchased a full license app from try-out app. Most people know what does that mean with try out app for the first time. And most people know that if they wish to purchase an application, this means purchasing a boxed (or electronic downloaded file) from Apple retail store (or online store). Plus, new venue at Apple offering Mac App store. I think that is a little confusion for some people who are not familiar with the difference.
    I do believe that if you purchase from Mac App store, it doesn't require to put in license serial number. I think it is a different approach for some reason. I had bought some other Mac apps (not Aperture) from Mac App store few times. I haven't purchased Aperture updated version straight from Mac App store online. I bought mine from Apple retail store in Canada in person.
    I still don't understand why you still think Apple is misleading you all the way. I don't think it is. In case if you haven't notice... there is way for you to get in touch with Apple called Apple Support Express Lane. Give it a try.

  • MI Deployment does not work - Client reports "Ignored old data"

    Hi,
    when syncing with an mi client (Mi2.5 SP13) to deploy MAM application. The Client reports:
    Ignored old data that has been received for user XXX
    The Trace-File says:
    [20050906 10:28:45:953] I [MI/Sync                  ] Inbound file size for user xxx is 102
    [20050906 10:28:45:953] P [MI/Sync                  ] Synchronisation successfully connected
    [20050906 10:28:45:953] D [MI/Sync                  ] Begin: Dumping file C:\Programme\SAP Mobile Infrastructure\sync\xxx\in\inbound.sync
    <ID>MISYNC</ID><FLAGS>0x0</FLAGS><VERSION>251300</VERSION>
    <PROLOG>
      <JCO_INFO>JCO-library-version: 1.1.13; Creation time: UNDEFINED DATE UNDEFINED TIME</JCO_INFO>
      <SYNC_STATUS>A</SYNC_STATUS>
      <EXECUTION_TIME></EXECUTION_TIME>
      <MORE_PACKAGES_WAITING> </MORE_PACKAGES_WAITING>
      <SYNC_COUNTER>0</SYNC_COUNTER>
    </PROLOG>
    [20050906 10:28:45:953] D [MI/Sync                  ] End: Dumping file C:\Programme\SAP Mobile Infrastructure\sync\xxx\in\inbound.sync
    [20050906 10:28:45:953] D [MI/Sync                  ] Initial buffer size of BinaryReader is 102
    [20050906 10:28:45:953] P [MI/Sync                  ] Read current inbound counter from file: 0
    [20050906 10:28:45:953] W [MI/Sync                  ] Execution time is not set; either old data received or processing wihtin middleware failed.
    I have deleted any old assignments for the user and the device through the web console.
    The problem consists after uninstall and reinstall of the mi client also on different devices.
    Any ideas?
    Thanks in advance
    Alexander

    Thanks for your help so far.
    I did already install and reinstall the client.
    I get this error for some, also newly created users and for others on the same machine it works!
    I think it is related to the trace file row:
    <JCO_INFO>JCO-library-version: 1.1.13; Creation time: UNDEFINED DATE UNDEFINED TIME</JCO_INFO>
    This obviously leads to the conclusion that the data is outdated for the client.
    The client and server are in the same timzone and also configured that way.
    Any other ideas?
    Thanks
    Alexander

  • FCP does not work after sleep - asking for quartz extreme card

    Hi all,
    Well my 2 x 2.266 Dual Core Intel xeon with 5 gig memory is getting a little long in the tooth and I have started coming up against what I suspect is hardware issues.
    The OSX is 10.5.8
    It has a blackmagic HD card as well as an ESATA rocketraid card.
    I have a sohoraid attached as well as a Drobo (via firewire).
    In the last couple of months I l've had a bunch of issues that I wonder if are at all related.
    Firstly the DVD player app now freezes the whole computer if I try and start it.
    when it first did this I spent forever rebuilding the system for it to only fall over again a month or so later.
    2) In the last couple of weeks, when I wake from sleep the mouse icon is gone and what is in its place is a small area of distorted,broken pixels. Still works as a mouse (the distorted pixels move round like an arrow) and the arrow returns when I tab through to another application. Weird...
    3) In that same time when I have started Final Cut Pro it immediately gives me a warning saying a quartz extreme video vard is required to run application and refuses to open. Restarting computer fixes this but this is a new development.
    4) I ran into an issue at beginning of the year with my soho 5bay raid where it said a drive failed and then couldn't rebuild with a new drive, took it to shop and it blinked into life on their computer. Drive was never broken. Its now back and running as it should, like it always did, but they couldn't see what went wrong.
    These of course could be a unrelated but I somehow suspect not.
    Any first 'go-to's" you would recommend to just try and trouble shoot this?
    THANK YOU!!!!

    Try these in this order:
    1. Set Mac to NEVER SLEEP. No exceptions.
    2. Repair Permissions on all drives.
    3. Trash Preferences for offending apps.
    4. Wipe and re-install fresh OS and apps every 6-18 months.
    Tim

Maybe you are looking for

  • Aperture/iphoto missing masters

    I'm praying that someone can help me.  I use iPhoto and Aperture both.  I have about a 60GB library that hold approaximately 22,000 images.  I run my programs on the OSX Drive which is an 128GB SSD and I store the photos on a separate internal 750GB

  • Can't access instances and functions in MC

    In this example, the code works fine on properties of a dynamically generated MC (alpha, name, etc...). However, it fails to access anything inside of the same MC (textFields, functions etc). Why?

  • Problem compiling Java Adventure

    Hi, I just installed Java adventure. It runs correctly, I can do a setup and deploy the application. But when it cames to build it, i got the follwing errors, does someone have an idea where this problem come from ??? Thnaks =========================

  • Email spoofing?

    I receive an email stating my adobesend account has expired, but it appears to be function fine. The reason presented is that: Dear William F      Your Adobe® Send subscription has expired. Either you have decided not to renew, or we were unable to r

  • Anyone know how I can parse this string?

    Hello everyone! I'm using the Scanner class (which is like the StringTokenizer class but suppose to be more powerful). Anyways, I have the following String: OP '1.3.12.2.1004.212'.'1.3.12.2.1004.195' I want to parse the String so I have the following