Link from an Answers Report

I have built an Answers report. This report shows Manager Name and weekly sales count like 'Mike Anderson' - '43'
I must make this '43' value clickable and when a user clicks on it, it must go to another answers report that displays this 43 sales detail.
Is there any way to do that?
What way do I have to follow ?
Thanks in advance...
Edited by: user10137960 on 24.Ara.2009 04:14

1. in the answers request, specify the data format as HTML (Check the overrride Default data format)
2. goto the Column formula and specify the Column formulae for the request as
CASE WHEN TB_REPORT.TEMPL_ID = 0 THEN TB_REPORT.REP_SHORT_NAME ELSE '<a href="www.oracle.com/help.aspx?reportid=' || TB_REPORT.REP_SHORT_NAME || ' target=_blank">' || TB_REPORT.REP_SHORT_NAME || '</a>' END
Customize the above formulae for your requirement and execute your answers page, you can click on the links on this column to view the details in another page..
This might help you...
awating for your results
Regards,
Vishy

Similar Messages

  • Error while link from calendar to report

    Dear,
    Now I try to link from calendar to report. In the SQL Query
    step of the calendar build wizard I've input as follows:
    select
    c.cal_date the_date,
    c.cal_title the_name,
    'PROJECT.CAL_RPT.show_parms?
    p_arg_names=_tab_calendar_cal_id_cond&p_arg_values=%
    3D&p_arg_names=tab_calendar.cal_id&p_arg_values=' || C.CAL_ID
    || ' ' the_name_link,
    null the_date_link,
    null the_target
    from project.tab_calendar c
    order by 1
    But when I click link in calendar, the browser was shown
    that "The page cannot be found HTTP 404 - File not found
    Internet Explorer".
    Why this link is incorrect? Please help me.
    Thank You
    sirin kittichotpanich

    hai eide...
    this is javascript ok..
    i am also having the same problem
    in plsql procedure anyway...
    write this script into javascript event handler 'OnClick' ok
    function open()
    window.open('url','mywindow','width=100,height=100,scrollbars=yes,resizeable=yes');
    open();
    it should work...
    regrds
    hai

  • Report links from one dashboard(report) to another dashboard with prompt

    There are two dashboards ‘Chart’ and ‘Transaction details’ . I am trying to link from one report(dashboard called 'Chart') to another dashboard(Transaction details).
    In first dashboard (screenshot 1) there is a column called ‘Day’ which is like date., I have set the navigate properties and pointed out the second dashboard as the target ( screenshot3).
    In the second dashboard (screenshot 2) , the request has an prompt on the date column.
    Requirement, Once I click on particular value on ‘Day’ column in first dashboard, it has redirect to the second dashboard. Having said that, it is not only enough to navigate but also pass the value as a parameter to the second dashboard.
    Currently, it is successfully navigating to the second dashboard, but not passing the parameter. Is there any particular step that I have take care here.
    By the way, the column which has prompt has be defined as ‘as prompted’ in its report.
    Any inputs, ideas are appreciated.
    Thanks and Regards
    S
    For some reason, I couldn't able to upload the screenshots that I took now in oracle forums.

    Hi Saicand,
    Thanks for you reply. What should I need to check at fx section of the column. Do you mean that the format of the date format should be the same for both the reports.
    Thanks and Regards
    S

  • Link from BOBJ Webi report to CRM webUI screen

    Hi experts,
    I was wondering, if there's a way to create a link from Webi report (based on CRM data) to webUI content in CRM? For example, Webi report will have opportunity numbers. User will be able to click on the opportunity number and get to webUI screen where he could see opportunity details and maybe even modify it.
    Best regards,
    Vlad

    Hi,
    You can link Webi Document to webUI content in CRM with help of Hyperlink based on particular column then you need to parse the data.
    Once Parse button is clicked, it displays with the parts of the URL parsed into sections depending on parameters specified in OpenDocument URL.
    for more information kindly go through following document.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0daee1d-0e38-2d10-0c91-8bb4ab5aa266?QuickLink=index&overridelayout=true&47467978778722
    Best Regards,
    Pushkar Dhale

  • Remove link from widget favorite reports - on page home

    Hello Experts
    On Startpage (Home) in CRM. I defined some links for widget favorite reports.
    Some users are not allowed to klick on ofe the links. so i wante to remove them (because i don't wante do define a new role for this on link)
    How could i remove them? Can you give an example coding for the do_prepare_out?
    Thanks for Help.
    Regards, Sven

    Hi Sven,
    You can try the following:
    Enhance the web ui component UICMP_WC_FAVORI . inside the component enhance the view UICMP_WC_FAVORI/FavoriteCRMLinks and inside your z IMPL class you can redefine the method GET_WCFAVORITE_LINKS. Inside this method you can put condition based on business role of current loggedin user and remove or add report links. Ypu may need to define the DO_INIT_CONTEXT() to call your version of GET_WCFAVORITE_LINKS()
    To get the business role of current loggedin user you can use the following code:
    Data: lv_current_profiel TYPE crmt_ui_profile.
    * Get the current user's business role
      CALL METHOD cl_crm_ui_profile=>if_crm_ui_profile~get_user_defined_profile
        RECEIVING
          rv_result = lv_current_profiel.
    Hope this will help!
    Regards,
    Ajay

  • Remove (.) tablename.column_Name  from OBIEE Answers Report

    Hi,
    I am using answers report as a DataSource in BiPublisher report. When I view the XML generated ,it always has tablename._columnName_ (.).
    I have to avoid this .,instead if I can get only column name in the XML tag,then it would be fine for me. The problem I am facing is :
    I have to use answers report as a DataSource to build a flex template and thus flash report. The flash report is a dynamic one,let me say one tabular and the other chart.
    When clicked on any value on the tabular report ,the chart should change dynamically. To achieve this we do some flex coding where we use class.object name.
    When the object name has a . Flex is confused. How can I get rid of this . generated in the tag name of the XML?
    Thanks In Advance,
    Krishna

    Hello,
    i have experienced an error like this, and after i seach a while, realized that there is wrong join table condition. may be you can have a look table joins again. hope it helps.
    Ugur MIHCI
    www.ifslibrary.com

  • Linking from Hand Built Report to a Metric Collection for a Target System

    I have some hand-authored reports that I would like to link into metrics details for the target system I've created the report for.
    This would eliminate some heavy redundancy of data that I've put into the reports.
    How does one create this type of link? There seems to be two primary interfaces, one where I point at a report, a second where I construct a URL and put it in the table (most likely hidden). This latter, I think, is what I want. And as I'm going into the metric details for a specific metric, can I consider the URL a "contracted" interface that won't break? For example:
    /em/console/metrics/metricData?type=sun_storage_7000&target=isv-7110h&metric=LogicalInformation
    I can assemble the above URL from mgmt@metric_current target_name and target_type and then hardcode the metric I want to go to and I will be good for all of eternity (at least 10.2.0.2 to 10.2.0.5)?
    Paul

    This technique works swimmingly and appears to be supported throughout the framework!

  • Retrieve the link from Bookmark of Report view on Enterprise Poral

    Hi All,
    We are running the BEx queries on Enterprise Portal. When I try to Bookmark a particular View of the query it says:
    "Bookmark 4XX9XXYJF84229XXQF2TBAZZD saved".
    If at a later stage I want to run the same view of the report, from where can I retrieve the 'Link' of this Bookmark (considering I did not save the link initially).
    I tried to T-code 'RSWR_BOOKMARK_REORG', but that does not give me the link.
    Regards,
    Shreyas.

    Please take a look at the FAQ for Portal.It has a section on the same topic.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Milan:
    I have made a form in Portal EA 3.0.6.3.3, and I have tried to find a way to link the forms result to a report (as input).
    The Form is base on a non-updateable view and is use in order to use LOVs. The report is showing the details based on the search result of the form.
    What I need is a way to link the result of the form with the report parameters.
    I know I should use the On successful submission of a form, execute this PL/SQL block or PL/SQL procedure: in the firs form tap.
    I is should be something like this call('http://artemis/pls/portal30/APPS.RPT_DETAIL.show');.
    Artemis = local host/server
    APPS.RPT_DETAIL.show = the reports call interface
    I do a make the link with appropriate parameters???
    Yours thankfully<HR></BLOCKQUOTE>
    null

  • Link from OBI report/OBI Answers to other application

    Hi,
    We want to add a link from the OBI report / OBI Answers to our application. Is there a way to create a link on the values displayed and pass values as parameter on that link?
    Thanks.

    Hello,
    You can create a hyperlink within a column formula in Answers. You can use Go Url to pass multiple parameters as well. Check out the OBIEE presentation Services Administration Guide (Chapter 11 I believe).
    We have created dynamic hyperlinks in BI report that invokes an Apex page as well.
    Hopefully the following link will help.
    Dyanmic display of the Image Link URL
    Also search the forum.
    Hope this helps. Award points if helpful.

  • Can I link from Interactive report Page 1 to Master Detail page 2?

    Hi folks-
    I know how to create a Page as an Interactive Report; it creates 2 pages automatically (primary page with the great interactive bar) and a 2nd page that's a single record.
    I know how to create a Page as Master Detail, whereby I get a tabular list without the super interactive bar, and I can select a record, and get transported to a nice page with 2 regions (master on top, detail on bottom).
    I want to have the First page from the Interactive Report, select the record, and go to the 2nd page of a MasterDetail.
    Do I create the Interactive Report, and customize the 2nd page, to add a region?
    Or, do I create both page types, and redirect from the 1st page of the Interactive Report to the DML Form from the MD report? I tried that, re-assigning the link from the Interactive Report to be a Link to Custom Target, and specify the page # of the Master-Detail page. And it is taking me to the right page, but the data from the selected row is not coming with me, and the detail in the bottom region is not appearing at all.
    Can someone please give me a nudge as to the sequence I should be doing?
    (As you can tell, I'm new to Apex.... I'm trying to use it to create a prototype or proof-of-concept for a database driven web application)
    Thank you
    Marion

    Yes, I tried that after I wrote to you - and it's fine, but not what I'm after; it's only based on 1 table and I'm working with 2 tables.
    Perhaps I can explain in better.
    I want one page as an interactive tabular report (of the master records)
    I want to select a row, and transfer to a page that has the corresponding row on top (as a form), and a tabular region below of records from a related detail table.
    ie, I want page 1 from the Interactive Report, and page 2 of the Master Detail report.
    OK - I just took the form page, and added a region below in a tabular report. And I'm getting the data, but I'm getting all the records (not just the ones associated with the single record on top. I figure I need to edit the Region Definition->Source (to specify that the id numbers need to match), but the code is not editable.....
    So I am in Structured Query Attributes, and I've Modified the Join Conditions - but I still get all the detail records in the bottom region. I''m trying to add in the ( + ) qualifier, but it doesn't affect anything...
    I'm soo close to what i'm trying to do!
    Thank you for your continued patience and assistance
    Marion
    here's the Source I have for the region..... (I'm including the excess ID columns just for learning purposes)
    SELECT
    "PHONENUMBERS"."PHONE_ENTITY_ID" "PHONE_ENTITY_ID",
    "ENTITIES"."ENTITY_ID" "ENTITY_ID",
    "ENTITIES"."FIRSTNAME" "FIRSTNAME",
    "ENTITIES"."LASTNAME" "LASTNAME",
    "ENTITIES"."COMPANY" "COMPANY",
    "PHONENUMBERS"."PHONE_ID" "PHONE_ID",
    "PHONENUMBERS"."PHONETYPE" "PHONETYPE",
    "PHONENUMBERS"."PHONENUMBER" "PHONENUMBER",
    "PHONENUMBERS"."PHONECOMMENT" "PHONECOMMENT"
    FROM
    "PHONENUMBERS",
    "ENTITIES"
    WHERE ENTITIES.ENTITY_ID = PHONENUMBERS.PHONE_ENTITY_ID
    Edited by: mtpaper on Oct 12, 2009 1:30 PM
    Edited by: mtpaper on Oct 12, 2009 1:32 PM

  • Link from a report to another report

    Hi all,
    I have created a report called GROUPS with GROUPNO as the first column. And I have another report based on SQL query that shows the details for a group and takes the GROUPNO as an input variable. I have created a link from the first report to the second report.
    The problem is that when I run the first report, and when I click on the GROUPNO from the list of groups, the target report is called but no rows are selected. When I point the mouse cursor to one of the GROUPNO, and I look at the breowser status bar, I see that the p_arg_names containts the parameter name but the p_arg_values is empty.
    Any help?

    Hi Sharmila,
    The mapping is already done and the p_arg_names in the status bar shows the p_arg_names=groupno , only the p_arg_values is not taking the value in the field groupno which cause the target report to fail.

  • Link to BI Publisher report with parameters

    I want to link from one BIP report to another. I have created a BI Publisher report using the Layout Editor. Using the following link, I can connect to the BIP report when directly pasted into the address bar in firefox.
    http://xxxxxxxxx/xmlpserver/Sample Reports/Developmment_ML/Report_Fin_Ledger_MN.xdo?_xpf=&_xpt=0&_xdo=%2FSample%20Reports%2FDevelopmment_ML%2FReport_Fin_Ledger_MN.xdo&_xmode=&_paramsCompany=00050&_xt=LO_Fin_Account_Ledger_02&_xf=html&_xautorun=true
    Note: I obtained the syntax for this link by viewing the target report and selecting Actions --> Share Report Link
    I created a second BI Publisher report using the Layout Editor. Within the Layout Editor, I modify the Properties of one of the fields. In the box next to "URL", I past the same link as above.
    However, when I view the report in HTML format, the link truncates anything after the first xdo to only return:
    http://xxxxxxxxx/xmlpserver/Sample Reports/Developmment_ML/Report_Fin_Ledger_MN.xdo
    As a result it does not pass the parameter value and run the report.
    Any assistance would be helpful. Thanks!

    Hi,
    I found a way to do this using javascript in "HTML Header" in the Page section of an APEX Page
    <script type="text/javascript">
    function invokeURL()
    var parameterId = document.getElementById("P2_PARAMETER").value;
    alert ("hello "+objectiveId);
    var url =
    "http://xxhost:port/xmlpserver/XXFOLDER_NAME/xxxx_test_report2.2/xxxx_test_report2.2.xdo?_xpf=&_xpt=0&_xdo=%2XXXX_XXX%2Fxxxx_test_report2.2%2Fxxxx_test_report2.2.xdo&G_PARAMETER_NAME="+parameterId+"&_xt=defaultlayout&_xf=pdf&_xmode=2";
    window.open(url);
    </script>
    This can invoked in a button by passing "javascript:invokeURL();" to the "Optional URL Redirect" section.
    Thanks
    Yogi
    Edited by: Yogi on Aug 26, 2010 11:14 AM
    Edited by: Yogi on Feb 4, 2013 10:51 AM

  • Field Names for Answers reports in Publisher.

    I have found that the field names(xml element names) that publisher creates for datasets created from BI Answers reports are taken from the formula section of the field.
    This creates two big problems.
    1. The field names can be huge if you have a complicated formula in the field for BI answers. Good luck using that as anything but dropping on a page.
    2. If the formula in the BI Answer report is changed in anyway the link between the field in the template and publisher is broken as publisher renames the data field name (xml Element).
    Is there another layer of abstraction I can use to counter this? Some type of datafield mapping? Maybe something I can do in BI Answers?
    Assume not all of my Datafields can be fixed by moving the formula to the RPD layer for calculation.
    This is sort along the lines of previous thread. The method:
    REPORT NAME -> Data Model -> Groups -> GROUP NAME -> Right Click on the field name -> Property Palette -> XML Tag
    Does not seem to work in my version of Publisher. Or I need more help with it. I have not Groups Option.
    Anyway to change the XML element name

    The closest you can get to this is importing a query from the Answers catalog into Publisher, but there huge limitations to what you can then do with it. The chances are it will not actually meet your requirements and you will end up building the query from scratch in Publisher.
    Publisher isn't always as easy to use as it might seem, I would urge you to look at the examples on OTN and follow the tutorials to get a better idea of what is possible, there is too much to explain through the forum.
    http://www.oracle.com/technology/obe/obe_bi/bipub/index.html
    Regards
    Ed

  • Embedd URL inside Answers report?

    Is it possible to embedd a url (to an external link) inside an answers report? The navigate option allows for links to other answers reports. Main goal is to add a link to a publisher report directly from answers. Know this is possible in dashboards, but am interested to achieve in answers. Thoughts/suggestions?

    hi,
    Adding some salt use iframe tag point out the src as publisher report which u will get by copying link from the hyperlink LINK to REPORT
    thanks,
    saichand

  • Is there is a way to have a link from purchase order to cost center report.

    Is there is a way to have a link from purchase order to cost center report.
    I am meaning kind of:
    Standard way to customized this link?
    or
    User exit to have this link in place
    or
    Any other solution
    Thanks

    For me it does not make any sense from going from PO to cost center report.
    However, if you want to see the purchase order cost incurred with a cost center, execute KSB1 report. Within the layout, bring "Purchasing Document" field, where you can see the purchase order number in cost center line item report.

Maybe you are looking for

  • How do I get iTunes Match to update playlists I change content on with my PC?

    Help! I cannot get iTunes to update one of my playlists (I use iTunes Match). I tried turning Match off to manually sync, but the option to sync did not become available. And after one of the syncs, even with Match back on, now I have lost ALL of my

  • Game center won't re-add an unfriended friend

    I was having problems connecting to my son on game center.   I thought perhaps that if I unfriended and re-friended him it might resolve the problem.  Unfortunately, I am now unable to refriend him nor can he refriend me. Apple has mechanisms to repo

  • G4 and G5 upgraded to Tiger

    I am working in a prepress environment and will be upgrading our G4's and a G5 to Tiger from Panther 10.3.9. Will be running Adobe Creative Suite 3, Quark 7 and other programs. *Does anyone know of any issues that I should be aware of (i.e. slow down

  • Aperture 3 (trial) & the Spinning Beachball of Death...

    I have downloaded the A3 trial version...no problem...unpacked & installed the program and applied the serial number...no problem...imported my iPhoto library...seemingly no problem...EG the photos appeared just fine and then the "importing" message

  • Can't get garageband to show in new iMovie,any thoughts thank you

    can't get garageband to show in new iMovie,says i have 5 ilife things missing and are unavailable...though it seems all up to date to me..running on latest mavericks...so confused....any thoughts ,thank you. matthew