How to insert a google chart in rtf

Hi All,
I come to know that we can insert any google chart in our rtf report for our given data.
Please let me know what are the pre-requisites for this.
and what is the code to be entered in the dummy image web tab
I am trying to get a Google QR Code like below.
<img src="http://chart.apis.google.com/chart?cht=qr
&chs=250x100&chl=<?SALES_ORDER_NUM?>"/>
giving the about code in web tab of a dummy image
I did just a trail, but it does not work.
Please let me know with any ideas.
Thanks

Hi,
1.run transaction SCC4 -> press Ctrl+F4 or the button for change ->double click one the row for your client -> on the field Cross Client Object Changes select Changes to the Repository and cross-client Customizing allowed -> SAVE
2. run MC1H and now you will have access to insert new line in the table
Regards Vassko!
Edited by: Vasil Pavlov on Sep 16, 2008 9:51 AM

Similar Messages

  • How to use Google Chart in OBIEE

    Hi Experts,
    How we can use google chart in OBIEE 10g or OBIEE 11g.
    Thanks

    Hi ,
    If you refer to Google Maps then refer the following link.
    http://obiee101.blogspot.in/search?q=google
    Google organization Chart
    Oracle Business Intelligence by Sandeep Venu: Google Organization Chart in OBIEE 11G
    Google Chart
    Oracle BI Solutions: OBIEE - Google Charts
    Thanks,
    Pavani

  • How to customize charts in RTF for BI Publisher

    Hello Experts
    How can an existing chart in RTF template be customized ?
    Can I change the properties of a chart such that values along the Y-axis in the chart are displayed in the reverse order ?
    Thanks in Advance.
    Amrith.

    Hello Rainer
    I've tried what you told but I was only able to sort the values on the X-axis but not the Y-axis. The following is my XML definition of the chart. Can you please let me know where can I add the tag order="descending" in my definition.
    X-axis has the values of 'ACTIVITY DATE' and
    Y-axis has the values of 'SALES'
    chart:
    <Graph graphType="LINE_VERT_ABS" seriesEffect="SE_AUTO_GRADIENT"><LegendArea visible="false"/>
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <LocalGridData colCount="{count(xdoxslt:group(.//ROW, 'ACTIVITY_DATE1'))}" rowCount="1">
    <ColLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="ACTIVITY_DATE1">
    <xsl:sort select="current-group()/ACTIVITY_DATE1"/>
    <Label>
    <xsl:value-of select="current-group()/ACTIVITY_DATE1"/>
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="ACTIVITY_DATE1">
    <xsl:sort select="current-group()/ACTIVITY_DATE1"/>
    <Cell>
    <xsl:value-of select="sum(current-group()/SALES)"/>
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    Thanks in advance
    Amrith.

  • How to insert a word document or an RTF document into RichTextEditor?

    How to insert a word document or an RTF document into af:richTextEditor. I am using Apache POI for reading the Word document and getting its contents. I am able to display the whole content of the document except the table and image within the document. The data in the table is getting displayed as a string and not as a table inside the editor.
    Can we insert a word/RTF document into a rich text editor?
    Can we insert images into the rich text editor?
    The following is the code that I used. On clicking a button the word document has to be inserted into the <af:richTextEditor>.
    <af:richTextEditor id="rte1" autoSubmit="true"
    immediate="true"
    columns="110" rows="20">
    <af:dropTarget dropListener="#{SendEmail.richTextEditorDrop}">
    <af:dataFlavor flavorClass="java.lang.String"/>
    </af:dropTarget>
    </af:richTextEditor>
    <af:commandButton text="Insert at position" id="cb2">
    <af:richTextEditorInsertBehavior for="rte1" value="#{RichTextEditorUtil.docFile}"/>
    </af:commandButton>
    Java Code: I am using Apache POI for reading the word document.
    import org.apache.poi.hwpf.HWPFDocument;
    import org.apache.poi.hwpf.extractor.WordExtractor;
    public String getDocFile() {
    File docFile = null;
    WordExtractor docExtractor = null ;
    WordExtractor exprExtractor = null ;
    try {
    docFile = new File("C:/temp/test.doc");
    //A FileInputStream obtains input bytes from a file.
    FileInputStream fis=new FileInputStream(docFile.getAbsolutePath());
    //A HWPFDocument used to read document file from FileInputStream
    HWPFDocument doc=new HWPFDocument(fis);
    docExtractor = new WordExtractor(doc);
    catch(Exception exep)
    System.out.println(exep.getMessage());
    //This Array stores each line from the document file.
    String [] docArray = docExtractor.getParagraphText();
    String fileContent = "";
    for(int i=0;i<docArray.length;i++)
    if(docArray[i] != null)
    System.out.println("Line "+ i +" : " + docArray);
    fileContent += docArray[i] + "\n";
    System.out.println(fileContent);
    return fileContent;

    Hi,
    images are not yet supported. Its an open enhancement request for the rich text editor.
    For tables, it seems they are supported but in a basic way (just HTML 4 style) if I interpret the tag documentation correct
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_richTextEditor.html
    Frank

  • How to insert Google analytics in BC website

    Please can you assist with how we can insert our Google Analytics in our clients BC websites
    thank you
    Michelle

    Hi Michelle,
    log in to your Google Analytics account, click on a project and go to Admin > Tracking Code.
    Under Step 2 copy the javascript code and paste it into each of your BC templates BEFORE the closing body tag (</body>). Done
    A more advanced approach would be to create a content holder, paste your Google Analytics Code in there and insert the contentholder into each of the templates before the closing body tag. That way you have only one file, in case you need to edit it later.
    Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

  • How to insert Google geocoded values in database

    Hi
    I have tried Google map integration with apex , it is wonderful.
    Can I have some tips on how can I insret the same geocoded values in my database for the infrastructure and mesh the infra with google map.
    Please help
    Prashant

    Hi,
    how to insert and update values in mysql database in c++ from"mysql.h"
    Please see some thread with some samples:
    http://www.cplusplus.com/forum/general/118160/
    I suggest you ask this issue to MySQL forum since you are using it.
    http://forums.mysql.com/
    Best regards,
    Shu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create the custom charts?

    how to create a custom charts? for example the donut shapes, but for the data can be automatically adjust (like a available charts on keynote)

    Keynote and Numbers do not have a tool for making Donut Graphs. There are ways to make them using HTML, but I prefer to cheat:
    1 Create your first graph as a pie chart and add a circle of solid color to the center
    2. If you need more, take a screenshot of the pie chart with the center fill  and drag the screenshot into Preview - in Preview > Select Tool (pulldown from Toolbar) > Instant Alpha and remove the inner filled circle and outer fill then Save As > PNG with Alpha
    3. Drag your new hollow shape into Keynote. This chart can be placed over another pie chart with a filled center (the fill should match the background)
    Not as graceful as a special tool but can get the job done quickly - changing the data requires starting it over since at least one of your donuts my be an image rather than a pie chart with variable data.
    Try it. If you need more specific tools, Google Donut Shaped Charts for starts.
    Good luck

  • How to insert page numbers in word

    I know how to insert page numbers that appear 1, 2, 3 etc.
    But I want to display:    1 out of 6,   2 out of 6,  3 out of 6  or similar - i.e. to have the TOTAL number of pages shown.  I can do this in Excel - is it possible in Word?  Or Pages??
    Thanks,
    Steve
    2013-06-08

    Thanks for the fast, 100% right-on reply!  (And I looked, googled… no luck)---
    I believe I can do this in PAGES, too-----
    REALLY REALLY appreciate the fast and perfect reply--- (I know this is not strictly a "Mac" issue - and nonetheless I got super help from you and appreciate CT's reply too!)
    Steve
    Saturday 8 June 2013

  • How to insert vietnameese text in a form

    Hi all,
    How to insert Vietnamese text in a smartform since it is not supported by SAP.

    You can insert using standard text So10 call the standard text in your form where every it is required.
    Download text/language converter using google search. Convert text to your desired language and place it in SO10.
    close the thread once your question is answered.
    Regards,
    SaiRam

  • Word insert object vi only inserts first page of multipage rtf file?

    Hi,
    I need to insert a multi-page rtf file into my report template.  In Microsoft Word, this is achieved by selecting 'Insert, Object, Text from File', which inserts all pages of the rtf file.  How is this achieved in the LabView Microsoft Report Generation Toolkit?  When I use the insert object vi, it only inserts the first page of the rtf file?  I've tried other insert methods but insert object is the only vi that keeps the formatting (i.e. rtf file contains tables).
    In summary, I can insert an rtf file as an object to a bookmark, but only the first page of the rtf file is inserted.  Does anyone know how to insert a multi-page  rtf file?
    Regards,
    Allan
    Solved!
    Go to Solution.

    Hello Allan,
    It looks like that functionality is not included within the Report Generation Toolkit.  It is possible to produce the desired behavior through ActiveX commands.  I was able to create some sample code that successfully inserted a multipage RTF file into a report.  I did this by using the Word._Document reference to generate a Word.Range reference.  The Range reference has an InsertFile method.  This seems to input the file at the proper location.
    Could you give this a try and let me know how it goes?
    Also, just so you know, you are using an unsupported configuration of MS Office and LabVIEW.  Most of the functionality should work, but there might be some glitches.
    Regards,
    Thomas C.
    Applications Engineer
    National Instruments

  • Integrate Google chart in Webi

    Hi,
    Is it possible to integrate Google charts API in Web Intelligence? I have researched a lot but did not find any useful guides to achieve this.
    Seems that there is an SAP official blog for this purpose, but I did not find it.
    Thanks,
    Derek

    Hi Simone,
    In my case, I just want to add a Google chart Candlestick to my Webi report, not a Google map. I have written the following java script in the cell and set it as "read content as HTML" to send the values to this Candlestick chart.
    ="<html>
      <head>
        <meta http-equiv='content-type' content='text/html; charset=utf-8'/>
        <title>
          Google Visualization API Sample
        </title>
        <script type='text/javascript' src='https://www.google.com/jsapi'></script>
        <script type='text/javascript'>
    google.load('visualization', '1', {packages: ['corechart']});
        </script>
        <script type='text/javascript'>
          function drawVisualization() {
            var data = google.visualization.arrayToDataTable([
    [" + "'" + [Year] + "'" + ","+[Min]+","+[5% Percentile]+","+[95% Percentile]+","+[Max]+"]
              // Treat first row as data as well.
            ], true);
            var options = {
    legend:'none'
            var chart = new google.visualization.CandlestickChart(document.getElementById('chart_div'));
    chart.draw(data, options);
    google.setOnLoadCallback(drawVisualization);
        </script>
      </head>
      <body>
        <div id='chart_div' style='width: 500px; height: 300px;'></div>
      </body>
    </html>"
    The highlighted red parts are the variables that pass the value from Webi to the Google chart.
    It works fine when only 1 year data is sent, however there will be an error "MultiValue" when multiple years data is returned for Webi.
    For example, my data format is :
    [Year], [Min],[ Max], [5%], [95%]
    2005, 100,   900,    110,   850
    2006, 120,  1000,   150,  900
    2007, 200,   120,     250, 1100
    So do you know how to pass the Webi variable values to the Google chart to make it display the data dynamically?
    Thanks,
    Derek

  • Can you insert a google map in flash?

    I was wondering
    how I could insert a google map in a
    flash app and preserve the interactive aspects of the google map?
    Thank you for the help.

    yes, for as3, there's an api for flash.  check the google docs.
    for as2, you can purchase (or they may be a free) google component or, use javascript and the flash externalinterface class.

  • How to insert current_user to report?

    Hi,
    how to insert current_user to report (current_user is user who login to BI )
    Edited by: user10236405 on Oct 24, 2008 3:11 AM

    Thank Vetsrini many!
    I have a problem with font when export report to PDF.
    In template .rtf, I use Unicode, UTF-8, Times New Roman, VietNamese
    Can you help me?

  • How to create the timeline chart in SSRS 2008

    Hello Everyone!!
    How to create basic timeline chart with x asix as month and  show project start date as marker on this in ssrs reports
    Which type of chart i should use and any sample link?
    Something like in below link
    Timeline
    image

    Hi SonikaJ,
    After testing the issue in my local environment, we can enable the Scalar axis option to display a set of axis values on a continuous scale and reset the “Interval” property of the X-Axis. For more details, please see the following steps:
    Drag a Column Chart to design surface, insert corresponding fields.
    Right click on the Horizontal Axis and open the “Category Axis Properties” window.
    Check the “Scalar axis” option, set the “Interval type” to “Months” and set the “Interval” to 1 for example.
    Right click on the Vertical Axis and uncheck “Show Axis” option to hide the Y-Axis.
    Right-click the series columns to select “Show Data Labels”, then right-click on the Label and select Series Label Properties.
    In the Expression dialog box, modify the expression to anything you like.
    To adjust the width simply select the appropriate series and go to the properties pane and drill down into the Custom Attributes and find the PointWidth. Then set the value to 0.1 for example.
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How can I make a chart ignore cells until their value is changed from 0?

    In the corresponding table, I used conditional formatting to hide zeros in the highlighted row by conditionally changing the text color to that of the table background. However, the zero value's are still represented in the corresponding chart as you can see in the attached photo . How can I make the chart ignore certain cells only until their values are changed from zero? Thanks in advance!
    Ryan

    Hi Ryan,
    Leave the cells empty until they're needed, or, if the cells' contents are determined by a formula, revise the formula to insert a null string if the value is zero.
    =IF(your formula = 0, "", your formula)
    Regards,
    Barry

Maybe you are looking for

  • Import my web from iDisk to iWeb

    Hi everybody! I write from Spain, I've a problem after reset the system: how can I import my web (created with iWeb) from iDisk (or from my archive of back up) to iWeb application again? In MobileMe Support they don't know how help me and I can't rec

  • Customer Expected price::Condition type EDI1 and EDI 2

    what is the trigger point when you enter a customer expected price in a sales order Is there any enchancement/ routine that runs when you enter customer exepected price in a sales order.

  • Specifcations for sd mm

    Hi Again I will be thankful if anybody can provid the functional specifications for creating reports on SD, MM module so that I can create it on my own so as to have confidence Thanks a lot

  • Moved Library & Need To Synch Playlists to New Location

    I relocated my library to a new drive and imported my playlist but the playlist shows the old drive location. For example, my library was on my F:/ drive, now it is on my C:/ drive. When I imported the playlist the locations for the files are still s

  • Bent install DVD

    I'm not sure this is the most appropriate place to post this question, but here I go anyway. I just purchased a shiny new iMac last month, and was even more thrilled to learn that I would receive the install DVD for Leopard free of charge. All was ri