How get and edit xml code of BI Publisher Report

Hi to all,
I need to do some costumization to one BI Publisher report. Investigating I found a solution to do my costumization. However this requieres edit the xml code. Can you please let me know how can I get and edit this code?
Thanks in advance
regards
Daniel

obiee / ebs .... ?
Investigating I found a solution to do my costumization. However this requieres edit the xml code.
no need edit seeded code (it's for SR)
your steps:
- get seeded code
- edit
- create custom report
Can you please let me know how can I get and edit this code?
for ebs you can look xml publisher responsibility, find by code

Similar Messages

  • How view and edit source code before publish to iWeb

    I noted the following iWeb page plays music when it opens: http://homepage.mac.com/kkirkster/maya_test/
    How does one change the source code in iWeb before it is published so that such a change as he did works in opening a blog page?
    Dennis
    Power Mac G5   Mac OS X (10.4.4)  

    I could as easily edited the iWeb slideshow.html page but I wanted to test the features of the newer slide show.
    The page was uploaded to my .Mac account (iDisk) and then copied to my Desktop. I edited the images to reduce their file size and edited the page code and reposted the entire thing (drag and drop) in my iDisk Sites (Homepage) folder.
    The page was to test the features of the new javascript slide show and is S&G stuff.
    Being a dial-up user (very slow) I wanted to give the value of the new slide show without the added bloat of the new iWeb software.
    Here is the iWeb version with the same music code pasted into the slideshow.html page:
    http://web.mac.com/kkirkster/iWeb/Maya/Maya.html
    Once the first page loads completely a viewer can click on the "Start Slideshow" button and view the images and listen to very bad MIDI music.
    Simple copy/paste of some object and embed tag code using Text Edit (set to plain text).
    So. I'll make some slide show pages using iWeb and add a bit of simple code and then repost the page at my Homepage site.
    Less bloat. More filling!

  • How to hide edit link for  some rows in report? (according to value of col)

    Helo,
    How to hide edit link for some rows in report? (according to value of column)
    regards
    siyavuş

    Hi siyavuş
    You can do this by taking the edit link off the report and putting it into your report SQL.
    Use something like Select CASE WHEN (condition)  THEN
    'Put your edit link in here as an html Anchor like<a href="(target)">Edit</a>'
    ELSE
    tt.value
    END edit_link
    FROM test_table tthope it helps,
    Gus..
    You can reward this reply (and those of other helpers) by marking it as either Helpful or Correct.
    This allows forum users to quickly find the correct answer.
    ;-)

  • How open and edit the coherence.xml file?

    How can I open and edit the coherence.xml file?
    I cannot find the coherence.xml file in the coherence.jar package.
    Thank you,
    June

    If you are intent on changing the coherence.xml file, then you could use the JAR command (that comes with Java) to extract the coherence.xml file from coherence.jar and the later repackage the coherence.jar file using the udpated coherence.xml file, e.g.:
    C:\java\opt\coherence-331\lib>jar -xvf coherence.jar tangosol-coherence.xmlextracted: tangosol-coherence.xml>
    Instead of using JAR, on Windows you can associate the .JAR, .WAR and .EAR extensions with WinZip and use it to access / modify the contents of JAR files.
    However, the suggested approach is as follows, and does not include any changes to the tangosol.jar file:
    The tangosol-coherence-override-dev.xml file can be found in the coherence.jar file. After editing this file (in this case to define a unique value for the port system-property value for the multicast listener), save the file and add it to the server's classpath. When the server is executed, the values in the tangosol-coherence-override-dev.xml file will override any corresponding settings in the tangosol-coherence.xml file.Peace,
    Cameron Purdy | Oracle Coherence

  • How can I edit XML results ?

    Hi,
    In the documentation I read about how to get the results of a query (in .xsql) as a XML-page using the XSQL Servlet. With forms I can insert data into the Database, but what about retrieving data from it and immediately edit and update it (combination of the two) ?
    What is the easiest way to achieve that ? I just want to update my data using XML as a data interchange format...
    thanks,
    Erik

    One of the difficulties would be locking
    your record.
    Without locking, it's just a matter of
    writing your XSL to enter data as a default
    value into text fields in a form.
    You could also use Transviewer Beans to
    create a Swing app to edit XML files.
    null

  • How send and receive XML file from PI 7.0 via SSL

    Hello experts,
    Can you point to some documentation , examples , links where I can get some information on how to send and receive XML files using PI 7.0 via SSL ?
    Thanks in advance.

    Hi,
      refer to the following links.
    Enabling SSL
    http://help.sap.com/saphelp_nwpi71/helpdata/en/14/ef2940cbf2195de10000000a1550b0/content.htm
    Adapter specific security
    http://help.sap.com/saphelp_nwpi71/helpdata/en/f5/799add57aeee4f889265094a04695c/frameset.htm
    regards,
         MIlan Thaker.

  • How can I edit HTML code that was previously inserted?

    Inserting HTML code is easy enough - Object -> Insert HTML...
    But editing the code does not seem possible. It seems that it's necessary to delete the HTML object and reinsert it to make a change. What am I missing?

    Right click. I'm on my phone, but an option like "Edit HTML..." should be among the choices when an HTML embed object is selected.

  • How to test the XML distribution feature in the report builder

    Hello,
    I am working on the publishing report by using the XML distribution feature. Are there anyway I can test it in my report builder before running it on the Report server?
    Thanks.

    Haven't done this but I'm gonna take a guess.
    1. Have the copy row link do the same thing that the edit row does so that your row is displayed on the edit page. However somehow pass another parameter such as a unique request value or something so that the called page can "know" that it was arrived at via the intent of copying a row.
    2. In the called page, have a process that detects whatever flag you passed (to know that the user wants to copy a row) and have that process null out the PK item in your page (assuming that your page drives its DML via a PK field and not ROWID). You also might need to alter your button conditions accordingly so that your create button shows (since you will be creating a new record) and your save/apply-changes button (existing records) is hidden.
    3. Hopefully this is enough to fool Apex into creating a new record (since the PK is now null) and the user would be now pressing the create button to save changes to the database.
    Hope this helps...if it's managed by ROWID though this approach may not work and also if there's any MD5 checksum getting in the way it might not work either but this is the approach I would try first.

  • How to get concurrent request id of the bi publisher report

    Hi All,
    I have created a BI publisher report in R12, and in that report i have called before report trigger function.
    In that function i need to use the current concurrent request id .How can i get the concurrent request id of this report.
    Please help me . Thanks in advance.
    Regards,
    Kalidoss.

    in datatemplate you use
    >
    before report trigger function.
    >
    so
    in package in
    >
    In that function
    >
    you can get current request id like
    l_conc_request_id := fnd_global.conc_request_id;

  • Getting and MDX Error while refreshing a WEBI Report

    Hi,
    I have a problem in developing/refreshing my Webi Info view report.
    I have my report like this.
    It has 15 dimensions and 3 measures.
    Purpose of the report is to display the purchase order details for a particular state/or all in a Country for a particular year.
    In this scenario my database has two Calendar Years: 2011 and 2012.
    And states (in US) as New York, Rhone Island etc..
    Here comes the typical issue.
    I have developed the report and when i m trying to refresh the report giving 2011 as Year and New York as State for prompts and generating the report.
    Now i m getting the error of MDX query; Below is the error message:
    "Database error: The MDX query SELECT  {  (Measures).[35LYTRYAVWK4BUTF5WL7PC9AR] }  ON COLUMNS , NON EMPTY UNORDER( FILTER( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN(  {  (0PLANT__0REGION).[US NY] } ,  {  (ZIPO_ID__ZCALYEAR).[2011] }  ),  (0PLANT).[LEVEL01].MEMBERS ),  (ZIPO_ID).[LEVEL01].MEMBERS ),  (0PUR_GROUP).[LEVEL01].MEMBERS ),  (ZIVENDOR).[LEVEL01].MEMBERS ),  {  (ZIPO_ID__ZIPRICING).[TIME & MATERIAL] }  ),  {  (ZIPO_ID__ZISEGMNT).[ELECTRIC],  (ZIPO_ID__ZISEGMNT).[GAS & ELECTRIC],  (ZIPO_ID__ZISEGMNT).[GAS] }  ), EXCEPT(  {  (ZIPO_ID__ZICLASS).[LEVEL01].MEMBERS } , {  {  (ZIPO_ID__ZICLASS).[STOCK] }  } ) ),  (0CONTRSTART).[LEVEL01].MEMBERS ),  (0CONTREND).[LEVEL01].MEMBERS ),  (ZIPO_ID__0ENTRY_DATE).[LEVEL01].MEMBERS ),  (ZIPO_ID__ZIPOAPDAT).[LEVEL01].MEMBERS ),   (Measures).[35LYTRYAVWK4BUTF5WL7PC9AR] > 100000) )  DIMENSION PROPERTIES MEMBER_NAME, MEMBER_CAPTION,  (0CONTREND).[20CONTREND],  (0CONTRSTART).[20CONTRSTART],  (ZIPO_ID).[2ZIPO_ID],  (ZIPO_ID__ZIPRICING).[1ZIPO_ID__ZIPRICING],  (ZIPO_ID__ZIPRICING).[2ZIPO_ID__ZIPRICING],  (ZIVENDOR).[20NAME],  (ZIVENDOR).[2ZIVENDOR] ON ROWS FROM  (ZSC_MPDTD/ZSC_MPDTD_QU0099)  failed to execute with the error Please enter a valid value for characteristic 0PLANT__0REGION.. (IES 10901) (WIS 10901)"
    This error is coming only when i m selecting 2011 and New York as prompt values.
    When i m selecting any other value combinations, i dont get any error.
    I m not sure why this error is coming.
    Actually to say there is no data for the combination 2011 and New York. So ideally it has to display "No Data to Retrieve".
    But this is not the case with these conditions.
    Please suggset.
    Thanks,
    Prasad.

    check the statement in transactions MDXTEST,
    check [US NY] in 0REGION as the stament is using (0PLANT__0REGION).[US NY]

  • How to make table borders visible in BI Publisher report

    Hi,
    I'm trying to create a BI Publisher report that contains a number of table and want to make sure the borders of the table visible after publishing. Can you anyone tell me how?
    Edited by: user11001592 on Jan 22, 2010 2:50 AM

    In Word, if you have set the borders on then you should see them in the output. In Word it has a setting to let you see 'gridlines' even if they are not set ie you have turned the borders off. Highlight the table and set all the borders on and re-try. If that fails, try building the table from scratch and copy the cell contents across to the new table
    Tim

  • How to set it up to use BI Publisher Report layout in APEX

    Hi all,
    I downloaded the xml file from APEX to create a BI Publisher report layout and uploaded it to APEX report layout in share component. When I click the test report button, nothing showed. Would you show me what else I need to do to make it work?
    Any suggestions are appreciated.
    Thanks much@

    You need to use the desktop layout editor that works under Word to develop report layouts..
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How can we print optic mark on BI Publisher report

    Hi
    We have a requirement to print optic mark on BI Publisher report which will print on the first page.
    The optic mark will appear on the right border of the report.
    Please let me know if any of u had worked on such requirements.
    Thanks
    Edited by: user562690 on Jan 8, 2009 5:32 PM

    Please help me if anyone had worked on such requirement
    Thanks
    skr

  • How to get and parse xml input parameter?

    Hi,
    If one transaction input parameter is xml string, like as below.
    <a>
    <b>
        <c>1</c>
        <d>2</d>
    </b>
    <b>
        <c>3</c>
        <d>4</d>
    </b>   
    </a>
    If I would like to get each element (maybe by repeater action), how to do that?
    Thanks!

    Hi,
    You must convert the string into xml with necessary action block. (XML Functions --> String to XML Parser)
    Then you must put a repeater after converter action and you must set Xpath expression for repeater (configuration) like below:
    String_To_XML_Parser_0.Output{/ARef/BRef}
    after repeater you can use values like below:
    Repeater.Output{/BRef/c}
    Repeater.Output{/BRef/d}
    Regards.

  • Getting the message: "XML code not well formed"

    Hi folks!
    I'm a blackberry newbie, and I love it, but I'm having a difficult time understanding why it won't allow me to download a WAP push link to download a ringtone. Every time I try to link I get the message: "The XLM code is not well-formed". I've tried everything from resetting the default browsers to contacting the company who is sending the WAP push message-and they had to download my BlackBerry diagnostics to try and figure out why the phone wasn't accepting the code. I'm going nuts trying to figure this out because it worked on my previous phone: same carrier (T-Mobile), Samsung phone.
    Anybody have any insight into this?
    Thanks!
    Andy

    Thank you for your response!
    I did contact the site and he downloaded my blackberry diagnostics to diagnose the issue.  He was able to download it to HIS Blackberry pearl (so he said) with no problem, and finally, I was able to download the exact same ringtone from the same site to my Samsung phone a week before I purchased the BlackBerry.
    It sounds to me as if the issue is with the BlackBerry not accepting the WAP site's code the same way the Samsung did.
    I'm a complete newbie, but that's how it seems to me.  Frustrating

Maybe you are looking for