Query Builder using Word Template Builder

I have created a cover letter as an rtf inserting the needed fields into the letter, it tests correctly, and populates the data from the xml file. When I try to create the report query and browse to the rtf and click on create query I get this response:
page not found error with this url: http://servername/apex/wwv_flow.accept. Any ideas about what is occurring here would be appreciated, this is the first time I have tried to do this.
Thanks,
David.

That works perfectly - thanks a million!!!!
Quick follow up question - do you know where in the documentation I could find this? I tried to quickly locate it and couldn't...and would prefer not to have to bother everyone on the forums.
Thanks again for the help!\
Scott

Similar Messages

  • XML Publisher/Bi Publisher Using Oracle Package and MS Word Template builde

    My Question is I want to know more about grouping of elements while creating reports in E business suite.
    my approach should be 1. pl sql package with embedded XML data to create xml output. 2. Formatting the xml output using ms word template builder plugin.
    My question is if grouping is required, then where should it be? While creating package to generate xml output or while formatting xml o/p in ms word?
    I wanted to create a check cancellation report where the report should look like below.
    Bank Name American express
    Bank address 1 Cape town city Road
    bank address 2 Lane 2
    Bank City Cape town
    Branch Docara v'dola
    Check number Amount Vendor Status
    1023423 225 huawei Voided
    1023430 500 Ericson Voided
    Signature
    Now for above grouping I Written some thing like below package:
    But I want to know Had I not done the grouping in Package, would it have still be possible to do the grouping in MS Word template builder?
    To simply fy question: If I had not written 2 cursors and written 1 simple cursor and had got simple 1 after 1 fields without any specific grouping in ora package, would it have been possible to do the same grouping while formatting the xml output in MS word template builder?
    the part of code enclosed.
    begin
    DBMS_APPLICATION_INFO.SET_CLIENT_INFO(FND_PROFILE.VALUE('ORG_ID'));
    --fnd_file.put_line (fnd_file.output, '<?xml version = "1.0" encoding="ISO-8859-1"?>');
    fnd_file.put_line(fnd_file.output, '<G_HEAD>');
    for rec1 in c_bank_main
    loop
    fnd_file.put_line(fnd_file.output, '<G_BANK>');
    fnd_file.put_line (fnd_file.output,'<c_bank><![CDATA['|| rec1.c_bank ||']]></c_bank>');
    fnd_file.put_line (fnd_file.output,'<c_bank_acc><![CDATA['|| rec1.c_bank_acc ||']]></c_bank_acc>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress1><![CDATA['|| rec1.c_bankadress1 ||']]></c_bankadress1>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress2><![CDATA['|| rec1.c_bankadress2 ||']]></c_bankadress2>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress3><![CDATA['|| rec1.c_bankadress3 ||']]></c_bankadress3>');
    fnd_file.put_line (fnd_file.output,'<c_bankcity><![CDATA['|| rec1.c_bankcity ||']]></c_bankcity>');
    fnd_file.put_line (fnd_file.output,'<c_branch><![CDATA['|| rec1.c_branch ||']]></c_branch>');
    for rec in c_bank_child(rec1.c_bank)
    loop
    fnd_file.put_line(fnd_file.output, '<G_CHECK>');
    fnd_file.put_line (fnd_file.output,'<c_currency_code><![CDATA['|| rec.c_currency_code ||']]></c_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_pay_currency_code><![CDATA['|| rec.c_pay_currency_code ||']]></c_pay_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_cleared_amount><![CDATA['|| rec.c_cleared_amount ||']]></c_cleared_amount>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status ||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_check_stock_name><![CDATA['|| rec.c_check_stock_name ||']]></c_check_stock_name>');
    fnd_file.put_line (fnd_file.output,'<status_lookup_code><![CDATA['|| rec.status_lookup_code ||']]></status_lookup_code>');
    fnd_file.put_line (fnd_file.output,'<c_check_number><![CDATA['|| rec.c_check_number ||']]></c_check_number>');
    fnd_file.put_line (fnd_file.output,'<c_sum_amount><![CDATA['|| rec.c_sum_amount ||']]></c_sum_amount>');
    fnd_file.put_line (fnd_file.output,'<c_vendor_name><![CDATA['|| rec.c_vendor_name ||']]></c_vendor_name>');
    fnd_file.put_line (fnd_file.output,'<c_doc_sequence_value><![CDATA['|| rec.c_doc_sequence_value ||']]></c_doc_sequence_value>');
    fnd_file.put_line(fnd_file.output, '</G_CHECK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_BANK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_HEAD>');
    end

    Hi,
    You can do grouping in either place. But ideally to avoid re-grouping in the BI Publisher Template your XML would be generated such that it is appropriate for your template.
    This is really important when it comes to very large datasets as you should avoid regrouping in the template in this case.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • Unable to Preview barcode font fields in Word Template Builder PDF Preview

    I have searched for solutions to this problem but did not find anything that I have not tried. I have IDAutomation Barcode fonts installed and am using the Word template builder v10.1.3.4 Build 129. My Templates work fine in EBS, but I cannot Preview in a PDF, any fields that are formatted with my barcode or MICR fonts. I have created an xdo.cfg file as per the documentation and placed it in C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config. I can successfully preview in an RTF, but not a PDF. Any suggestions?
    Here is my xdo.cfg file:
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
         <!-- Properties -->
         <properties>
              <!-- System level peoprties -->
              <!-- PLEASE SELECT A VALID TEMPFILE DIRECTORY!!! -->
              <property name="system-temp-dir">E:\Temp</property>
              <!-- PDF compression -->
              <property name="pdf-compression">true</property>
              <!-- PDF security -->
              <property name="pdf-security">false</property>
              <property name="pdf-open-password">user</property>
              <property name="pdf-permissions-password">owner</property>
              <property name="pdf-no-printing">true</property>
              <property name="pdf-no-changing-the-document">true</property>
         </properties>
    <!-- Font setting -->
         <fonts>
              <!-- Windows Wingdings font -->
              <font family="Wingdings" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\WINGDING.ttf" />
              </font>
              <!-- GnuMICR font -->
              <font family="GnuMICR" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\GnuMICR.ttf" />
              </font>
              <!-- IDAutomationC39L -->
              <font family="IDAutomationC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39L.ttf" />
              </font>
              <!-- IDAutomationC39M -->
              <font family="IDAutomationC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39M.ttf" />
              </font>
              <!-- IDAutomationC39S -->
              <font family="IDAutomationC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39S.ttf" />
              </font>
              <!-- IDAutomationC39XL -->
              <font family="IDAutomationC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XL.ttf" />
              </font>
              <!-- IDAutomationC39XS -->
              <font family="IDAutomationC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XS.ttf" />
              </font>
              <!-- IDAutomationC39XXL -->
              <font family="IDAutomationC39XXL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XXL.ttf" />
              </font>
              <!-- IDAutomationHC39L -->
              <font family="IDAutomationHC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39L.ttf" />
              </font>
              <!-- IDAutomationHC39M -->
              <font family="IDAutomationHC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39M.ttf" />
              </font>
              <!-- IDAutomationHC39S -->
              <font family="IDAutomationHC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" />
              </font>
              <!-- IDAutomationHC39XL -->
              <font family="IDAutomationHC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XL.ttf" />
              </font>
              <!-- IDAutomationHC39XS -->
              <font family="IDAutomationHC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XS.ttf" />
              </font>
              <!-- IDAutomationHC39XXL -->
              <font family="IDAutomationHC39XXl" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XXL.ttf" />
              </font>
         </fonts>
    </config>
    Thank for any assistance.
    Regards,
    Donn

    The fonts settings did not show up properly. Here is an example inside comments:
              <!-- IDAutomationHC39S -->
    <!--     <font family="IDAutomationHC39S" style="normal" weight="normal> -->
    <!--     <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" /> -->
    <!--     </font> -->
    The font family, name, and path have been checked thoroughly.
    Thanks,
    Donn

  • XML Publisher 6.5.2 MS word Template Builder fails

    Dear all,
    My env is: Oracle DB 10.1.0.5 on redhat Linux, XML publisher 6.5.2 on Windows 2000.
    While using the XML publisher GUI from the browser, I am able to connect successfully to the database.
    However, when I try to build a RTF template from MS word, I am unable to do so. The MS word template builder wizard is throwing an exception, and I do not know how to solve it in spite of some googling around.
    I gave the same connect identifier in the XMLP GUI (which connects) and also in the template builder (which fails to connect).
    Any help/pointers for this will be welcome.
    Best regards,
    Ambarish.
    Creating XDO Report at: Fri Mar 09 16:56:58 IST 2007
    sql = select * from oblix_audit_events
    description = First sample report from template builder
    port = 1521
    user = scott
    host = ps2844
    sid = coreid10.persistent.co.in
    ReportParameters = {}
    path = D:\Projects\xml_publisher\REPORTS\oamrept01
    data_source_name = COREID10
    name = oamrept01
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:410)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:260)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at CreateXDOReport.getConnection(CreateXDOReport.java:49)
    at CreateXDOReport.createXDOReport(CreateXDOReport.java:142)
    at CreateXDOReport.process(CreateXDOReport.java:108)
    at CreateXDOReport.main(CreateXDOReport.java:298)

    The opmn utility dumped core:
    -rw------- 1 bill bill 279474176 Nov 15 13:46 /u02/oracle/bi/core.14808
    # file core.14808
    core.14808: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'opmn'
    I just love this shit!

  • Oracle Virtual Assembly Builder or Oracle Template Builder

    HI - can anyone confirm if Oracle Virtual Assembly Builder is going to be the replacement for the Oracle Template Builder? I've been using the template builder quite successfully over the past couple of weeks, and I thought I would give the assembly builder a go, and my impression is that it is utter rubbish.
    It doesn't have even half of the functionality of the old template builder, and if Oracle are going to use this as the only template deployment tool for Oracle VM it would be a huge dissapointment.
    Edited by: 858127 on May 11, 2011 5:38 AM

    The Oracle Virtual Assembly Builder (OVAB) product is not a replacement for the Oracle Template Builder (OTB) tool. They both have different purposes.
    OTB can be used to create a VM template with any arbitrary set of packages you want installed along with the linux distribution. But, once you create a VM instance from that template, you have to manually configure the contents of that template.
    Alternatively, OVAB creates a specialized VM template that is constructed and configured to run a single instance of a particular product component that you have selected to be packaged into that appliance. Currently the list of supported products include WebLogic Server, Coherence, HTTP Server, and Database. The differentiation between OVAB and OTB is that as part of creating the VM template, OVAB extracts properties specific to the product that's packaged into that template, and then allows for those properties to be dynamically specified and automatically configured when that VM template is instantiated.
    So OVAB and OTB are created with different uses in mind. OVAB is specialized for creating appliances containing specific products, while OTB is intended for creating VM templates containing arbitrary s/w packages.
    -Arvind

  • Template Designer - Using Word templates in CRM 5.2

    Hi, I am trying to understand how to go about setting upp a crm 5.2 system for using word templates. I have trouble finding information about it. Does anyone have any link suggestions or knowledge about it which You can share?
    Thanks!
    Best regards Eva
    Edited by: Eva Hamberg on Jan 11, 2010 11:46 AM

    Hello,
    First of all I would recommend to implement all OSS notes for your CRM version. Search for application area "CRM-BF-COM". Example:
    Note 1068364 - Office Integration fixes CRM 5.2
    Then kindly check the online help for more information on how to use the template designer:
    http://help.sap.com/saphelp_crm60/helpdata/en/f8/ba29b001be455d89764cf29c6a19fb/frameset.htm
    Kind regards,
    Nicolas Busson.

  • Where can I download the BI Publisher Word Template builder plugin for MS?

    After configuring the my v3 with BI Publisher I'd like to start with creating the RTF templates. I viewed the demo but cannot find the link to actually download the plugin for MS Word.
    Thanks,
    Pawel.

    Once you Login to Bi Publisher , just click on any of the folder , the Template Builder download is in Folder and Report Tasks , Its the Last Link.

  • Creating Activities in CRM using Word Templates and Web Services??

    Hi,
    This functionality can be achieved through Adobe Interactive Forms from what I have learnt through demos etc. We are checking the feasibility of using with Word Templates instead.
    This thread has multiple questions:
    We are trying to set up the activity creation as mentioned in the CRM70 system.
    1) At this point, finished the retrieval of information from the CRM Activity into a Word Template using a READ Web Service. Subsequently synchronized this with outlook and can see the Word document in the outlook item. Not able to open the same in Outlook, since it comes over as a XML document type. "Cannot open as there is a problem with the contents. ">" expected, line so and so...is the message
    2) I created a Web Service that writes as well into CRM and would like to use this from the Word Template to create the activity in CRM
    2a) Can the word template be incorporated with buttons that can trigger creation in CRM, similar to Adobe "Execute" etc
    2b) If yes, and If there are some custom fields that I add to the activity transaction, in the UI, can I populate these with input from the Word Template, as well
    Regards,
    Ashwin

    Hell Wregs,
    You can create the Product in CRM GUI,by using Transaction:COMMPR01,not mandatory to have WebUI..,
    but b4 that you need to set up Product Hierarchy and Product category under which the Products can be created.
    Use Transaction:COMM_HIERARCHY Transaction to do this.
    Hope this helps
    let me know if any further questions
    Thanks & Regards
    Arshad

  • Attachments using Word Templates

    We are attaching Word docs to CRM activities.
    We would like to use the document create functionality that is a part of the attachment tool bar in an activity.
    Is there any way to call a specific word document template without setting the template as the default template in MS-word.
    For example we have a letter template stored on the user's PC. Our current process is to open Word. Open the template. Save the document. Import the document as an attachment.
    We would like to hit the create button and launch Word as an application and immediately call the template?
    Word has command line switches that enable this functionality "/t". Is there someway to pass the switch in the call to the create the document in the activity.
    Any insight is appreciated.
    Roger Myers

    Roger,
    I think you can achieve the functionality by using a workflow. There you can attach existing Word templates or create new ones with ease.
    Hope it helps.

  • Using Word templates

    Hi,
    I want to export my Robohelp 7 HTML help to a Word document.
    I want the output to look exactly like the main help file, but want
    to add some headers and footers using a Word template,
    Here's what I've tried:
    In the Single Source Layouts> Printed Documentation.
    In the Print Document Appearance step of the dialog.
    Using the Microsoft Word Template drop-down options:
    When I select 'Use the Project's CSS styles' the topics come
    out looking just as I want it, but as it's not using a Word
    template there are no headers or footers.
    When I select any attempt at a Word template I've created, it
    just seems to ignore it and go with the styles on Style
    Mapping.dot.
    When I try to edit Style Mapping.dot, it seems to ignore any
    changes I make and goes back to the default.
    Any advice on how to creat a template that will work, or how
    to turn my Robohelp CSS into a template that will work, much
    appreciated.
    Thanks
    Simon

    You cannot define the headers and footers before the document
    is created. They do get overwritten as you have found. See Printed
    Documentation on my site.
    You might want to submit a feature change.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Help for -Generate Report using Word template having company Logo

    HI GUys,
    I am trying to generate a report in PDF using the word template having some company logo as footer to that .
    When user click on print ,the graph should be added to the template and its should output the report in pdf.
    I am able to achive this when I 'm  not using the template,but when I use the template (sample code shown below),its throws the error attached in screenshot.
    pls suggest the possible way to achieve this

    Why are you deleting the file after creating the report? Are you sure that the image exists at the path specified when running?
    Also, in your top screenshot because of data flow there's a high possibility that you actually delete the file before it gets used because there is no connection between the end of writing the report and deleting the picture.
    I also suspect there's a chance there might be a permissions issue - you are trying to get the file from another user's desktop which isn't normally allowed - do the file/folder permissions give you access to that file path? I would try putting the picture on your own desktop just to rule that out.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • New document in library using Word template - columns filled but Word doc is blank

    Hi
    I have a document library using a Word template. It works fine in testing: New Document opens the template, the form at the top of the document is filled by the user, the data populates the fields within the template, the user saves it in the document library.
    But... I have a user with an issue: When she adds a New Document and fills out the form at the top of the Word template, the data doesn't populate the fields within the document itself. It saves into the library columns ok, but the fields within the Word
    document remain blank.
    She has Office 2010, XP and IE8. It's SharePoint 2010.
    Any ideas how to resolve the issue would be appreciated!
    Thanks
    Stuart
    Further information: I emailed the Word template to the user. She opened it and could only input information into the Information Panel at the top, not into the fields within the document.

    Dear Boris,
    I'm sorry I haven't replied sooner - I was away for a break. Anyway, I've done an Office repair but sadly the behaviour is the same as it was before I did that. However, I noticed that the behaviour is now different from when I first posted about the problem.
    Then I got an error now there is no error and it proceeds as if the behaviour is what should be expected. So now when I click "Add Document" I just get the standard "Add a document" dialog box. Oh well, its not the end of the world.
    Anyway, thanks for your help and suggestion. If I work out what is wrong I'll put a post on here.
    Best wishes.....
    Colin

  • Flexible crosstab report layout - Word template builder

    I'm new to BI Publisher and learning new things every day. I'm now working on a complex template layout and I'm not even sure if it can be handled at this point. Looking for any advice someone can provide?
    The layout is very similar to a crosstab report, but with some flexibility in terms of layout. Here's a brief description:
    A1 G1
    A2 G2
    A3 B3 C3 D3 E3 F3 G3 G4
    Cells A1 and A2 are static (text labels read from the XML)
    Cells A3 - F3 are columns of the crosstab report. Column A and B always will appear, columns C - F may or may not appear (2 or 3 will appear - just don't know which ones)
    Cells G1 - G2 - Data column headers - This is a repeating column for different data points. There may be 1 up to 20 columns. Only want to display 5 of these per table, since more will go off the page. The next columns should go to a new table
    Cells G3 and G4 - These are the data points for the "crosstab". One is a min value / one is a max value for the specific row / column combination.
    Right now, I've got the columns A3 - F3 generating correctly, but cells A1 and A2 do not shrink and take up the same space as all 6 columns would if columns A3 to F2 were to be displayed. I've got a for-each in A3 that ends in F3. I've also got a for-each in G1 - G2 to extend the repeating columns for the data points.
    Is it possible to have cells A1 and A2 size differently based on how many columns are to be displayed between A3 and F3?
    Is there a better layout than the one above to tackle the creation of this data table?
    Thanks in advance for any ideas!

    Hi Vivek,
    I have LabVIEW 8.5 Development version and the report generation tool kit.  I will be writing VI to fill the data in and generate a word report with Up to 873 different tests.  The template that I attached is the sample template for only one test, I will be doing 873 tests.  The sample test template consists of scope shot and some measured parameters.
    My situation - the VI that I will be writing will fill in the sample template that I attached for 873 times.  For me to generate a word report for all tests, I would have to create a report template with 873 sample templates.  Where there is a red box, I would have to create a field for each box so the LabVIEW will know where to put the data in. 
    Well, that is lot of work in the first place.  Secondly, to keep up with 873 different permuation fields can create lot of unnecessary programming mess.  Lastly, if the user decide to run only part of the test, then there would be lot of empty test templates.  If user decide to run only 10 tests the final report will have 860 empty boxes.  That is not efficient.
    My goal is to create the word report using just one sample template rather than 873.  I would like to copy the sample template based on number of tests user defines. 
    My question is-  Is there any way to copy the sample test template that I attached using the report generation toolkit?
    Regards,
    Chetna Tailor

  • Error occured when try to open the BI report from words (template builder)

    Hi,
    After i LogOn into BI Publisher thru words, successful. But when choose a report to open, error returned as "Error occured. Please check the settings and try again."
    My team had do various of testing, try to reinstall the BI publisher desktop, but not able solve the problems. From the forum, someone comment is due to data loaded too large, so we try to put a query which only select single record from a small database, but still same error.
    then we suspect is due to the proxy setting, because once i reset to bypass the proxy, i able to open the report thru words without any error.
    i found this comment from online doc :
    Have set up the proxy parameters (to avoid any firewall problems with the Web Services and RSS data set reports) in the xmlpserverstart.bat file or the oc4j.cmd file as per your installation.
    Modify the following line, which defines JAVA_HOME. (Observe the proxy parameters in bold.):
    •     "%JAVA_HOME%\bin\java" %JVMARGS% -jar -Dhttp.proxyHost= <myproxy.mycompany.com> -Dhttp.proxyPort=<Port> "%OC4J_JAR%" %CMDARGS%
    Restart xmlpserver or oc4j as the case may be.
    but i can't found this xmlpserverstart.bat or oc4j.cmd from server.
    Please comment.
    Thanks
    Regards
    Eelyn

    hi,
    as per you query posted here, please chk ur sql statement what u had written...there may be some problem with that query that is y ur getting the below error.
    "error occured. please check the settings and try again BI publisher"
    regards
    Kanoj

  • Dynamic image does not work in the template builder plug-in (Apex-BI Intgr)

    Hi all, I posted this problem in the BI Publisher topic but nobody responded maybe this is because mods thought this is an Apex-BI integration issue.
    If I'm in the wrong place, please do warn me.
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    ...This works obviously
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    ...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    ...This, however, does not work.
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1

    Hi Oeren,
    your steps seem basically to be correct. I have a tutorial how to do this here (in german)
    http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/pdf-dyn-images/index.html
    when you see the URL corrently as long as you have it as a plain text field, the XML tag and the
    referencing seem to be OK.
    Here are two thought - the issue might be one of these ...
    How did you insert the dummy image into the word document - did you do it via "insert" or
    via "link to file". "Link to File" does not work - you must choose the simple "insert".
    Another one: Does your BI Server have a connection to the internet - is the proxy server correctly set ..?
    Does this help ..?
    Regards
    -Carsten
    Cloud Computing mit APEX umsetzen. Jetzt!
    http://tinyurl.com/apexcloudde
    SQL und PL/SQL: Tipps, Tricks & Best Practice
    http://sql-plsql-de.blogspot.com

Maybe you are looking for

  • How do we raise Incoming Excise invoice on Vendor1 and A/P Invoice on Vendo

    Hi All, How do we raise Incoming Excise invoice on Vendor1 and A/P Invoice on Vendor2 for a single purchase order? The Scenario:  PO is raised on Vendor2 for certain goods excisable and Vendor2 is not registered under Excise hence i cannot get Incomi

  • Bought video adapter for orig ipad, it does not fit

    I bought a new composite video adapter cable for my original ipad. It came in and does not fully seat. Ipad doesn't recognize cable. Apple sent a new one...same story.

  • LED 24in Display  resolution stuck at 640X480

    If anyone has their 24in led display with a resolution set at 640X480 unplug it from power and computer for a minute, then everything will back to normal. Message was edited by: Jaxsin43

  • No sound in Flash Player, using Ubuntu 10.04

    As the title says, there is no sound in Flash Player. I have: flashplugin-nonfree-extrasound      0.0.svn2431-3 flashplugin-nonfree                       10.0.45.2ubuntu1 flashplugin-installer I also have gnash, klash, swfdec and some others. Could y

  • Photoshop problem isolated to user account.

    I am unable to open Adobe Photoshop CS2. An error displays, unrecoverable problem has occurred because something prevented the text engine from being initialized. Support helped me to isolate this problem to my user account. Now I would like to fix t