Export to PDF in action link column in OBIEE

Hi all,
I am using OBIEE 11.1.1.5. I have created report using 'Actual Revenue' and 'Budget'.
I am using action link for detail report for this 'Actual Revenue' column.
While exporting this report to pdf 'Actual Revenue' column has single space at the end.
Kindly help me how to remove that space in 'Actual Revenue' column.
Thanks in advance.

Hi RR,
Modify the formula for the 'Actual Revenue' column to be...
TRIM(TRAILING char FROM <*your actual revenue col*>)
JB

Similar Messages

  • 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

  • When you create a link to a web page in numbers and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem? Thank yo

    When you create a link to a web page in numbers "Mavericks" and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text (with Cmd-K) in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem?
    Thank you.

    Hi again Raja!
    I did as you recommended and installed HTTPWatch and below is the outcome of that program. It is the exact string with the only exception of obfuscated servernames and portnumbers. The last part that begins with "sap_ep_baseurl=" makes me suspicious, is that part really correct? It looks like it's lacking things.
    Best regards
    Benny
    http://<server:port>/sap/bc/bsp/sap/Z_PURCHASE_REQ/process.htm?
    sap-syscmd=nocookie&sap-client=200&sap-language=sv&style_sheet=
    http%3A%2F%2F<server>%3A<port>%2Firj%2Fportalapps%2F
    com.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fsap_tradeshow%2F
    controls%2Fcontrols_ie6.css%3F7.0.10.0.0&sap-cssversion=7.0.10.0.0&sap-tray-type
    =null&sap-tray-padding=null&sap-accessibility=&sap-ep-version=7.00.200611091758&
    sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2F
    <server>%3A<port>%2Firj%2Fportal&matnr=9780198603641

  • 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/

  • InDesign-error exporting to pdf with art linked to a Read only server

    My question is about an error exporting a PDF from InDesign ("Cannot export pdf"). The InDesign file has links to art (a .psd file) from a secure file server where I have Read permission only--not Read/Write. The error only happens when I have linked art from this server.
    To export a pdf, is it necessary to have Write permissions to the server that has linked art? To export to PDF of course I am not changing the linked file! My InDesign file only links to it. So why doesn't it work if I have Read permission?
    Can anyone help?
    Can it really be that Read only permission is not enough for linking to art and making a pdf?

    I wouldn't think it would be a problem. Are you sure you have write permission where you want to save the PDF?

  • Export to pdf with missing links

    I recieved a indesign document with a few missing links on some small thumbnails. Is there any way to embed pictures with already missing links?
    using ID CS5
    Thanks

    PDF export is a background task by default in CS5, so it can look like nothing is happening for a while (or it could be stalled). Open the Background Tasks panel and see if anything is really going on.

  • Pages in iOS6 exports pdf without active links

    Pages in iOS6 exports in pdf without active links.
    How I do they active in exported pdf? Thanks!

    Do you mean that when you export into pdf from page you loose the link? And the link became a simple text not any longer an hyperlink...
    I have the same problem!

  • Action Links - Browser Script

    Hi All,
    This has been a long process. I just wanted to use Action Links to open an external webpage based on a URL field that is stored in our data warehouse. The problem (based on my findings) is that external webpages can only be launched from OBIEE with a fixed part of the URL and then a query string section that follows the ? symbol. This is great if you are looking to launch a url with a query string (ie. google, cnn, etc.) but it doesn't help you if your url has no question mark.
    My first solution was to build a redirect asp page. I would point the URL to this asp page with the real URL positioned after the question mark. The asp page would strip out the query string from the end of the url and then launch that webpage. This works great but it relies on an asp page being stored somewhere on a server (by IT). I would rather take advantage of the out of the box action link functionality using OBIEE solely. So I started looking at browser scripts. I am so close but can't get the last bit to work.
    I have a function that looks like this:
    USERSCRIPT.Show_URL = function popitup(url){
    var url = c
    alert(url);
    My only issue is that this shows a comma at the beginning of the c variable. The c variable comes from the USERSCRIPT.parameter function sample that is in the USERSCRIPT.js file. Any ideas why there is a comma before my url? I tried using the replace function to get rid of it but it keeps erroring out saying 'Object doesn't support this property or method'.
    Much Appreciated,
    Mike

    I finally got this to work on my own with a bit of work.
    I borrowed some of the code for the displayparameters ootb function in the USERSRIPTS.js file but changed the variable that they have in the alert function from c to a. I then swapped out the alert function for the window.open function. This code now opens the url in my cell regardless of whether or not there is a ? in the url which in my case, there was not. I have set the parameter 1 to be the column value of the URL field.
    USERSCRIPT.Launch_URL=function(b){var c="";for(args in b){var d=args;var a=b[d];c+=""+d+""+a;c+="\n"};window.open(a,'name')};
    USERSCRIPT.Launch_URL.publish={parameters : []};
    Perhaps this will save someone else some time.
    Mike
    PS Oracle could have save me a lot of work by just allowing variables to be passed into web page url's without the requirement of a question mark. Easy nice enhancement they should incorporate into next release.
    Edited by: user8030589 on May 24, 2013 10:48 AM
    Edited by: user8030589 on May 24, 2013 10:49 AM

  • Define the start options for a 3D-PDF over a link

    How can I set parameters into the html-sourcecode to open a 3D-PDF (or there are other solutions)?
    For example you can set a parameter like "*.pdf#view=FitView".
    I want the following things:
    - by opening the PDF the "Modellhierarchie" and the "Toolbar" should be shown
    - the 3D-modell and the Adobe-Reader should fit the window
    WbR
    Kyrill

    Hi, beejasaurus
    I found a possible kluge from this discussion here
    https://forums.adobe.com/thread/1008480
    Create the hyperlinks in Word, save the file
    Open that file with Pages, export as PDF.
    The links work from that PDF.
    Note, I did not try this with TOC but it worked with hyperlinks embedded in the Word document

  • Problem - Hyperlinks change on export to PDF

    Working in Indesign 7.0.3 and Snow Leopard 10.6.5
    I have been asked to design a publication that will include hyperlinks to other files (PDFs and Word documents) on the client’s network.
    The client has supplied as the source a Word document with hyperlinks that start with:
    \\Nwfileprintvm\vol1\shared\...  and so on which (I presume) goes to a document on their network.
    When I import the Word document into InDesign, the hyperlinks come in the same way. I have set up the hyperlinks as “Shared Destination” links, as there will be several separate links to the same destination in the InDesign document.
    However, when I export the InDesign document to its final form as a PDF, the hyperlinks in the PDF are somehow automatically prefaced with a location on MY local hard drive (my working folder for the document). They become:
    File:///Volumes/LaCie750/… and so on until they pick up the rest of the file path starting with \\Nwfileprintvm … as above.
    I am exporting using [Smallest file size] since the PDF will be viewed on screen, and with “Include Hyperlinks” ticked.
    So, if I deliver this PDF to the client, it looks like it will try to link back to my hard drive, rather than their network drive.
    What am I doing wrong? How can I export a PDF where the links point to the client’s network rather than my local drive?

    Yes, the hyperlink is defined correctly, without the preceding code linking to my hard drive.
    In the hyperlink panel the full path is:
    \\Nwfileprintvm\vol1\shared\Business Development\Program Support\Ten things.doc
    When I export to PDF, the link becomes:
    file:///Volumes/LaCie%20750/Work%20in%20progress/New%20work/Project%209999%20NewProject/\\ Nwfileprintvm\vol1\shared\Business Development\Program Support\Ten things.doc

  • 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.

  • Action Links not pointing to correct path after export to PDF in obiee 11g

    Hi ,
    I have created action links in obiee11g pointing to external secure site , then i run agent/export the report to pdf.
    When i click on the action link i nthe pdf it generated a link with some ip address and not the link with my obiee server .
    eg.
    it should generate something link
    http://*myobieeservername*:port/analytics/saw.dll?ExecuteURLAction&EncodedAction=eJwFwdeyQ0AAAND-MWMm0T1itUWQVRJvq6wWPbjy9fcc62iq3Fg1bkSul57U70M4KjoryI9HvE0iaTumQHTpl3ct5MpKHzoZI0I274*ioiQ51tp7LVOqknh3Blmq9wTieWWst8YTinuE9GcXc5Q-Ak8joZANb8HCCxvpzpPyrYJ1gXri3wnRHNjOOqGOHO5*bQd3OR2RusW4S*EKic3KM3hlocF8JQH1dmYk8ACwUR0MJPrrLAx1f0aXC4rfpzQmwWjPXTUjMoJBXXut8ra20QAqN3WybUZ9L8Flpt2kx1gA30RGs*1O7MUddRlr3p6kfM3WOg-TPrt1pllvXeC**68-Ng9AnDl7-GXmY2QZ-oxL-1LbLObjc65EOZa1NFZuOK4G1qVGWcqf9AJljn5z6cSZn0QPGHLT6UhbGr7CZrEopreoO3SlPSHK9SXJC1wFVvoUWakr*sAOftaitKTRM3hO4FXniOFw*fdkdXE7Lny717ba2L7oMxVEV1omt1Ee8mlKhp848Wrf9UypwS2gmBGWNxK6ek2zWiYNn9WXo1TRc9301wJUXcblep9hoT3-AZfvsZc
    where as it generates
    http://*someipaddress:portnumber*/analytics/saw.dll?ExecuteURLAction&EncodedAction=eJwFwdeyQ0AAAND-MWMm0T1itUWQVRJvq6wWPbjy9fcc62iq3Fg1bkSul57U70M4KjoryI9HvE0iaTumQHTpl3ct5MpKHzoZI0I274*ioiQ51tp7LVOqknh3Blmq9wTieWWst8YTinuE9GcXc5Q-Ak8joZANb8HCCxvpzpPyrYJ1gXri3wnRHNjOOqGOHO5*bQd3OR2RusW4S*EKic3KM3hlocF8JQH1dmYk8ACwUR0MJPrrLAx1f0aXC4rfpzQmwWjPXTUjMoJBXXut8ra20QAqN3WybUZ9L8Flpt2kx1gA30RGs*1O7MUddRlr3p6kfM3WOg-TPrt1pllvXeC**68-Ng9AnDl7-GXmY2QZ-oxL-1LbLObjc65EOZa1NFZuOK4G1qVGWcqf9AJljn5z6cSZn0QPGHLT6UhbGr7CZrEopreoO3SlPSHK9SXJC1wFVvoUWakr*sAOftaitKTRM3hO4FXniOFw*fdkdXE7Lny717ba2L7oMxVEV1omt1Ee8mlKhp848Wrf9UypwS2gmBGWNxK6ek2zWiYNn9WXo1TRc9301wJUXcblep9hoT3-AZfvsZc
    This works fine when i click the action link from the report instead of the exported pdf.
    Any pointers?

    It has been a while since I have checked this. Sorry for any delay. We have attempted to rearrange items however have had no luck.
    On small break through we have is that we have a custom link setup using Microsoft IIS on our server so we can access the application from outside of our network rather than just internally. We have found that we only have the print/export issues when using this external link so there may be an issue with our IIS configuration. Just throwing that one out there in case anyone has had a similiar issue with IIS configuration and found a fix.

  • 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

  • Preserving links when exporting to PDFs from Pages 5.1

    Several people have noted that links do not survive after the first page of a PDF document when exporting from a Pages 5.x document to PDF.  *IF* the links are dislayed as html code, they will survive: e.g.
    html://www.apple.com
    will work on all pages of the PDF document (anyway, it works on page 2!)
    But if you edit the link and CHANGE THE DISPLAY NAME, the links will no longer work on page 2 and subsequent pages.  E.g., this link will NOT work even though it resolves to the same address (i.e., html://www.apple.com).
    apple.com
    This is insane, of course.  Any work arounds?

    Right, I know it will work if you don;t edit the display name.  But one often will want to do that. If you were writing a column, say, you might say "In Dick Francis's novel Refusal, the author soes thus and such." That link is clickable. It would work natively in Pages 5, as in Pages 4.3, in a TextEdit document natively or exported to PDF, and in Apple mail, etc.  It also works when you export from Pages 4.3 to PDF.  In Pages 5, however, it only works (after the first page: who knows why it works on the first page!) if the display name is the same as the html code.  This is a bug, or sloppy programming, or both.
    I like Page 4.3 quite a lot. I has its limitations but it is simple without being simplistic.  I had high hopes for Pages 5. Now that we have 5.1, though, I see that it is just not going to work for me or for my businesses. There are little things like the inability to set the default zoom (which is acutally quite annoying if your eyes are not so hot), the inabilty to see|print comments and big things like the lack of Applescript support, bookmarks, and mail merge.  I thought Apple was going to be bringing back these features, but I see now that they are committed to the lowest common denominator. The people who say Apple is is the business of making "toys" are, alas, correct. I guess the business market is not big enough for them. I've actually removed pages 5.1 from all our our macs, and have removed 2.1 from our ios devices. We still have a few stray documents that were created or edited with Pages 5, but I've discovered that you can use Pages for icloud to download a pages file in Word format.  Pages 4.3 can open and edit Word files, so that is a (cumbersome) workaround. We'll continue to use 4.3 (and 1.7.2 on the ipad) for the time being, but obviously will need to find something that has current support going forward.

  • How to create a dynamic action from link column in classic report

    I Have an apex page that display a modal window utilizing jquery. In the modal window I have a classic report with a link column that I want to capture its click event.
    I was thinking I could create a dynamic action with selection type=jquery selector. Not for sure if I need to do anything on link column and do not know the syntax
    for jquery selector. Would appreciate any help or direction???

    Thank you for your response. I am very new to Jquery so don't understand all that well.
    What I did:
    I created a dynamic action
    Event: Click
    Selection Type: jQuery Selector
    jQuery Selector: tdheaders
    Created True Actions
    I created an alert to see if this is being executed.
    Alert 'I made it here'
    What I have:
    I created a report region with the following query:
    Select empno, ename, 'SELECT' from emp
    where (ename like '%'||ltrim(rtrim(:P2_SEARCHPU))||'%'
    or :P2_SEARCHPU is null)
    I created 'SELECT' column as Link Column
    Report Attributes
    Link Text Select
    Target Page in this Application
    Page 2
    Region Header
    <div id="ModalForm2" title="Employee List" style="display:none">
    Region Footer
    </div>
    This report is displayed in a modal form when a button is clicked.
    Code for modal window in Page Header
    <script type="text/javascript">
    $( function() {
    $('#ModalForm2').dialog(
    { modal : true ,
    autoOpen : false ,
    buttons : {
    Cancel : function() {
    closeForm2();
    function openForm2()
    $('#ModalForm2').dialog('open');
    function closeForm2()
    $('#ModalForm2 input[type="text"]').val('');
    $('#ModalForm2').dialog('close');
    </script>
    I am trying to capture the click event on the link column of the report in the modal form. I want to pass a couple of column values
    back to the main form and close the modal window. I do not want to do the submit that happens if I click on the link column and link back to the main page(2)
    If I let the submit to happen, all other entered fields are cleared on my main form.
    Just don't understand the jQuery selector. I have no problem catching the button clicks on the modal form.

Maybe you are looking for