Make header links in PPR report region

I have a tabular form, and for several headers, I created a popup help page, and call the popup with a javascript function in the header. The html for my headers in the Report Attributes is as follows: <p>
&#60;a title="Click for RAC Explanation" href="javascript:RAChelp();"&#62;RAC&#60;/a&#62;<p>
However, when I hover over the link, the following shows up on the info bar at the bottom of the browser:<p>
javascript:html_PPR_Report_page(this,'R3784527397717439',javascript:RAChelp();')<p>
So when I click the header, I get this error message:<p>
Your browser sent a request that this server could not understand.
mod_plsql: /pls/htmldb/f HTTP-400 Missing '=' in query string or post form<p>
What the heck is going on? Is there a way to get around this or do I need to abandon using a PPR Report region for this tabular form?<p>
thanks!

PPR or not, the standard UI convention for clicking on a report heading is to sort by that column!
Besides, unless you have enabled column header sorting by checking the Sort checkbox under Report Attributes, the column header is not even a clickable link, so I dont see how it would show that html_PPR... link.
If you have enabled column header sorting, the #COLUMN_HEADER# substitution string in the report template automatically embeds the sorting link markup around the column header you specify. So, you cannot specify a A tag as your column header since that would nest A tags (not allowed)
Note this has nothing to do with PPR, it is a (undesirable) interaction between column header sorting and your wanting to have column headers show your own help window.
Simple solution: Just turn off column header sorting for those columns and you should be fine.
Hope this helps.

Similar Messages

  • How to make a link in a report open a Form in a different region of the same page ?

    Hi,
    I developped a report and a form for the same table. I also created a link and used it in my report so that when I click on the link of one record, the form is opened and display this record.
    My problem is that when I include my report as a portlet and I click on a link, the form is opened in full screen mode by replacing the page containing my report.
    What should I do in order to open this form in another region of the same page ?
    Thanks a lot

    I presume that the two regions are working fine with their individual buttons and your issue is how to make them both save with one button.
    Here is how
    a. You will have 2 ApplyMRU and 1 ApplyMRD processes for each of the regions. Right? Lets say you have 2 "Save" (i.e. label=Save) buttons, one has name SUBMIT and the other SAVE ( SUBMIT and SAVE being the requests that will be sent when they are clicked , respectively)
    b. Make the Display condition on one of the buttons 'Never'. Now it won't show when you run the page. Lets say you made SAVE's conditional Display 'Never'
    c. Go and change the condition on all ApplyMRU and ApplyMRD processes from "When Button Pressed" to "Request is contains in Expression1". In Expression1 enter SUBMIT,SAVERegards

  • Want to make a link in Customer order sample application!

    Want to make a link in Customer order sample application! ( In Reply To : Re: How to send E-mail from customer order sample application ? ) Mar 22, 2004 6:24 AM
    Reply
    Is it possible to make a link for upload files from Excel? ( In Reply To : Re: Error in upload CSV file format ? )
    I apologize again I want to make file upload and download link from excel to HTML DB Oracle , what I've to do in this regard, I want to make in the Customer Sample Application.If you explain in detail and steps than that will be very kind.
    Thanks in advance !

    muhammad--
    i am now more sure that you're asking what i thought you were asking, but i also now see where you might be getting confused. my original answer you your question (referenced above) still stands. i think you're getting confused, though, with the csv output functionality. it's not csv Input...it's csv output. that means it provides a link within your report region to allow users to download the data shown to a local csv document. there is no native functionality w/in htmldb to facilitate the uploading of spreadsheet data into one's application. in my original answer to your question, i said that my answer at the bottom of...
    Bulk Insert, SQL*Loader style
    ...gives you an idea as to one way to enable this in your app.
    hope this helps,
    raj

  • Duplicate validation on report region

    Hi,
    I want to fire a duplicate check when the user click on a column (link) in a report region.
    For example, my report region displays emp_name, dep_name and emp_no as hidden field. The emp_name is a link. When the user clicks 'Emp Name' i want to do a duplicate check against EMP table using emp_no. If the emp_no is available in EMP table then I want to dispaly message 'Employee exists' and stay in with the reprot region. How can I do this?
    Please help.
    Leo

    Leo Rajan wrote:
    Hi,
    I want to fire a duplicate check when the user click on a column (link) in a report region.
    For example, my report region displays emp_name, dep_name and emp_no as hidden field. The emp_name is a link. When the user clicks 'Emp Name' i want to do a duplicate check against EMP table using emp_no. If the emp_no is available in EMP table then I want to dispaly message 'Employee exists' and stay in with the reprot region. How can I do this?
    Please help.
    LeoLeo,
    You said emp_name is a link. Is this an apex link or a custom link?
    Regards
    Gokhan

  • How to Link column header only in classic Report in APEX 4.1

    Hello Everybody,
    Probably there is a simpler way to do this, but I am not sure. I want a link on column header in Report on a specific column. The link will take me to new region or a page.
    How to achieve this in APEX 4.1
    Theme : Blue 2
    Database 11g
    I see there is a column link opiton, but that creates link for every row in that column on a specific icon, I just want link on a title of the column in Classic Report.
    For Example,
    if there are two columns Name and Client ID, which has 10 records to display on a classic report. I wan the link on Client ID on header only not on the records.
    Can anybody provide some simple solution for this.
    Thanks,
    --CP
    Edited by: cpora007 on Jun 22, 2012 10:38 AM

    Hello,
    I didn't understand, what do you mean by default it is going to sort popup. I have a classic report based on SQL, which generates a report with static header, there is no sort or any other link on that.
    I added a link in column header name with an anchor. It works and takes to the new page.
    But it is not a proper solution. A solution based on Jquery dynamic action is preferable. Also the preferred option is that the link opens a hidden region of the same page at the same location of the report and the report gets hidden. after the procession on the form region and submitting the update/ insert process. the report region shows up with the change data.
    Moving on to new page is 2nd option, if the first do not work.
    In the JavaScript, put: apex.submit("GO_TO_MY_OTHER_PAGE");
    On the page, create a Branch to the Second page. Set the condition to Request=Expression 1. Set the request to "GO_TO_MY_OTHER_PAGE"
    On which page I need to create a branch?, Is it on the report page or the form page.
    Thanks a lot for the response. I appreciate your kind efforts in this regard.
    --CP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Printing PDF from Report Region - Header Details

    Hi,
    I've searched around for a while but was unable to find an answer to my query.
    I have a simple report region, which i added a "Print" link to the bottom of - this brings up a formatted PDF version of the report which can be printed out, i'm just using the default PDF layout.
    When it comes to adding a header and footer the PDF still functions ok, but when i try to add any page items it all stops working.
    I basically need the time and date to appear at the top of the report, i created a hidden field just using the PL/SQL command "SYSDATE" which does return the correct value. But when i try to add this to the header or footer in the format "This document was printed on &P1_DATE", the PDF doesn't work, and when i try to download it, IE says the filesize is 0b.
    Any suggestions would be appreciated, either something i've done wrong or if there is a better method,
    Thanks in advance

    Thanks for the reply Scott,
    The PDF does download when I put a fullstop after the name of the item. Unfortunatly now the PDF displays as if the item "P1_DATE" is empty, i.e. it says "This document was printed on ",
    I've made P1_DATE visible and it definitly displays a date, yet the exported PDF displays nothing where P1_DATE is referenced,
    Just to confirm:
    The Item is called P1_DATE
    The references i've tried are &P1_DATE. and &P1_DATE
    the date is populated by the code SYSDATE
    Thanks again,
    Iain.

  • Link in report region

    Hi,
    I have report region(type=sql query). In that report region i want to add a hyperlink(View all). When user clicks on the hyperlink it should bring them to another page. Can anyone help me in this issue. i am using apex4.0.

    Where can i find button classIn the button template
    Usually(depend's on the theme) redirect buttons template are link tags with some class that styles them like a button. Else you can create such a button template(by copying it from another theme) without any styling
    For example a button template like
    &lt;a #BUTTON_ATTRIBUTES# class=&quot;&quot; href=&quot;#LINK#&quot;&gt;#LABEL#&lt;/a&gt;would render the button like a plain link

  • Make the link from the single cell of Bex Report and the image of bill

    Hi guys,
    my client scan every bill and archive the image by File.net technology.
    In our Bex Report we have the Bill number and we want to make the link from the single cell and the image of bill.
    The possible paths to solve the problem are:
           Replicate the image in BW and crate a link from the single cell and the image of document.
           Create an URL link from the single cell and the image of document archived on File.net server.
    In witch way we can to implement the two paths?
    Thank you.
    Alessandro

    Hi Alessandro,
    Have you seen "How To…Enhance your Web Query with the Table Interface"?
    You can find it in media library:
    https://websmp105.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000194044
    Best regards,
    Eugene

  • Adding and linking report region to a page with an existing report region

    I have page that has a report region. It is based on a master table.
    I want to add another report region to the same page for the detail.
    I have added the region of tpye HTML and entered the query in the source section.
    How do link this detail region with the master region. That is join the detail to query after the master based on the master row selected.

    This tutorial should help you:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/rprt_drill.htm#CIHGBADI
    It shows how to do it using two pages, but putting both reports on one page is pretty much the same.

  • Show a report region only when link in other report is clicked

    Hi Friends,
    I am having 2 report regions.In my first report region i am having a column as a link. I want to show the 2nd report
    region only when the link in the 1st report region is clicked. There is a button in the 2nd report region i want to show
    that button only when the link in the first report is clicked.
    The code for my first report is
    select * from tasks;i have a link column task_id as
    f?p=&APP_ID.:10:&SESSION.::&DEBUG.::P10_TASK_ID:#TASK_ID#My 2nd report code is
    select * from task_details where task_id=:P10_TASK_ID;Plz help,
    Thanks,
    TJ

    Hi Andy,
    I tried this but having one problem. When i press a link the vaule of P10_TASK_ID is set and the 2nd report is shown.
    When i go to other page and come back to this page the 2nd report is showing even with out pressing the link this is
    because the value set for :P10_TASK_ID is still there. Where can i put the value back to null so that the 2nd report is
    not shown with our pressing the link in the 1st one.
    Thanks
    TJ

  • Classic report regions not executing queries after clicking in a chart link

    I have a chart region with a link to page passing values to select list items, but report regions are not loading.
    This is the link generated at chart series:
    f?p=106:32:1310398926027:::RP:P32_DATE_SELECT,P32_SERVICE,P32_RESOURCE,P32_ROLE_ID:09%2F02%2F2013,1,EDER%20ZAVALA,1
    All page items passed are filled correctly, but report regions don't show any data.
    Please notice I am using two LOV where second one is showing values according the first one selected and doing the submit event where report regions are showing the result of the queries executed.
    Report regions shows data when I do the select of page items manually, but not when I pass those values thru link url
    I am using Oracle APEX 4.2.2.00.11
    Please advise
    Thanks,
    Cesar

    hi Vishal,
    Due to our client policies; I can not upload data. are you able to join to a webex meeting? so I can share you my screen and see the current problem I am having
    Here for your comments
    Thanks,
    Cesar

  • How to make query base delivery monthly report  link with delivery return

    Hi,
    I have facing some problem in Sales delivery report monthly. Problem is:
    1) When i make Monthly query delivery report without any delivery return and AR Credit memo, it is Fine.
    2) When i make Monthly query delivery report with any delivery return and AR Credit memo, it is not showing proper. Its showing in report including return quantity or AR Credit memo quantity.
    So, How to make query base delivery monthly report  link with delivery return and AR Credit Memo?
    Please help me regarding this.
    Mizan
    Edited by: mizan700 on Dec 18, 2010 2:50 PM
    Edited by: mizan700 on Dec 18, 2010 2:50 PM

    Hi,
    try this.
    SELECT DISTINCt T1.CARDCODE, T1.CARDNAME , T1.DOCNUM DELIVERY#,T1.DocStatus 'DELIVERY STATUS', T1.DOCDATE 'DELIVERY Date', T1.DocTotal 'DELIVERY Total', T3.DOCNUM Return#,T3.DocStatus 'Return Status', T3.DOCDATE 'Return Date', T3.DocTotal 'Return Total',T5.DOCNUM Invoice#,T5.DocStatus 'Invoice Status', T5.DOCDATE 'Invoice Date', (T5.DocTotal-T5.VatSum-T5.TotalExpns-T5.DiscSum) 'Total Before Discount', T5.VatSum 'Tax', T5.TotalExpns 'Freight', (T5.DocTotal - T5.PaidToDate) 'Total Payment Due', T7.DOCNUM AS 'CREDIT MEMO#', T7.DOCDATE
    FROM DBO.DLN1 T0
    INNER JOIN DBO.ODLN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN DBO.RDN1 T2 ON T2.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.ORDN T3 ON T2.DOCENTRY = T3.DOCENTRY
    LEFT JOIN DBO.INV1 T4 ON T4.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.OINV T5 ON T5.DOCENTRY = T4.DOCENTRY
    LEFT JOIN DBO.RIN1 T6 ON T6.BASEENTRY = T5.DOCENTRY
    LEFT JOIN DBO.ORIN T7 ON T7.DOCENTRY = T6.DOCENTRY
    WHERE  T1.DOCDATE >= [%0] AND  T1.DOCDATE <= [%1]
    Thanks,
    Joseph

  • Report region with column link that opens a pdf doc based on report query

    Hello
    I'm building a report table that displays info about a customer - simple select - and, for each record, has associated column links based on report queries that receive ID as parameter. When clicked, it opens the report in pdf extension. My problem here is how to pass the ID as a parameter to that report query considering i'm using a report table and that there are no items in page 71...
    This is the report query i'm using:
    select initcap(a.customer) customer
    , initcap(a.address) address
    , initcap(a.rep) rep
    , (select initcap(b.city)
    from portal_records b
    where b.contrib=a.contrib
    and b.year=to_char(sysdate,'yyyy')) city
    , (to_char(a.datereg,'dd')||' de '||to_char(a.datereg,'Month')||' de '||to_char(a.datereg,'yyyy')) datereg
    from portal_authorizations_cve a
    where a.id=:P71_ID ???????????????
    I thank in advance all your replies!!

    Hello
    First of all, let me compliment your for your demo application... It's awesome!
    I've looked into your sample (page 15) and, as far as i see, it opens a document saved in a table's column. I don't want the file to be saved there but generated when the user clicks on that particular link... So i still have the problem of how to pass the right ID as a parameter considering there is no page item on that page...
    My javascript knowledge is little so i ask you: when clicking the link, is there any way of opening a window with the url f?p=&APP_ID.:0:&SESSION.:PRINT_REPORT=Authorization_CVE and the ID as a parameter?
    I thank in advance!

  • How to make a linked report to be shown in a new browser window

    I created two portal reports and a dynamic link between them. By
    clicking on
    the linked column of the report A (master list), I successfully
    got to the
    report B (detail report). The problem I have is that the report
    B is shown on
    the same browser window as the report A. I am wondering if there
    is a way that
    I can open the report B in a new browser window.
    Thank you very much for your help!
    Jean

    <p>When I use an oracle link from 1 report to another, portal adds 47 spaces after the link. When processed in a browser it displays as 47 %20's right after the binded variable.</p><p>
    Using the concatenation method worked in that it opened in a new broswer window and binded the variable correctly, but returned no rows.
    I manually appended 47 %20's in the address bar and it returned all the data correctly.</p>
    <p>
    For testing purposes I added 47 %20's to the sql code, hoping it would add them to the link. It did, but with many more %20's in addition so didn't work.</p>
    <p>
    I got it to work by adding just a '%' after the variable name. Here is the code that seems to work for me.</p>
    <span style="background-color:#cccccc;">
    < a href="http://PORTALLOCATION/SCHEMA.RPT_NAME.show?p_arg_names=BINDVARIABLENAME&p_arg_values='||VARIABLE_TO_BIND||'%" target="_blank">'||VARIABLE_TO_APPEAR_AS_HYPERTEXT||' < /a></span>
    <p>
    Thanks for your help bclange. Hopefully the Oracle guys have read this and will add the target attribute to the link component next time!</p>

  • Link from OBIEE Report to BIP Report

    I have a requirement in which I need to Create a Report in OBIEE and the values used in the prompts to execute the report in OBIEE needs to be passed through a link to BIP and Execute BIP report for selcted parameters.
    The Report is working fine and I am able to pass the parameters from OBIEE to BIP but to make BIP Report function correctly. I have to apply same set of Parameters in BIP and they are visible in the header of the BIP Report.
    Now the Requirement is to hide those parameters from BIP Report and BIP Report should run for the selected parameters from OBIEE dashboard.. On doing this the values passed from OBIEE are not getting filltered in BIP report and BIP Report is running for all records. Is there an alternate way to achieve this?

    if you are on 11.1.1.6 version you can do it i think .
    check the link below
    http://docs.oracle.com/cd/E25178_01/bi.1111/e22257/whatsnew.htm#CHDCDBCA
    Enhancements to Parameter Display Options
    Enhancements to parameter display options include:
    Support for radio button and check box display of values
    Parameters that are defined as a menu in the data model can now be configured to display the menu options as a list of radio buttons or check boxes. Parameters configured to support one value support the option to display as radio buttons. Parameters configured to support multiple values support the option to display as check boxes.
    New options for placement of parameters in the report viewer
    Previously the report viewer always displayed the parameters in a horizontal region across the top of the viewer. In this release the display of the parameter region can also be configured in one of the following ways:
    In a vertical region along the right side of the viewer
    As a dialog
    As a separate full page
    New report viewer action button to show or hide parameters
    This release adds an action button to the report viewer to enable users to hide or show the parameter region. This enhancement complements the new parameter display options. When report parameters are configured to display as a dialog or in a separate full page, the parameter display region is dismissed when the viewer displays the report. Use the Parameters button to redisplay the parameter region to make new selections.
    Search added to menus
    All parameter menus having more than a specified number of options provide a Search option. For more information, see Section 3.3.1.1, "The Parameter Search Dialog."
    Option to remove the Apply button
    Reports can now be configured to remove the parameter Apply button. In these reports the action of selecting a new parameter value automatically reruns the report.

Maybe you are looking for

  • Vpn client radius ad password change

    Hi I've read a few posts about this on the forum and it seems like very few people are able to resolve the issues they are having. I have a working remote access vpn and I'm trying to add the password-expiry functionality.  I've set a test user in AD

  • Missing Artwork tab in Get Info?

    Recently I've noticed more and more files that don't have the Artwork tab when you go into the info.  I like keeping everything organized with DVD artwork, but I can't figure out why it's just some files and not others.  If I select multiple files, I

  • GZIP and External command.

    Hello, My problem might seem simple but I have tried for a couple of days now to make researches on that matter and it still doesn't work, no matter what. I had to make, with SM69, two external commands. One was using the command "mv" which is workin

  • Problems Installing SAP Web AS - (Sneak Preview Edition)

    All, I am coming across this frustrating problem when I attempt to install SAP Web AS - J2EE System. I am: -logged in as the local Administrator on a Windows 2000 server (SP4) -I have installed SQL 2000 Server Enterprise -I have patched SQL to 3A -I

  • Opening JPEG files from Camera RAW

    Hi - I just installed ACR V4.1 on my PC. I have PS CS3 installed...My understanding is that from Bridge I could click on a JPG file and it would open ACR 4.1 directly.At the moment i click on the file and PS CS3 open and then it loads ACR. Is this th