Charts: Excel vs. HTML DB

Looking at material like
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=390
and in general http://peltiertech.com/Excel/Charts/
one realizes that Excel's charting feature are light years ahead of anything else out there in the market. The amount of flexibility, real time feedback (previews), customization, etc Excel provides for charting is just unbelievable.
One of HTML DB's strengths is replacing the various Excel spreadsheets floating around around the enterprise by consolidating the information, it has to provide charting functionality that is at least close to what Excel provides. Unfortunately, that is not yet possible.
Reading http://www.oracle.com/technology/products/database/application_express/2006_sod.html
what are some of the "Improved charting capabilities, focusing on multi-series charts" specifically?
Wish list for pie charts:
1. Specify legend labels next to each slice with/without the associated data point
2. Fully exploded pie chart or just few slices separated.
Thanks

Thanks for responding.
I started off my wishlist in my original post.
But basically, just review the links I posted, see for yourself how Excel does it and take it from there. Excel is the (IMHO) undisputed leader as far as interactive charting is concerned, so you can't go wrong by following Excel's lead.
See, charting involves a lot of configurable options that are highly subjective and personal. People have different likes/dislikes about colors, legend positions, slices, etc, etc.
Ideally, all these should be run-time options that each user can tweak as they want. For example, the 'Show Legend' checkbox is a design-time option, that should be made a run-time option.
I realize that some things would involve a page refresh, but the goal should be to do as many of these tweaks using DHTML/CSS magic. For example
1. Show/hide legend
2. Show data labels next to each slice
3. Show data point value next to each slice
4. Change chart type (This would definitely need a page refresh!)
etc
Thanks

Similar Messages

  • Company Logo does not appear in Excel and HTML, but appears in PDF and RTF

    Hi,
    I have a RTF template with my Company Logo Embedded. When I run the report from Standard Request Submission, and I give the output type as Excel or HTML, I dont see the Logo on my report.
    When I give the output type as PDF or RTF, then I see the logo on my report.
    Is there anything special I need to do, to see the Logo in Excel or HTML ? Am i missing anything.
    I am using Oracle BI Publisher Template Builder for Word 10.1.3.2.0
    I would really appreciate if you can pass your feedback.
    Thanks
    Kiran

    Did I post my question in the wrong Forum ?

  • Unclean conversion of chart reports to html form

    dear all,
    i created some charts like pie, bar graphs. i want to convert
    that chart reports to html form.
    my problem is that after conversion of chart reports to html form,
    whatever the part of chart is unclean, it's totally in block colour.
    what to do to present that chart part in RGB colour format on
    the web. please some one help me as it is urgently required.
    i am using the reports buider 6i.
    thanks in advance

    Here 'part of chart is unclean' means: that a report contained
    two parts one is normal )in the form of data) , 2nd one is graphical
    representation(pie or bar graph which is imported from graphics
    builder) of that dat.
    The above quoted statement means that graphical representation
    part is not clear.
    i tried for the solution(Danny's suggestion). but it didn't workout.
    could any one tell another solution?
    TIA

  • How to read data from a excel and HTML file

    Hi
        I am writing an 2D-array of string into Excel/HTML file using Report generation.
        Can anybody tell me how to retrieve back the written data from the same files again and view in array format.
    Thanks & regards
    Visuman 
    Solved!
    Go to Solution.

    you can use activex to read the data from the excel fileback in the array format...go through this vi...may b this will help you.........
    Attachments:
    Read Excel-1.vi ‏32 KB

  • Excel vs html - non-english as gebbrish

    folks,
    in my webapp a user can send to mysql db strings in english, hebrew or russian.
    when i display a data from the db in html format (<%@ page contentType="text/html"%>)
    everything is fine and all of the languages are shown as they should be.
    when i display the same data in excel ((<%@ page contentType=""application/vnd.ms-excel"%>)
    english is still ok, but other languages turn into gibberish.
    i tried to play with encodings , but it didn't help.
    any ideas from gurus?
    thanx.

    any takers?

  • Please help...excel to html

    Dear,
    I have a assignment about java. My platform is red hat linux, jsp, tomcat server. I don't know how to upload a excel file and display this in browser. The main problem is that how to convert excel file into html format or anyother method?
    that is i want to display the excel file in jsp....Can anyone help me.
    Please help me as it is very urgent. please!!
    Thanks very much
    joyce

    Work assignment or homework for school?
    joycejoyce, you're swallowing a lot here if you really are fresh to Java. Have you written any Java before taking on this assignment?
    You sound like you're in a panic. Get a good book on servlets, like Jason Hunter's O'Reilly book or Marty Hall's "Core Servlets and JSPs" and start reading a little before you jump into a POI black hole.
    No matter how desperate you are, you can't expect anybody watching this forum to just hand you a solution. You're going to have to do some work, and it's going to take time. Start reading, coding, and learning. Try to do something easy before you do something hard. Can you run Tomcat at all? Can you do a simple servlet and JSP and get them to work? That's a start. Do that before you tackle anything else.
    JMHO. - MOD

  • Save Iview as excel/word/html

    Is there a neat way of exporting an iview to xls/doc/html format? It could be server side too.
    So far I have explored possibilities with javascript (
    shellExec
    command) but this seems to work for IE only. Also when I do a SaveAs for the iview the saved file has a warning message that says 'Iview content expired....etc'.
    Saving it as HTML doesnt work and it give all sorts of javascript object no defined errors.
    How do I save the iview ( prefreably the same way as it looks in the browser )  to a file with the data entered.
    Thanks
    Sid

    You could do all of this through java. You should use HSSF apis which is part of open source POI project. It is very easy to use. For more documentation and to download the jar , go to http://jakarta.apache.org
    I am also planning to write a weblog on how to use HSSF api to create an excel. If you can wait couple more days, you will have a pretty good source code.
    This is what code would look like.
    HSSFWorkbook wb = new HSSFWorkbook();
        HSSFSheet sheet = wb.createSheet("new sheet");
        // Create a row and put some cells in it. Rows are 0 based.
        HSSFRow row = sheet.createRow((short)0);
        // Create a cell and put a value in it.
        HSSFCell cell = row.createCell((short)0);
        cell.setCellValue(1);
        // Or do it on one line.
        row.createCell((short)1).setCellValue(1.2);
        row.createCell((short)2).setCellValue("This is a string");
        row.createCell((short)3).setCellValue(true);
        // Write the output to a file
        FileOutputStream fileOut = new FileOutputStream("workbook.xls");
        wb.write(fileOut);
        fileOut.close();

  • Excel and HTML printing format in APEX 3.0 question

    Hi all,
    I've followed the thread Problems with PDF printing, using Apache FOP! and Carl Backstrom's instruction in this link
    http://carlback.blogspot.com/ to setup print server. Just only 2 "PDF and Word" format is working and the other 2 "html and excel" don't work. When i try to use the "Excel" format to print the report, all i see is %PDF-1.3
    %ª«¬
    4 0 obj
    << /Type /Info
    /Producer (FOP 0.20.5) >>
    endobj
    5 0 obj
    << /Length 795 /Filter [ /ASCII85Decode /FlateDecode ]
    >>
    and when i witch to "html" format and click on the link, nothing to response. Do you have any idea about it? what should i set up to use the full print features?
    Thanks,
    Kevin

    Kevin,
    Your options are to print the report as CSV and opening it in Excel (by enabling this under report attributes) or to install BI Publisher as the rendering engine. By rendering engine I mean the system that runs in the background to render your documents. So when you’re saying to print directly from the report, that’s what’s happening in the background: you report data gets posted along with a style sheet to that rendering engine, and you document gets returned so that you can download it as PDF, Word, Excel etc. Please see the following document for more details:
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Regards,
    Marc

  • Interactive Report with html tags --- Data saved in Excel with html tags

    Hello,
    I am using APEX 4.0. I have an interactive report that displays some of the columns bold and / or colors using html tags. As an example,
    SELECT
    '''<font color="green"><b>'' || SERIAL_NUMBER || ''</b></font>'' SERIAL_NUMBER,'||chr(10)||
    'PRODUCT_NAME,'||chr(10)||
    '''<font color="teal"><b>'' || PRODUCT_DESC || ''</b></font>'' DESC,'||chr(10)||
    'QUANTITY,'||chr(10)||
    FROM
    <Table name>
    At runtime, the Interactive Report displays the fonts, colors correctly; however, when I save the data of the Interactive Report in an Excel format, it saves the Html tags along in the EXCEL spreadsheet. For example, the column serial number from the above SELECT statement is extracted in an Excel column as ---
    <font color="green"><b>123456789</b></font>
    Is there another way to render the column data so that extracted data will not display the HTML tags or is removing the html font color tags from the SELECT statement the only option?
    Thanks in advance.
    Ed

    Hello,
    I have a feeling all your problems are related take a look at this thread. I found it in 10 seconds of searching the forum.
    strange tags
    It's always best to do a quick search first most likely you are not the first person to have this problem.
    Carl

  • Problem viewing in Excel from HTML browser through HTTPS

    Hi Everyone,
    I have a small web based application, where I am displaying the data on the browser through secured connection (SSL). I have also provided the capability for the user to click on a button and view the data in an Excel spreadsheet. Basically, I am using - aResponse.setContentType("application/vnd.ms-excel") to change the content type and regenerating the html code for Excel.
    Now, this works perfect when I am within the network. But when I am outside of the network, login and browse to the specific page and click on the button to view in Excel, Internet Explorer pops up a small authentication window prompting me to enter the User Id/Password again. Entering the "Id/Password" or hitting "Cancel" does not work and gives me an Excel error.
    Has anyone experience this before or know of a way to resolve this? Thanks in advance for your help.
    Regards,
    Sadeq

    .

  • Excel 2007 HTML issue losing pictures on saving.

    We have an excel document that we download from a website and then save to the desktop. We then open the document and make changes then save we lose the pictures that were there previously. The strange thing is this was not an issue until we moved to office
    2007 excel. We have installed the latest service packs to office and windows XP and cannot find the problem. We have tried saving in all different formats and the logos will not appear after we save the changes. Another interesting note is that if we install
    office 2010 the problem goes away. Has anyone experienced an issue like this? 

    Hi,
    Based on my research, the image may not be in a format that can be displayed in Excel. I would like to confirm the type of the image.
    You can try to save the image in other types, such as JPG, and then copy it to Excel. Check again if the problem occurs.
    If anything is unclear or if there is anything I can do for you, please feel free to let me know.
    Best Regards,
    Sally Tang
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected]

  • How to embed Labview-style charts objects into html pages?

    Hello all,
    I am building a C# (.Net) application that publishes html web pages. Certain pages must contain graphs that I refresh dynamically using select statement that query data from SQL SERVER databases. I like the look-and-feel of the Labview graphs and would like to know in details by which means I could embed them in my C# application. I have looked on the NI web site but aside of certain old articles about Components Works (CW) in Labview 8, have not found any other information on the subject.
    Also are there alternate objects that you know on the market that would be more easily embeddable into html pages and still have the same functions as the Labview graphing objects?
    Thanks a lot
    Christophe

    Hello Crist0phe,
    Like tst mentioned it might be a good idea to have a look at Measurement Studio and evaluate it.
    You can just download the trial version over here:
    http://sine.ni.com/np/app/main/p/docid/nav-99/lang/nl/
    FYI: You can consider Measurement Studio as the newer set of tools that replaced Component Works.
    You could kind of consider it as a "next step" in evolution after Component Works.
    Most .NET developers that use Measurement Studio also really like the WPF UI Controls, so for sure have a look at them while evaluating Measurement Studio.
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • Excel charts are loading to fail every week

    Hi
    We are having several excel charts in our site, every week or every few days we are receiving below error
    Failed to download chart or image.
    Once we restart the excel services every thing starts working with out any error.
    We had this charts from more than 1year. But the issue started recently. Can any one help me on how to fix the issue.
    Thanks
    Rithu

    Hi,
    Check below URL's, they might help you.
    http://support.microsoft.com/kb/928726
    http://expertsharepoint.blogspot.de/2014/08/failed-to-download-chart-or-image.html
    Also we have unanswered question, you can mark it for alert:
    http://social.technet.microsoft.com/Forums/en-US/956711fe-080b-48e3-b0b2-682a9833323c/failed-to-download-chart-or-image-in-sharepoint-2010-excel-services?forum=sharepointadminprevious
    http://social.msdn.microsoft.com/Forums/en-US/208d649b-31a9-4d13-8ee3-3984fb92bb85/failed-to-download-excel-services-chart?forum=sharepointgenerallegacy

  • SAP BO XCelsius : Drilldown from pie chart to raw data ( Excel Spread Sheet) in Xcelsius

    Hi,
    I am working on a dashboard where my requirement says, Drill down data from Pie-Chart to Raw data ( Excel Spread sheet).
    Clicking on one pie should show me the required data in Excel format
    May I know if this is possible to create from Dashboard design tool SAP R4
    Thanks
    Javeed

    Hi Javeed,
    Drilling data from pie charts is very much possible. The data drilled down can be shown either in spread sheet format via components called "Scorecard" "List View". But if its specified that you need the current data drilled down to a separate excel spread sheet only then, you may need to use the third party components for it.
    There are many such components available for free. There are components available which are paid as well. You will have to find out which ones are free. Check out the threads below.
    How to export data out of Xcelsius to Excel
    CSV Connector
    http://pentaho-bi-suite.blogspot.sg/2013/12/exporting-table-component-to-excel-or.html
    Export Data from Dashboards | Just-BI | Business Intelligence
    SAP Dashboard Components - Multi Colour Column Chart, Hierarchical ComboBox &amp; Export To Excel Manufacturer from Beng…
    SAPexperts | Give Dashboard Users the Ability to Export Data to Excel at Run Time
    I hope this derives you to come conclusion.
    Thanks,
    Sara

  • How to convert html table with all its css properties into excel , by javascript or jQuery

    hi,
    <script type="text/javascript">
    //working java script
    function CreateExcelSheet()
    var x = Table1.rows
    var xls = new ActiveXObject("Excel.Application")
    xls.Workbooks.Add
    for (i = 0; i < x.length; i++) {
    var y = x[i].cells
    for (j = 0; j < y.length; j++) {
    xls.Cells(i + 1, j + 1).Value = y[j].innerText
    } xls.visible = true
    function write_to_excel()
    str = "";
    debugger;
    var mytable = document.getElementsByTagName("table")[0];
    var rowCount = mytable.rows.length;
    var colCount = mytable.getElementsByTagName("tr")[0].getElementsByTagName("td").length;
    var ExcelApp = new ActiveXObject("Excel.Application");
    var ExcelSheet = new ActiveXObject("Excel.Sheet");
    debugger;
    ExcelSheet.Application.Visible = true;
    for (var i = 0; i < rowCount; i++)
    for (var j = 0; j < colCount; j++)
    str = mytable.getElementsByTagName("tr")[i].getElementsByTagName("td")[j].innerText;
    ExcelSheet.ActiveSheet.Cells(i + 1, j + 1).Value = str;
    //new funtion
    function ExportToExcel(mytblId) {
    debugger;
    var htmltable = document.getElementById('Table1');
    var html = htmltable.innerHTML;
    window.open('data:application/vnd.ms-excel,' + encodeURIComponent(html));
    //new funtion 2
    function write_to_excel2() {
    str = "";
    debugger;
    var mytable = document.getElementById("Table1");
    var rowCount = mytable.rows.length;
    var colCount = mytable.getElementsByTagName("tr")[0].getElementsByTagName("th").length;
    var ExcelApp = new ActiveXObject("Excel.Application");
    var ExcelSheet = new ActiveXObject("Excel.Sheet");
    //ExcelSheet.Application.Visible = true;
    for (var i = 0; i < rowCount; i++)
    for (var j = 0; j < colCount; j++)
    debugger;
    // if (i == 0) {
    // str = mytable.getElementsByTagName("tr")[i].getElementsByTagName("th")[j].innerText;
    str = mytable.getElementsByTagName("tr")[i].getElementsByTagName("td")[j].innerText;
    ExcelSheet.ActiveSheet.Cells(i + 1, j + 1).Value = str;
    ExcelSheet.autofit;
    ExcelSheet.Application.Visible = true;
    DisplayAlerts = true;
    CollectGarbage();
    //csss
    function excelExportHtml(Table1, css1)
    debugger;
    if (css1) {
    var styles = [];
    //grab all styles defined on the page
    $("style").each(function(index, domEle) {
    styles.push($(domEle).html());
    //grab all styles referenced by stylesheet links on the page
    var ajaxCalls = [];
    $("[rel=stylesheet]").each(function() {
    ajaxCalls.push($.get(this.href, '', function(data) {
    styles.push(data);
    return $.when.apply(null, ajaxCalls)
    .then(function() {
    return "<html><style type='text/css'>" + styles.join("\n") + "</style>\n" + table.outerHTML + "</html>";
    else {
    return $.when({ owcHtml: Table1.outerHTML })
    .then(function(result) {
    return "<html>" + result.owcHtml + "</html>";
    //new
    function ExportToExcel() {
    $(document).ready(function() {
    $("#btnExport").click(function(e) {
    window.open('data:application/vnd.ms-excel,' + $('#Table1').html());
    alert("jhhklhhklhklh");
    //new
    $(document).ready(function() {
    debugger;
    $("[id$=myButtonControlID]").click(function(e) {
    window.open('data:application/vnd.ms-excel,' + $('div[id$=divTableDataHolder]').html());
    e.preventDefault();
    alert("k");
    function excel()
    {debugger;
    var tableToExcel = (function() {
    var uri = 'data:application/vnd.ms-excel;base64,'
    , template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--></head><body><table>{table}</table></body></html>'
    , base64 = function(s) { return window.btoa(unescape(encodeURIComponent(s))) }
    , format = function(s, c) { return s.replace(/{(\w+)}/g, function(m, p) { return c[p]; }) }
    return function(table, name) {
    if (!table.nodeType) table = document.getElementById(table)
    var ctx = { worksheet: name || 'Worksheet', table: table.innerHTML }
    window.location.href = uri + base64(format(template, ctx))
    </script>
    i have tried all the above java script and jquery to convert an html table to excel, data are exporting correctly but i want that css of the table should also implent to excel thats not happening,even the property defined inside td and tr aare not implementing
    in excel

    Hi avinashk89,
    Welcome to post in MSDN forums.
    This is not the right forum for your question. Please post in
    ASP.NET forums where you could get better support.
    Thanks for your understanding.
    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.

Maybe you are looking for

  • To link between AP and PO

    hi all in AP  ABC Manager super user  responsibility ---Payments : Entry---------- payments when the  find symbol is clicked Find Payments form is opened which is the table used to get the  supplier name and dates from this screen? when find is click

  • Why is File.renameTo(...) so instable?

    Hello, I got an average success ratio of 5:1 under WinXP. Looking into the sources didn't help me any further. I saw in the ANT-code that there a COPY operation is immediately launched as a workaround if the renameTo(...) fails. But it's such a basic

  • Add signature image to pdf preview

    I have a medical practice where pdf's are created in a browser window to preview. I'm looking for a way to add an image of my signature to the pdf prior to printing. Currently I have to download to desktop and open with Preview (mac) or Foxit (pc) -

  • E3200: Guest Network doesn't work

    Hi there. I have just upgraded my E3200 to firmware: 1.0.04 build 1 Apr 10, 2012 The guest network SSID didn't show before in my accesspoint list, but now I can't even change the settings on the router. The options are greyed out. What's wrong here?

  • Raid 5 Configuration with Two Dead Drive Modules

    I have a xRaid (14-250 drives) configured as a Raid 5 (raid 50). Two drives have failed, one on each side of the xRaid. The Bad drives were pulled and new modules were installed. The new drives show green light, but when I retrieved data, the informa