Dashboard using Google Chart

Hi guys,
i want to build a report/dashboard using the google charts.
I want to understand how to integrate this type of chart in my report. I tried with narrative view and sometime work fine. But I'm not able to use all types of google chart. I want understand the mechanism.
Do you have some guide or document?
Thanks
best regards

Hi,
i read data from oracle DB.
I.E. i want to use this type of interactive chart "http://www.drasticdata.nl/DrasticTreemapGApi/index.html"
Thanks for reply
regards
Antonio

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 use Google Maps in Business Objects Dashboard Designer 4.0

    Hi All,
    I got one requirement, in that I need to disply country wise information.
    For this I am planning to use google MAPS. Could you please help on this issue
    Thanks in Advance

    Hi Vidya,
    You could go through the following links:
    BO Reporting (Client &Mobile) and GEO Maps
    Google Maps in SAP BO Dashboards
    Google Maps Geo Analytics in SAP Mobile Dashboards
    Let me know if this helps.
    Regards,
    Noopur

  • Problem using maani charts in safari(MAC os)

    HI ,
    I am using maani charts(flash charts) in my app.
    Actually Im rendering chart in popup window.
    The charts are displaying fine in windows.But In Mac ,I can see pointer over the chart but unable to see it. but seen for a second when i close the chart window.Is there any resolution prob of mac or something else?
    I am using safari 3.1.1 version.
    Any suggestion would be thankful.Thanks in advance.

    Firefox remembers zoom settings for each page, try resetting the zoom settings on Google. For details of how to do that see the [[page zoom]] article.

  • 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

  • The current xml is invalid upon using external charts in narrative view

    Hi,
    I always get following message when embedding amcharts or google charts using narrative view. Once saved, it is not possible to any more to edit the narrative view. However, the report works fine, the chart is shown, but not editable.
    cheers,
    Mark
         Error Displaying Results
    The current xml is invalid with the following errors: Bad xml instance! <?xml version="1.0"?> <saw:report xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" xmlVersion="200810080"><saw:criteria xsi:type="saw:simpleCriteria" subjectArea="&quot;QC4Agility&quot;" withinHierarchy="true"><saw:columns><saw:column xsi:type="saw:regularColumn" columnID="c5f655b89c322bce7"><saw:columnFormula><sawx:expr xsi:type="sawx:sqlExpression">&quot;Dim - RUN&quot;.&quot;RUN Status&quot;</sawx:expr></saw:columnFormula></saw:column><saw:column xsi:type="saw:regularColumn" columnID="c9de76acdb49ee65f"><saw:columnFormula><sawx:expr xsi:type="sawx:sqlExpression">&quot;Fact - req_test_run&quot;.&quot;# REQs&quot;</sawx:expr></saw:columnFormula></saw:column><saw:column xsi:type="saw:regularColumn" columnID="c9fe9f1713d290812"><saw:columnFormula><sawx:expr xsi:type="sawx:sqlExpression">&quot;Fact - req_test_run&quot;.&quot;# TESTs&quot;</sawx:expr></saw:columnFormula></saw:column></saw:columns><saw:filter><sawx:expr xsi:type="sawx:logical" op="and"><sawx:expr xsi:type="sawx:comparison" op="equal"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Dim - REQ&quot;.&quot;REQ Target release&quot;</sawx:expr><sawx:expr xsi:type="xsd:string">1.0</sawx:expr></sawx:expr><sawx:expr xsi:type="sawx:comparison" op="lessOrEqual"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Dim - REQ&quot;.&quot;REQ nCycle&quot;</sawx:expr><sawx:expr xsi:type="sawx:variable" op="server">CurrentCycle</sawx:expr></sawx:expr><sawx:expr xsi:type="sawx:comparison" op="notNull"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Dim - RUN&quot;.&quot;RUN Status&quot;</sawx:expr></sawx:expr></sawx:expr></saw:filter></saw:criteria><saw:views currentView="0"><saw:view xsi:type="saw:compoundView" name="compoundView!1"><saw:cvTable><saw:cvRow><saw:cvCell viewName="titleView!1"><saw:displayFormat><saw:formatSpec/></saw:displayFormat></saw:cvCell></saw:cvRow><saw:cvRow><saw:cvCell viewName="tableView!1"><saw:displayFormat><saw:formatSpec/></saw:displayFormat></saw:cvCell></saw:cvRow><saw:cvRow><saw:cvCell viewName="dvtchart!1"/></saw:cvRow><saw:cvRow><saw:cvCell viewName="narrativeView!1"/></saw:cvRow></saw:cvTable></saw:view><saw:view xsi:type="saw:titleView" name="titleView!1"/><saw:view xsi:type="saw:tableView" name="tableView!1"><saw:edges><saw:edge axis="page" showColumnHeader="true"/><saw:edge axis="section"/><saw:edge axis="row" showColumnHeader="true"><saw:edgeLayers><saw:edgeLayer type="column" columnID="c5f655b89c322bce7"/><saw:edgeLayer type="column" columnID="c9de76acdb49ee65f"/><saw:edgeLayer type="column" columnID="c9fe9f1713d290812"/></saw:edgeLayers></saw:edge><saw:edge axis="column"/></saw:edges></saw:view><saw:view xsi:type="saw:dvtchart" name="dvtchart!1"><saw:display type="pie" subtype="default" renderFormat="flash" mode="online" xAxisLiveScrolling="false" yAxisLiveScrolling="false" clientEventEnabled="false" animateOnDisplay="true"><saw:style barStyle="default" lineStyle="default" scatterStyle="default" fillStyle="default" bubblePercentSize="100" effect="2d"/></saw:display><saw:canvasFormat height="330" width="640" showGradient="true"><saw:dataLabels display="always" label="nameValue" position="below" transparentBackground="true" valueAs="default" abbreviation="default"><saw:textFormat fontSize="14"/><saw:dataFormat xsi:type="saw:number" commas="false" negativeType="minus" minDigits="0" maxDigits="0"/></saw:dataLabels><saw:gridlines default="true"><saw:horizontal><saw:major visible="false"/><saw:minor visible="false"/></saw:horizontal><saw:vertical><saw:major visible="false"/><saw:minor visible="false"/></saw:vertical></saw:gridlines><saw:title mode="auto"><saw:caption/></saw:title></saw:canvasFormat><saw:selections><saw:categories><saw:category><saw:columnRef columnID="c5f655b89c322bce7"/></saw:category></saw:categories><saw:measures showMeasureLabelsOnCategory="false"><saw:column measureType="pie"><saw:columnRef columnID="c9de76acdb49ee65f"/></saw:column></saw:measures><saw:seriesGenerators><saw:seriesGenerator/><saw:measureLabels/></saw:seriesGenerators></saw:selections><saw:legendFormat position="none" transparentFill="true"><saw:textFormat/></saw:legendFormat><saw:seriesFormats><saw:seriesFormatGroup name="pie"><saw:seriesFormatRule><saw:seriesCondition columnID="c5f655b89c322bce7" position="0"><saw:condition><sawx:expr xsi:type="sawx:comparison" op="equal"><saw:columnRef columnID="c5f655b89c322bce7"/><sawx:expr xsi:type="xsd:string">Failed</sawx:expr></sawx:expr></saw:condition></saw:seriesCondition><saw:visualFormats><saw:visualFormat color="#FF0000"/></saw:visualFormats></saw:seriesFormatRule><saw:seriesFormatRule><saw:seriesCondition columnID="c5f655b89c322bce7" position="1"><saw:condition><sawx:expr xsi:type="sawx:comparison" op="equal"><saw:columnRef columnID="c5f655b89c322bce7"/><sawx:expr xsi:type="xsd:string">Passed</sawx:expr></sawx:expr></saw:condition></saw:seriesCondition><saw:visualFormats><saw:visualFormat color="#B0C060"/></saw:visualFormats></saw:seriesFormatRule></saw:seriesFormatGroup></saw:seriesFormats></saw:view><saw:view xsi:type="saw:narrativeView" name="narrativeView!1"><saw:prefix><saw:caption fmt="html"><saw:text/></saw:caption></saw:prefix></saw:view></saw:views><parsererror xmlns="http://www.w3.org/1999/xhtml" style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black"><h3>This page contains the following errors:</h3><div style="font-family:monospace;font-size:12px">error on line 6 at column 430: Sequence &#39;]]&gt;&#39; not allowed in content </div><h3>Below is a rendering of the page up to the first error.</h3></parsererror></saw:report> Line:2, Col:5482, Unknown element 'parsererror' Line:2, Col:5482, Attribute 'style' is not declared for element 'parsererror' Line:3, Col:98, Element 'parsererror' is not valid for content model: '((criteria,views,prompts,listOptions),segmentOptions)'
    Error Details
    Error Codes: EIRWWH9E
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    narrative view used for test:
    Prefix
    <script type="text/javascript" src="http://extra.amcharts.com/public/swfobject.js"></script>
    <div id="amcharts_1308229514469">You need to upgrade your Flash Player</div>
    <script type="text/javascript">
         var so = new SWFObject("http://extra.amcharts.com/public/ampie.swf", "ampie", "500", "400", "8", "#FFFFFF");
         so.addVariable("path", "ampie/");
         so.addVariable("chart_settings", encodeURIComponent("<settings><precision>0</precision><background><alpha>100</alpha><border_alpha>20</border_alpha></background><legend><align>center</align></legend><pie><y>50%</y><start_angle>0</start_angle><outline_color>FF0000</outline_color></pie><data_labels><show><![CDATA[<b>{title}, {percents}%</b> ({value})]]></show><max_width>150</max_width></data_labels><labels><label lid='0'><text>DIR</text><x>10</x><text_color>000000</text_color><text_size>28</text_size><align>center</align></label><label lid='1'><text>S&amp;E</text><y>220</y><text_color>FFFFFF</text_color><text_size>28</text_size><align>center</align></label></labels></settings>"));
         so.addVariable("chart_data", encodeURIComponent("<pie>
    *Narrative*
    <slice title='United States'>19544</slice>
    *Postfix*
    </pie>"));
         so.write("amcharts_1308229514469");
    </script>

    I think it's a problem with your CDATA section. Take that bit out and test again to prove whether it's the cause.
    Paul

  • Adding Google Chart in OBIEE 11g

    hi all..
    I need to add google chart(interactive chart) in obiee 11g. Can any one please guide me in this...
    thanks and reagrds

    Well, what beloblotskiy says above is true but I suspect you will want to pass parameters to your Google chart from your Answers request? If that is the case then it is more tricky because you would need to use some javascript in a narrative view and - here's the annoying part - there is a bug in 11g which means the narrative view does not accept HTML markup. It is due to be fixed in 11.1.1.4.
    You can see more about the technique on John's site here:
    http://obiee101.blogspot.com/2010/01/obiee-google-charts-part-1.html
    Paul
    http://total-bi.com

  • Using Column Chart (Need Flexibility)

    Dear Gurus:
    I am using Column chart in SAP Dashboard. I am having 4 series. Issue is when using series the columns merge with each other while if we use it by range there is margin between columns. My question is it possible to use column chart showing margin between columns using with series? Kindly see the attached pics. The issue with using range is I want to have different colors for my series.
    Regards
    Jawad

    Another trick using alerter (works when number of labels in x-axis is fixed):
    Excel Model:
    Chart:

  • Mandatory fields while using Group chart of accounts

    Hi,
    Which are the mandatory fields while maintaining GL accounts in FS00 if i am using Group chart of accounts.
    And how attached these group chart of accounts gl to the operational chart of account GL.
    raj

    Hi,
    the assignment from operational chart of accounts to group chart of accounts is done in OB13. Follow the steps in Customizing IMG FIn. Acc. (new) / Consolidation preparation (new) / General specifications / G/L and FS Charts of accounts...
    Best regards, Christian

  • I got the iPhone 4S and I use google calendar and when the Sprint salesperson set up my phone only 2 months of my calendar went on my phone. How do I get my whole calendar to sync on my phone?

    I got the iPhone 4s and i use google calendar and when the Sprint sales person set up my phone, only 2 months showed up on my iPhone. How do I sync all of google calendar to my iPhone!

    Settings/Mail,Contacts,Calendar - there's a setting for how far back to sync calendars.

  • How do I use Google websites and LinkedIn on Firefox 14.0.1?

    I have just downloaded Firefox 14.0.1 on my pc which uses Windows 7, with the default settings. Everytime I try to use Google to signin into my account or goto Gmail, I get the following error message:
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
    This problem doesn't happen in IE9. My web accounts appear to be fine except Linkedin which doesn't recognise my user ID and password, even though it's correctly entered.

    This fixes the problem. Thanks for your help.

  • Using Google Maps Street View on My MacBook Pro

    Recently, I have been getting "Plug-In Missing" in the place of a video in a blog post. Also, when I try to use Street View in Google Maps I get a box that tells me I need to install Adobe Flash Player 10 or later to be able to use Street View. Should I try to download and install Adobe Flash Player? What could I use to be able to use Google Maps Street View and/or to play videos?

    I found my reply elsewhere - you have to uncheck "contacts" and then recheck it. Kinda idiotic, but there you have it!

  • Haven't been able to log in to AOL email via FireFox since Friday....have to use Google

    Not sure what is going on with AOL email and FireFox, but I have not been able to access my AOL email account via FireFox since Friday. I know others are having the same issue. I have no problem if I use Google.

    Does it work in a New Private Window?
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    If you are missing using google maps - try the Nokia map app called "here"

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    If you are missing using google maps - try the Nokia map app called "here"

Maybe you are looking for

  • Can not load photo on Hotmail id bad format

    Ok I found the solution go to Finder, click on Go, then press options on your keyboard, Library will appear click on it,  you will then see silverlight, drag it to trash, then empty the trash, close and relaunch Safari again.  Your problem will be re

  • SCCM 2012 Task Sequence Failure 0x8007000e

    I have an SCCM 2012 RTM setup that was previously working fine. Now it will not Deploy any task sequences at all giving me the error 0x800700e. I have read up on this error and it seems to be that there is not enough disk space. 1 TB is not enough? W

  • Word 2011 normal.dotm template

    How can this template be modified? I'd like to delete some styles. When the template is opened, it just creates a New Word file.

  • No sound from internal speakers on mac

    I recently discovered I have no sound from my internal speakers. I already checked the audio port and no red light is on and nothing is unseated in the port. The volume button is stuck on mute per say with a back slash through the speaker. Also my sp

  • CCMS_ONALERT_EMAIL with client 000

    Hi, I tryed to send an E-mail from the System by using the CCMS_ONALERT_EMAIL method in transaction [rz20]. I created a new method in [rz21] with the parameters: sender: SAP* recipient: .[email protected] recipient-typeid: U The problem is: the defau