Action links in Narrative View

Dear Experts
Could you pls. let me know , if there is a possibility of incorporating Action links in Narrative view. I can put simple href link but the requirement is to put two three action links to choose from.
Regds

Hi svee
I tried the following code , but still not able to dynamically change the url based on my selection value. Here I am creting the below report by passing year prompt and want to pass he same prompt while navigating to a differnet page through href link.
Prefix
<html>
<body>
<div align="left" valign="top">
<div style="width:922px;height:461px;">
<img src="http://hostname:7777/analytics/res/s_blafp/images/eva_history_6.JPG"/>
--</div>
--<div style="width:922px;height:50px;">
--<div style="position:relative;top:-420px;left:780px;"><a id="b" href="http://172.18.18.71:7777/analytics/saw.dll?PortalGo&Action=prompt&path=%2Fshared%2Fcfo_dashboard%2FDetail_Reports%2FOp_Revenue_Report" target="blank"></a>
--</div>
---<div style="position:relative;top:-405px;left:805px;"><a id="a" href="http://172.18.18.71:7777/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2Fcfo_dashboard%2F_portal%2FCOGS&Page=page%201&Action=Navigate&col1=%22YEAR%22.%22YEAR%22&val1="@1"" target="blank"></a>
--</div>
--<div style="position:relative;top:-390px;left:805px;"><a id="c" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-380px;left:800px;"><a id="d" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-370px;left:805px;"><a id="e" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-355px;left:795px;"><a id="f" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-342px;left:795px;"><a id="g" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-312px;left:805px;"><a id="h" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-302px;left:815px;"><a id="i" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-292px;left:790px;"><a id="j" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-280px;left:800px;"><a id="k" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-238px;left:815px;"><a id="l" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-225px;left:810px;"><a id="m" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-197px;left:800px;"><a id="n" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-560px;left:430px;"><a id="o" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-470px;left:425px;"><a id="p" href="http://www.google.com" target="blank"></a>
--</div>
---<div style="position:relative;top:-390px;left:607px;"><a id="q" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-300px;left:600px;"><a id="r" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-370px;left:420px;"><a id="s" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-290px;left:310px;"><a id="t" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-420px;left:285px;"><a id="u" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-650px;left:290px;"><a id="v" href="http://www.google.com" target="blank"></a>
--</div>
--<div style="position:relative;top:-585px;left:165px;"><a id="x" href="http://www.google.com" target="blank"></a>
--</div>
--</div>
--</div>
<script type="text/javascript">
var chartDataLabels = new Array();
var chartData = new Array();
var chartDataHidden = new Array();
var t_cell;
function color_cell (text, val) {
t_cell = '<FONT face="Times New Roman" color=';
if (val < 0) {
t_cell = t_cell + "red";
else {
t_cell = t_cell + "blue";
t_cell = t_cell + ' size="1"><B>' + text + ' - ' + val +'</B></FONT>';
return t_cell
Narrative
chartDataLabels.push('@2');
chartData.push('@3');
Postfix
document.getElementById('b').innerHTML = color_cell(chartDataLabels[19],chartData[19]);
document.getElementById('a').innerHTML = color_cell(chartDataLabels[2],chartData[2]);
document.getElementById('c').innerHTML = color_cell(chartDataLabels[21],chartData[21]);
document.getElementById('d').innerHTML = color_cell(chartDataLabels[11],chartData[11]);
document.getElementById('e').innerHTML = color_cell(chartDataLabels[6],chartData[6]);
document.getElementById('f').innerHTML = color_cell(chartDataLabels[8],chartData[8]);
document.getElementById('g').innerHTML = color_cell(chartDataLabels[7],chartData[7]);
document.getElementById('h').innerHTML = color_cell(chartDataLabels[15],chartData[15]);
document.getElementById('i').innerHTML = color_cell(chartDataLabels[1],chartData[1]);
document.getElementById('j').innerHTML = color_cell(chartDataLabels[16],chartData[16]);
document.getElementById('k').innerHTML = color_cell(chartDataLabels[5],chartData[5]);
document.getElementById('l').innerHTML = color_cell(chartDataLabels[0],chartData[0]);
document.getElementById('m').innerHTML = color_cell(chartDataLabels[20],chartData[20]);
document.getElementById('n').innerHTML = color_cell(chartDataLabels[14],chartData[14]);
document.getElementById('o').innerHTML = color_cell(chartDataLabels[12],chartData[12]);
document.getElementById('p').innerHTML = color_cell(chartDataLabels[23],chartData[23]);
document.getElementById('q').innerHTML = color_cell(chartDataLabels[9],chartData[9]);
document.getElementById('r').innerHTML = color_cell(chartDataLabels[10],chartData[10]);
document.getElementById('s').innerHTML = color_cell(chartDataLabels[24],chartData[24]);
document.getElementById('t').innerHTML = color_cell(chartDataLabels[4],chartData[4]);
document.getElementById('u').innerHTML = color_cell(chartDataLabels[3],chartData[3]);
document.getElementById('v').innerHTML = color_cell(chartDataLabels[18],chartData[18]);
document.getElementById('x').innerHTML = color_cell(chartDataLabels[13],chartData[13]);
</SCRIPT>
</body>
</html>
Edited by: 894860 on Aug 2, 2012 2:54 AM

Similar Messages

  • Action Link in Static/Narrative Views

    HI Gurus,
    I have a requirement for the below things,please let me know if it is possible in 11.1.1.5/6:
    1. Pull Column values with HTML tags onto a static text box or a narrative View
    2. Display Grand Total amount in place of the tags
    3. When user clicks on amount, it should open a detail report, with the breakup of the amount
    i.e. If the detail table has salaries of 3 or more ppl, the description on top of the report would be pulled as a column value since description might keep changing. i.e. "The The salary for employee A is $xx million and emp B is $xx million"" where even the text " The The salary for employee A" might change,being a column value. Then the aggregated/grand total amount of the salary column should be displayed in place of "$xx million" for each employee. Then when user clicks on that amount, it should open a detail report with Emp A's salary breakup. If clicked on emp B's total salary, it shud open the same detail report with breakup of emp B's salary. Empid is the unique key.
    This is urgent. PLease help. If you suggest href links/html, please do explain clearly since I am not good at HTML.
    Thanks,
    Dan

    It wud be truly appreciated and I wud hv learnt something new! I'm glad to know and I expect mark when any one learnt from me ;)
    I'm not asking you to go with Ticker, and I was assuming you get some inspiration from given link so that you can put the same with Narrative view.
    I would say just DO IT with no question, that would help you learn more and save time from OTN (what if I didnt respond) and do not expect straight solutions so that you can use in your application... this is not quite possible.
    You can refer columns using @n where n is the position of column in criteria.
    In the below link I'm passing very first column usign HREF value and setting hyper link on first column before </a>
    &lt;a href=https://localhost:9704/analytics/saw.dll?Go&Path=/users/sveerava/Test&Action=Navigate&P0=1&P1=eq&P2=Time.Year&P3=@1 target=_new>@1&lt;/a>
    Read this guide to know how to pass values to another page
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm#CACCHBHC
    Edited by: Srini VEERAVALLI on May 21, 2013 11:07 AM

  • Creating an Opaque view for generating the Action Link URL in OBIEE EBS int

    Do we have to Creating an Opaque view for generating the Action Link URL in OBIEE Oracle E-Business Suite integration if we are not using BI Applications(DAC). We built our Repository on Materialized views we were using with Discoverer so I'm not sure if we have to do the part that creates an Opaque view in our integration of EBS 11i with OBIEE.
    Thanks in advance.
    Leo

    Hi Leo,
    This is an example from an standard Oracle repository:
    select header_id , line_id, fnd_run_function.get_run_function_url(
    CAST(fnd_function.get_function_id('ISC_ORDINF_DETAILS_PMV') AS NUMBER),
    CAST( 'VALUEOF(NQ_SESSION.RESP_APPL_ID)' AS NUMBER),
    CAST( 'VALUEOF(NQ_SESSION.RESP_ID)' AS NUMBER),
    CAST( 'VALUEOF(NQ_SESSION.SEC_GROUP_ID)' AS NUMBER),
    'HeaderId=' || header_id ||'&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV',
    null ) LINK
    FROM isc_book_sum2_f
    They use it in an opaque view, so you can reference session variables for login based on your responsibility.
    Good Luck,
    Daan Bakboord
    http://www.obi-forumlive.nl/

  • Move Action links to the Top on Disco viewer

    Hi all !
    I customized the viewer worksheet through worksheet.uix file using one of the documents from metalink. I moved the Action links from the left side of the worksheet to the top and replace the links with images.
    It looks awesome !!
    But what i don't like is that the worksheet links were moved at the bottom of the page. Can you help me and tell me what should i modified in the worksheet.uix file in order to bring the worksheet links back to the left side ?
    Any idea is appreciated !
    Many thanks,
    Dani

    I came with an answer since i found how you can do it. :))
    So, in order to leave the worksheet links on the left side while the actions links are on the top right corner, you have to keep the following line
    <html:noscript>
    <styledText styleClass="OraInstructionText" text="${uix.data.nls['text.noscript']}" />
    </html:noscript>
    <rowLayout width="100%">
    <contents>
    <cellFormat width="15%" vAlign="top">
    <contents>
    <spacer width="0" height="8" />
    <contentContainer width="100%" rendered="${uix.eventResult.worksheetsRendered}" text="${uix.data.nls['worksheet.text.worksheets']}">
    <contents>
    <form id="WorkbookListForm" name="WorkbookListForm" method="POST">
    <contents>
    <tableLayout summary="">
    <contents childData="${uix.eventResult.worksheets}">
    <rowLayout>
    <contents>
    <cellFormat wrappingDisabled="true">
    <contents>
    <styledText shortDesc="${uix.current.overlayText}" styleClass="OraInstructionText" rendered="${uix.current.currWorksheet}" text="${uix.current.text}"/>
    <link shortDesc="${uix.current.overlayText}" rendered="${uix.current.currWorksheet ne 'true'}" destination="${uix.current.destination}" text="${uix.current.text}"/>
    </contents>
    </cellFormat>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    <formValue id="stateStrID3" name="${uix.data.constants.STATE_STRING_PARAM}" rendered="${uix.eventResult.stateExists}" value="${uix.eventResult.stateStr}"/>
    <formValue id="stateID3" name="${uix.data.constants.STATE_STORE_ID_PARAM}" rendered="${uix.eventResult.stateIDExists}" value="${uix.eventResult.stateID}"/>
    </contents>
    </form>
    </contents>
    </contentContainer>
    </contents>
    </cellFormat>
    <cellFormat width="75%" vAlign="top">
    <contents>
    in the worksheet.uix file.
    If one of you will not succeed to make the customization, please let me know and i'll send you my worksheet.uix file customized.
    Also please take a look at Abhinav's blog
    http://oraclebi.blogspot.com/search/label/UIX
    Good luck,
    Dani

  • Issue filtering a report (based on narrative view) with a dashboard prompt.

    I used HTML and java-script codes in narrative view to solve the issue of "linking different reports on selecting values from a drop-down". A new issue has cropped up due to that implementation. The issue is that i can't attach a dashboard prompt to such a report. This means, when i put this report on a dashboard page with a dashboard prompt to help filter the report, the report does not gets filtered (it does not seems to be connected to the dashboard prompt).
    Has anyone faced this issue before? If yes, please let me know how to tackle it at the earliest.
    Regards,
    Ramil

    Hi,
    sorry , i could not solve the problem. the below case statement i put in the formula of a date column but i got some syntax error.One more thing is case statement is appearing in the select query not in where condition. Do u mean to say if i will put the same column as is prompted then it will come in where condition.
    Could u plz help me where i am doing wrong .
    case when '@{Period}'='Weekly' then Alerts."Creation Date and Time"  between  '@{PStartDate -7}' and  '@{PStartDate}' end
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <between>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: SELECT Alerts."Business Domain(s)", Alerts."Closing Action Type", Alerts.Closer, case when ''='Weekly' then Alerts."Creation Date and Time" between '' and '' end FROM "Common Productivity Reports for Alerts"

  • OBIEE 11g Agent Includes Action Link Report Name

    OBIEE 11g Agent Includes Action Link Report Name
    I have a dashboard page with multiple reports. One of the reports has Action Links to drill to another report. When I view the dashboard as a web page, the report with the Action Links look fine. The link fields are colored blue. When I send this dashboard page as an HTML email, it shows the Action Link report name in the cell with the other data.
    The dashboard page sent out as an agent should look the same as the web page and the Action Link report name should not be visible.
    Any ideas?
    Thanks!
    Eric

    So you spoofed the values of the 2nd column to have the report act almost like a menu listing?
    if that's the case then check the data type of column 2, it should be set to HTML. Then you will just need to build your HTML tag within the column formula.
    Example below bins the year name into a Link HTML Tag:
    '<a href="http://'|| CASE  WHEN "Time"."T05 Per Name Year" = '2011' THEN 'www.google.com' WHEN "Time"."T05 Per Name Year" = '2012' THEN 'www.yahoo.com' ELSE 'www.apple.com' END || '" target="_blank" > ' || CASE  WHEN "Time"."T05 Per Name Year" = '2011' THEN 'www.google.com' WHEN "Time"."T05 Per Name Year" = '2012' THEN 'www.yahoo.com' ELSE 'www.apple.com' END || '</a>'
    if that is not what you are attempting to do, please clarify.

  • Issue Action links,Column sorting in OBIEE(11g) 11.1.1.7.0

    Hello everyone,
    I want to provide the feature column sorting to my users but i dont want to provide any feature to users when they click on right mouse button.When we click on right mouse in action link column value it is giving the "action links","include/exclude columns" options etc.
    I disabled the do not display the action link report name in the column properties.
    Also disable the  include/exclude columns options in the interaction XYZ properties of the view.
    But still i am not able to understand why these links are coming when i run the report from the dashboard.
    Please help me out here.
    thanks,
    prassu

    Hi Timo,
    I am using data control web services to get these attributes on to the jspx page. The table has the value property which is binding to the iterator( #{bindings.SUMMARY_LINES_ITEM.collectionModel}).
    The table has various coulmns like order no, status, request and so on..where Order no and status are converted to a cmd link which navigates to another page on a query.
    I don't understand how setting sorting to true in one of the columns can make it not found in the iterator! And I get the errors only if sorting is done first before querying(clicking on one of the values in a column to navigate to another page).
    Thanks,
    Sue

  • Content action links like Edit, Delete...just disappear

    I am facing this unique issue for which I dont seem to find any helpful material.
    We are running Oracle® Application Server Portal 10g (9.0.4.1) on Linux.
    On several occasions and now a days often scenario, the pagegroups page of the Portal Navigator, which displays the action links like Edit, Delete, Export, View...etc just disappears and gives me or any content user no means to perform any action on the page groups or pages. This happens even when logged in as ORCLADMIN.
    Attimes the links work/come back if the cache is cleared but this is not always true.
    Do help me as this on an overall basis doesnt help maintain this website or its content and seems entirely a wasteful portal option, which I hate to admit at this point.
    Thanks, any help appreciated.
    Gayathri
    [email protected]

    Do you have one or multiple midtier instances in your environment? I have seen this problem with a multiple machine environment where the Web Cache Invalidation port causes problems on the instances when pages get cached. I ask because you mentioned clearing your cache sometimes helps.

  • CRM on Demand Reporting; Action Links in Pivot Tables

    Hi All
    I have a problem with Action Links for Oracle CRM on Demand. When I click on an action link to navigate to an account detail page, I get the following error:
    The record you are trying to access has been deleted or has been assigned a new owner and you no longer have access to it. If you deleted the record, it may be accessed in Deleted Items. If you continue to have problems contact your Oracle CRM On Demand Administrator.
    Browsing the forums brought up this thread: Can't access a record with an ActionLink
    In this thread it's said to place the Account ID column right next to the Account Name column. This solution works for regular tables, but not for pivot tables.
    Is it possible to link to an account detail page from pivot links?

    For pivot tables you will have to use this method in order to be able to drill down to the detail page:
    On you Report-
    Define Criteria: Add the Account ID (Record ID field is a must)
    - Click on the Properties icon on this column--> Data Format Tab --> uncheck Override Default Data Format and select Plain Text from the Treat Text as drop down.
    Add the below code in the text area.
    "http://"@[html]"<a target=_top
    href=https://*secure-ausomxXXX*.crmondemand.com/OnDemand/user/AccountDetail?OMTGT=AccountDetailForm&OMTHD=AccountDetailNav&AccountDetailForm.Id="@">View Account</a>"
    Add this column on the Rows section of the pivot table.
    Hope this helps!
    Royston

  • Action links resulting in "Error Codes: QM3V3HLV" - OBIEE11G

    Hi,
    We have recently upgraded our 10g webcat to 11.1.1.5. Everything is working fine.
    But the action links on the dashboard page are resulting in the below error, when clicked for the first time.
    Invalid path () -- not allowed to be empty
    Error Details
    Error Codes: QM3V3HLV
    When we go back and click the same thing again, it shows up the report correctly.
    And also this is happening only when we integrate our OBIEE application with the web application.
    Can someone throw some light on this!!
    Thanks!!
    Vasantha.P

    Hi,
    For us, we are receiving the QM3V3HLV error when drilling down as well. We are not using any special link, just drilling on regular column values.
    We have only seen this error with our own custom subject area reports that were upgraded to 11g from 10g. I was not able to recreate the error using the Sample Sales Lite subject area.
    So far it seems like if I re-save the upgraded report and view it on a dashboard, there is no error with drilling. Also rebuilding the report in 11g seems to also get rid of the error when drilling. Rebuilding the report in 11g is not an ideal solution for us because of the number of reports we have to migrate over to 11g. So far, no definitive answer on what might be causing this from Oracle.

  • Change / Delete action link & Printing in WDA

    Hi Experts,
    Q1. In one of my ALV table column i need to put link like this ' "Change" / "Display" '. Means in 1 column 2 Action LInk one is Change the other will be display. If user press on Change it will open another view in edit mode if user press on delete it will open the view in display mode.Also please tell what will be the domain of that field in the structure.
    Q2. Need a print button at the top of all the pages in my application with printing functionality. I am not sure it is psible in WDA or not. In few threads i read that we can achieve this using BSP & java scripting not with WDA.
    Can anyone please help me on this.
    Regards,
    Nik

    Q1.  You can't add two cell editors to the same column.  You will need to make these two separate columns.
    >Also please tell what will be the domain of that field in the structure.
    You don't need any field at all. You can add a column to the ALV output that doesn't exist in the underlying data dictionary structure.
    Q2.  Not currently possible.  There is print functionality in the ALV that uses the Adobe Document Services to output a PDF for printing of just the ALV content.  You can use the Print functionality in the browser itself.  SAP is currently developing print functionality like you describe targeted for possible inclusion in NetWeaver 7.02 (future features are always subject to change however).

  • PDF action links

    I have report with table view.
    One of the column has action link, whivh open Google search page with the cell value as the query.
    The exported PDF of table report include the action links in the resulting table: below the cell value there is also the link option (in each row).
    a. It doesn't work. When I click on the action link in the PDF I got error on browser.
    b. Even if would have been working. When the user send this PDF to someone else without OBIEE connection, it won't work. Can I disable it?

    Hi Adil,
    Placing the pdf file in /l_en folder dint work for me too however you can place them inside the following paths and restart the services,
    D:\MWARE\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res
    AND
    D:\MWARE\Oracle_BI1\bifoundation\web\app\res
    You can then call your file with the url, http://hostname:port/analytics/res/filename.pdf
    It worked for me, let me know in case of any issues.
    Rgds,
    Dpka

  • Issue with Action Links

    Hi All,
    We have implemented the Action Links.
    Issue: A particular order number is present in 14 different organizations.
    when the order number and the Org Name is selected we are able to all the records.
    We have included the Action Link column to the above request, then we are only able to see 3 records, the other organization records are not able to view.
    SQL generated after including the Action Link column is
    select distinct T259660.SALES_ORDER_NUM as c1,
    T334186.BASE_ORG_NAME as c2,
    sum(case  when T265919.W_XACT_TYPE_CODE = 'Regular' and T262056.W_STATUS_CODE <> 'Cancelled' then T259660.NET_AMT * T259660.GLOBAL1_EXCHANGE_RATE else 0 end ) as c3
    from
    W_INT_ORG_DH T334186 /* Dim_W_INT_ORG_DH_Sales_Org */ ,
    W_SALES_ORDER_LINE_F T259660 /* Fact_W_SALES_ORDER_LINE_F */ ,
    W_STATUS_D T262056 /* Dim_W_STATUS_D_Order_Status */ ,
    W_XACT_TYPE_D T265919 /* Dim_W_XACT_TYPE_D_Sales_Ordlns */
    where  ( T259660.XACT_TYPE_WID = T265919.ROW_WID and T259660.ORDER_STATUS_WID = T262056.ROW_WID
    and T259660.SALES_ORDER_NUM = '1000004' and T259660.SALES_ORG_WID = T334186.ORG_WID
    and T259660.DELETE_FLG = 'N' and (T334186.ROW_WID in (0) or T334186.PRIMARY_FLG in ('Y'))
    and (T334186.ROW_WID in (0) or T334186.W_HIERARCHY_CLASS in ('NON-HRORG'))
    and (T334186.ROW_WID in (0) or T334186.SALES_ORG_FLG in ('Y')) )
    group by T259660.SALES_ORDER_NUM, T334186.ORG_WID, T334186.BASE_ORG_NAME
    order by c1, c2
    select concat(concat('<a href="', T623258.ORDER_HEADER_ACTION_LINK_URL), '"> Link to EBS Source Order</a>') as c1,
    T623258.HEADER_ID as c2
    from
    +(SELECT header_id+
    +,fnd_run_function.get_run_function_url+
    +(+
    CAST
    +(fnd_function.get_function_id ('ISC_ORDINF_DETAILS_PMV') AS NUMBER)+
    +,CAST (272 AS NUMBER)+
    +,CAST (53059 AS NUMBER)+
    +,CAST (0 AS NUMBER)+
    +, 'HeaderId='+
    +|| header_id+
    +|| '&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV'+
    +,NULL) AS order_header_action_link_url+
    FROM oe_order_headers_all) T623258
    order by c2
    By executing these 2 generated queries we are able to see all the headers ids for a particular order same in both the queries.
    But even then the results are not shown in the Answers.
    Can any one have an idea how to fix it.
    Thanks in advance
    Regards
    Vishwanath

    For the action Links i have created a opaque view with the Query
    SELECT CAST(header_id as Varchar2(80)) as HEADER_ID
    +,fnd_run_function.get_run_function_url+
    +(+
    CAST
    +(fnd_function.get_function_id ('ISC_ORDINF_DETAILS_PMV') AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_RESP_APPL_ID) AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_RESP_ID) AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_SEC_GROUP_ID) AS NUMBER)+
    +, 'HeaderId='+
    +|| header_id+
    +|| '&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV'+
    +,NULL) AS ORDER_HEADER_ACTION_LINK_URL+
    FROM oe_order_headers_all
    When we created a request in the answers using the above opaque view, it is taking lot of time around 12 min.
    when i executed the query returned from session log in the database it took less than a second.
    not sure what causing the performance issue.
    Can any one help me out.
    Regards
    Vishwanath.

  • Problem in displaying multiple column values using Narrative View

    Hi All,
    I have a requirement where in I need to display column 1 of an Answers report as a header and all values of column 2 below tht.
    There are multiple values from column 2 for every value in column 1
    Example:
    Group:
    Grp (This is column 1)
    Activity:
    Act1
    Act2
    Act3 (These are values from column 2)
    I have used narrative view for this which looks like:
    Group: @1
    Activity:@2[br/]
    But this displays the value of column1 along with every value of column 2. I want column 1 value to be displayed only once.
    Thanks in advance
    Radhika

    Hi see this link it may helpful
    Re: Narrative view not showing up in the report
    Re: how to transpose columns to rows in OBIEE
    Regards
    Naresh

  • Action links in JEditorPane like in Eclipse Editor

    Hi! I'm desperately looking for help on this topic:
    How to display a sort of link in a JEditorPane whose action is not to open a browser page but to display something in another JEditorPane?
    I think it must be the same type of action as in Eclipse Editor, where you can control-click on a function name and instantly see its declaration.
    Any ideas?
    Thanks!

    Problem is I need to pass the values of the prompts on the dashboard so that the analysis I navigate to is automatically filtered. This happens automatically with action links.
    For Example:
    Dashboard prompt: Category: Open
    Narrative Report
    # of Items 4
    Clicking on 4 should navigate to a list report that shows the 4 # of items
    Category Item
    Open Item1
    Open Item2
    Open Item3
    Open Item4

Maybe you are looking for

  • AddOnsLocalRegistration.sbo file does not match data in the common datab...

    We are receiving the following error everytime we logon our pc for the first time: Add-On Outlook_Integration: This Add-on cannot be upgraded. AddOnsLocalRegistration.sbo file does not match data in the common database for this add-on. See SAP Note 1

  • Full screen hsync & refresh out of range on LCD monitor

    Hi When I try to run some games in full screen mode, my screen says 'mode not supported.'  I had this problem before with xorg, so I put modelines into my xorg.conf to match the supported modes in the monitor's manual. Is there any way to make full s

  • ContainerException: Failed to initialize BeanMetaData. NullPointerException

    Hello all, New as I am to these EJB's I have run into problems. The interfaces and bean classes are writted, deploy code is generated, everything is packed in a jar and the project is added and published to the server. When I start the server it thro

  • OS 10.9.3-CAN WE HAVE "DESKTOP" WIDGETS-NOT ON DASHBOARD?

    I've had a Local WeatherBug widget for several yrs. I simply moved my cursor to the lower right corner and it appeared giving me local weather information.  I moved my cursor again and it was gone.  I loved it!!  Now, after some repairs necessitating

  • PowerShell version of Webpartmanager.Savechanges(????)

    Hi, I am facing similar issue listed in  http://sharepoint.stackexchange.com/questions/92619/paging-in-xsltlistviewwebpart-is-not-working-perfectly-when-added-programmatical As per MSFT Forums, savechanges takes one parameter as input ie. Webpart htt