How to display non-continuous lines in a 2D Line flash chart ?

Hi
I am making 2D lines charts. is there a way ig tehre are no data in the table, to not to display points ?
For example I have a table with this data :
Date     Value
01/01/09 2
02/01/09 7
03/01/09 4
05/01/09 3
06/01/09 2You see in the example anove that there is no data for the day 04/01/09.
I would like the chart no to display any point for that day and start again for date following. This means displaying a non-continuous line.
I hope I am clear.
I tried but had no solutions. Would you have any idea on this ?
Thank you for your kind help !
Christian

Hi Christian
You're missing a lot of the XML build up from the website.
You also need to return the string "Missing" for each date that you haven't got.
Try this to get you started (you'll certainly need to fiddle with it to get it working)...
DECLARE
   l_xml   VARCHAR2 (32767);
   start_date DATE;
   end_date DATE;
   the_date DATE;
   count_holder VARCHAR2(10);
BEGIN
   l_xml :=        '<anychart> ';
   l_xml := l_xml||'<settings> ';
   l_xml := l_xml||'<animation enabled="True"/> ';
   l_xml := l_xml||'</settings> ';
   l_xml := l_xml||'<charts> ';
   l_xml := l_xml||'<chart plot_type="Scatter"> ';
   l_xml := l_xml||'<chart_settings> ';
   l_xml := l_xml||'<chart_background> ';
   l_xml := l_xml||'<border color="#990099"/> ';
   l_xml := l_xml||'</chart_background> ';
   l_xml := l_xml||'<title enabled="true"> ';
   l_xml := l_xml||'<text> Something </text> ';
   l_xml := l_xml||'</title> ';
   l_xml := l_xml||'<axes> ';
   l_xml := l_xml||'<x_axis tickmarks_placement="Center"> ';
   l_xml := l_xml||'<title enabled="true"> ';
   l_xml := l_xml||'<text>Date</text> ';
   l_xml := l_xml||'</title> ';
   l_xml := l_xml||'</x_axis> ';
   l_xml := l_xml||'<y_axis> ';
   l_xml := l_xml||'<scale minimum="1" type="Linear"/> ';
   l_xml := l_xml||'<title enabled="true"> ';
   l_xml := l_xml||'<text>Count</text> ';
   l_xml := l_xml||'</title> ';
   l_xml := l_xml||'</y_axis> ';
   l_xml := l_xml||'</axes> ';
   l_xml := l_xml||'</chart_settings> ';
   l_xml := l_xml||'<data_plot_settings default_series_type="Line"> ';
   l_xml := l_xml||'<line_series point_padding="0.2" group_padding="1"> ';
   l_xml := l_xml||'<label_settings enabled="true"> ';
   l_xml := l_xml||'<background enabled="false"/> ';
   l_xml := l_xml||'<font color="Rgb(45,45,45)" bold="true" size="9"> ';
   l_xml := l_xml||'<effects enabled="true"> ';
   l_xml := l_xml||'<glow enabled="true" color="White" opacity="1" blur_x="1.5" blur_y="1.5" strength="3"/> ';
   l_xml := l_xml||'</effects> ';
   l_xml := l_xml||'</font> ';
   l_xml := l_xml||'<format>{%YValue}{numDecimals:0}</format> ';
   l_xml := l_xml||'</label_settings> ';
   l_xml := l_xml||'<tooltip_settings enabled="true"> ';
   l_xml := l_xml||'<format> ';
   l_xml := l_xml||'Something: {%YValue}{numDecimals:0} ';
   l_xml := l_xml||'Date: {%Name} ';
   l_xml := l_xml||'</format> ';
   l_xml := l_xml||'<background> ';
   l_xml := l_xml||'<border type="Solid" color="DarkColor(%Color)"/> ';
   l_xml := l_xml||'</background> ';
   l_xml := l_xml||'<font color="DarkColor(%Color)"/> ';
   l_xml := l_xml||'</tooltip_settings> ';
   l_xml := l_xml||'<marker_settings enabled="true"/> ';
   l_xml := l_xml||'<line_style> ';
   l_xml := l_xml||'<line thickness="3"/> ';
   l_xml := l_xml||'</line_style> ';
   l_xml := l_xml||'</line_series> ';
   l_xml := l_xml||'</data_plot_settings> ';     
   l_xml := l_xml||'<data> '; 
   l_xml := l_xml||'<series name="Count"> ';     
   start_date := TO_DATE('01/01/2009');
   end_date   := TO_DATE('10/01/2009');
   the_date   := start_date;
   WHILE the_date <= end_date
   LOOP
    SELECT DECODE(COUNT(*),0,'Missing',COUNT(*))
    INTO the_count
    FROM evv_stpl
    WHERE date1 = the_date;
    l_xml := l_xml || '<point name = "'|| the_date ||'" y="'|| the_count ||'"/>';
    the_date := the_date + INTERVAL '1' DAY;
   END LOOP;
   l_xml := l_xml ||'</series> ';
   l_xml := l_xml ||'</data> ';
   l_xml := l_xml ||'</chart> ';
   l_xml := l_xml ||'</charts> ';
   l_xml := l_xml ||'</anychart>';
   HTP.p
<html>
<head>
<title>AnyChart Sample</title>
<script type="text/javascript" language="javascript" src="D:\oracle\product\10.2.0\apache\Apache\Apache\images\flashchart\AnyChart.js"></script>
<body>
<div id="chartDiv-1"></div>
    <script type="text/javascript" language="javascript">
    //<![CDATA[
    AnyChart.swfFile = ''D:\oracle\product\10.2.0\apache\Apache\Apache\images\flashchart\AnyChart.js'';
    var chart = new AnyChart();
    chart.width = "800";
    chart.height = "600";
    var data = '''
       || l_xml
       || ''';
    chart.setData(data);
    chart.write("chartDiv-1");
    //]]>
    </script>
</body>
</html>
END;Hopefully you understand what I'm trying to do here, unfortunately I can't try it out myself at the moment.
Maybe if you get stuck you could post it on apex.oracle.com?
Cheers
Ben
Oops, handled a count of zero incorrectly - amended
Edited by: Munky on May 7, 2009 1:17 PM

Similar Messages

  • How to display "Non-Fatal Run-Time Error In Function Panel" dialog?

    I'm learning how to develop an IVI-C specific driver using LabWindows/CVI. When I run my function from its function panel and it returns an error, I would like to display a dialog with both the error code and error message (as opposed to simply returning an error code on the function panel). This would save the user from having to call Prefix_error_message() to translate the error code to its error message. NI-DCPower driver is a good example of this behavior (see attached error dialog). How do I show the "Non-Fatal Run-Time Error In Function Panel" dialog? Any help is greatly appreciated. Thanks!
    Attachments:
    ErrorDialog.png ‏8 KB

    Hi Shawn,
    Thank you for replying to my post. The checkErr is just an error handling macro defined in ivi.h to goto Error: tag when the function returns a non-zero value. I have been using the checkErr macro (as well as viCheckErr and other macros) in my driver.
    Using the same hp34401a specific driver as an example, please allow me to explain my question in more details:
    Let's take the hp34401a_close function as an example. It is a simple function with only a few lines of code:
    When the hp34401a_close function is run from its front panel using an invalid session handle (e.g. "8" in this screen capture):
    You will get three "Non-Fatal Run-Time Error" popup dialogs, one from each of the IVI library functions that it calls: Ivi_LockSession, Ivi_UnlockSession, and Ivi_Dispose. However, there is no "Non-Fatal Run-Time Error" popup dialog from the hp34401a_close itself.
    My IVI-C specific driver is behaving identical to the hp34401a specific driver.
    In comparison, if run niDCPower_close function from its front panel using an invalid session handle (using the same "8" in this screen capture):
    You will only get one "Non-Fatal Run-Time Error In Function Panel" from the niDCPower_close function itself:
    I think the behavior of niDCPower driver is much better than the hp34401a driver. It replaces the three "Non-Fatal Run-Time Error" popup dialogs from the IVI library with a single "Non-Fatal Run-Time Error In Function Panel" popup dialog from the driver function itself. I would like to do the same thing with my driver but have not figured out how to display a "Non-Fatal Run-Time Error In Function Panel" dialog. Thanks in advance for your help!

  • How to display non-URL-based thumbnail images in JTable

    I'm trying to display thumbnail images as a tooltip popup for certain cells in a JTable. The thumbnail images are java image objects that have been retrieved dynamically as the result of a separate process--there is no associated URL. For this reason, I can't use the setToolTipText() method of the JTable.
    My attempts to JTable's createToolTip() method also failed as it seems the ToolTipManager never calls this method for a JTable.
    As a workaround, I've added a MouseMotionListener to the JTable that detects when the mouse is over the desired table cells. However, I'm not sure how to display the popup over the JTable. The only component that I can get to display over the JTable is a JPopupMenu, but I don't want to display a menu--just the image. Can anyone suggest a way to display a small popup image over the table?
    Thanks.

    Thank You Rodney. This explains why my createToolTip() method wasn't being called, but unfortunately I'm no closer to my goal of displaying a true custom tooltip using a non-URL image rather than a text string. If I make a call to setToolTipText(), at any point, the text argument becomes the tooltip and everything I have tried in createToolTip() has no effect. However, as you pointed out, if I don't call setToolTipText(), the table is not registered with the tooltip manager and createToolTip() is never even called.
    To help clarify, I have attached an SSCCE below. Please note that I use a URL image only for testing. In my actual application, the images are available only as Java objects--there are no URLs.
    import javax.swing.*;
    import java.awt.*;
    import java.net.URL;
    import java.net.MalformedURLException;
    public class Test {
        static Object[][] data = {
                {"Cell 0,0", "Cell 0,1"},
                {"Cell 1,0", "Cell 1,1"}};
        static String[] columnNames = {"Column 0", "Column 1"};
        static JFrame frame;
        static String testImageURLName = "http://l.yimg.com/k/omg/us/img/7c/0a/4009_4182164952.jpg";
        static JTable testTable = new JTable(data, columnNames) {
            public JToolTip createToolTip() {
                System.out.println("testTable.createToolTip() called");
                Image testImage = getTestImage();
                // this.setToolTipText("Table ToolTip Text");
                JLabel customTipLabel = new JLabel(new ImageIcon(testImage));
                customTipLabel.setToolTipText("Custom ToolTip Text");
                JToolTip parentTip = super.createToolTip();
                parentTip.setComponent(customTipLabel);
                return parentTip;
        // This image is loaded from a URL only for test purposes!!!
        // Ordinarily, the image object would come from the application
        // and no URL would be available.
        public static Image getTestImage() {
            try {
                URL iconURL = new URL(testImageURLName);
                ImageIcon icon = new ImageIcon(iconURL);
                return icon.getImage();
            catch (MalformedURLException ex) {
                JOptionPane.showMessageDialog(frame,
                        "Set variable \"testImageName\" to a valid file name");
                System.exit(1);
            return null;
        public static void main(String[] args) throws Exception {
            frame = new JFrame("Test Table");
            frame.setSize(300, 100);
            // Set tool tip text so that table is registered w/ tool tip manager
            testTable.setToolTipText("main tooltip");
            frame.getContentPane().add(testTable);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
    }

  • How to display 3 lines in an AnyChart candlestick flash chart ?

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

  • How to display an image if user does not have flash installed?

    Hi, Not all people have flash and the ones that don't will
    have an unpleasant experience on my website. How can I display an
    image instead of the flash itself for people that don't have flash
    who visit my website? I just have flash on the upper portion of the
    website. Please explain how I can do this! I haven't done flash in
    a long time so be simple! Thank you!

    In the site you can download the SWFObject1.5.
    It includes a javascript which is embeding the flashmovie
    with vallidaton.This swfobject.js can be used for any html.

  • How to Display "Zero Value" or "No Data" Items in a Chart

    Hello All,
    I need to create a chart that displays the number of jobs per hour over a 24 hour period.  I can determine the hour the job was created and I have no trouble making a chart with a count of jobs per hour.  The problem is that I also want to display the hours that have no jobs on the chart.  I am currently converting all hour data to the text format "00:00".  For example, 9:35am would display as 09:00 (as would all jobs between 9:00am and 10:00am) and this is the value that I want displayed under each bar on the chart (x axis).
    Any suggestions would be much appreciated.

    Thanks V361,
    I was hoping to avoid adding a table to the DB with each hour.  I thought there might be a tricky way using arrays that I would be able to accomplish the report.  I have done a test using Excel and I can get the results that I wanted, so I will now probably add the table to the DB.
    Thanks for your input.

  • How to display non modal dialog box in a Dll call from TestStand implemented in visual c

    Dear Jason F.
    Applications Engineer
    National Instruments
    Hello
    I did the same way you told me
    the non modal dialog appeared and
    system hangs and
    giving the error message
    ""SeqEdit.exe-Application Error
    The instruction at �0x047fc5b0� referenced memory at �0x047fc5b0�. The memory could not be �read� ""
    please solve my problem
    and thanks for yours early response
    you can email me at
    [email protected]

    Hi Mkehret,
    Does your dialog have ActiveX controls on it? If your DLL dialog uses ActiveX controls and is not programmed in a certain manner it can hang because of a conflict in the threading model used by the TestStand Engine that is calling into your DLL and the model that is required by the MFC ActiveX Container. If you are using ActiveX controls in your dialog, you need to make special considerations for the threading model MFC dialogs that use ActiveX controls need in order to work properly. The example under \Examples\MFCActiveXContainerDlg illustrates how to appropriately handle this situation as well as explaining why it is necessary.
    Note: The above example displays the dialog as modal, but this is irrelevant to the problem I am describing.
    Again for information on properly creating a dialog class object and displaying it as non-modal refer to the information on MSDN that I referred you to in this post:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000E98A0000&USEARCHCONTEXT_CATEGORY_0=_8_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_8_&UCATEGORY_S=0
    If your dialog does not use ActiveX controls or after trying the programming method illustrated in the "MFCActiveXContainerDlg" example TestStand still hangs when calling your DLL, try calling your DLL from another environment just to make sure whether the DLL works at all. If the DLL works properly when called by another environment (e.g. VB, VC++, LabVIEW, or CVI), please submit a MINIMAL and REPRODUCEABLE example source project for your DLL for us to look at (please exclude all unnecessary code not required to reproduce the specific problem of displaying the dialog, and include all files necessary to build your dll with any
    specific instructions needed to do so).
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • How to display more than 30 columns in one line?

    Hi,
    I want to display some 30 columns in the report.
    I dont want to split it into sub reports.
    How can i do.
    In that i have 3 groups.
    For each group i need one total.
    For example.
    after group 3 i need sub-total
    after group 2 i need total
    after group 1 i need Grand-total.
    Please help me to solve this issue.
    Thanks in advance,
    Saravanakumar.

    Sorry about that,
    Ill tell you clearly.
    Actualy I am having 12 columns, under each column, i have 5 sub-columns.
    I couldn't accomodate all the columns in a single horizontal line(I tried in A2 paper size).
    So i decided to have cross tab. Because top 5 columns can be dinamic.
    How can have subtotals inside cross tab after each group.
    Thanks ,
    Saravanakumar

  • ABAP Query - How to display non-zero entries

    Hi All,
    I have created a simple query having the join of 4 tables.
    Now I need to display the output for only non-zero entries of a particular field.
    How this can be achieved ?
    Please let me know-
    1) Either , there are ways to restrict the entries during selection itself(I do not want to give this field in selection screen)
    2) Or , Delete the entries having zero value before display.
    I debugged the standard report for query and found out the internal table where the
    result is stored, but it is not allowing to be used in the coding sections of infoset.
    Thanks ,
    Neethu

    In select add condition field1 NE 0 or SPACE.
    Edited by: Shaik Hussain on Nov 30, 2010 1:46 PM

  • How to display Non Cumulative key figure data

    Hi,
    I want to check if there is any data for a non-cumulative key figure. While i am trying to display the data from cube or Multi provider, it is not showing this field. is there any way to check the data for this field other than using reports.
    Regards,
    Vishnu

    Hi,
    Take Eg: Quantity of valuated stock - 0VALSTCKQTY it is combination of
    Quantity Received into Valuated Stock- 0RECVALSTCK and
    Quantity Issued from Valuated Stock-   0ISSVALSTCK
    In report you can see only  0VALSTCKQTY Keyfigure.
    And the above Two Keyfigures are filling by Routines using Process Keys.
    This is for 0IC_C03 and data you can check in MB5B Tcode in ECC.
    Check;
    Note 745788 - Non-cumulative mgmnt in BW: Verifying and correcting data
    Thanks
    Reddy

  • How to display many Links like text with multi lines?

    I need to:
    1)display many links in one container like text
    2)each link have onClick event Handler
    Example:
    Link1 SomeLink2 Link3 \*
    Link4 AnatherLink5            \*
    AndOneMoreLink6              \*
    \* - right border of container
    i'v tried TileGroup, but it has colums.... Group - overlapped links in one place.... and so on.
    Any ideas how to do it?

    I think you overlooked some of the possibilities provided by Apex.
    For instance you can create a simple HTML region where you put the links as you prefer (makes sense if they are a fixed number and you need a special formatting).
    You can also create Lists (see shared components). Lists are specifically meant for links, like Task lists in the Apex Builder itself, but you cannot build them dynamically, so you must know in advance each and every static link.
    Or you can create a report if links come as result of a query which is good for building them dynamically.
    A fourth option is a PL/SQL region outputting HTP calls where you have total control over every aspect.
    Flavio
    http://oraclequirks.blogspot.com

  • How to display a continuously updating mesh object with the Labview 3D Picture Object

    I have a continously updating stream of 3D images that can be represented in a mesh (a 3D movie if you will). I want to display this in the 3D Picture object so that everytime I acquire a new 3D image it is displayed. Examples are scarce and I couldn't find anything that dealt with this specific issue.
    Currently (within a FOR/WHILE loop) for each iteration I create a scene object, set the geometry as a newly created mesh object, set the texture and eventually wire it to the 3D Picture. This implementation seems to leak memory (the taskmanager shows the used memory continously increasing and eventually processing speed will drop). I assume it's because I recreate the object for each iteration. Trouble is, I can't find anything that would let me release/delete the object once I'm done with the frame. All examples that I found only deal with creating the 3D object once and manipulating it.
    What's the appropriate way to code this? 
    Solved!
    Go to Solution.

    You just need to use the 'Close Reference" VI on the 3D Picture Reference as this code below. It runs inside the loop.
    Now, if you are dealing with mesh, then you should use the Set Mesh Parameters to change the points inside the loop and then, just closed the reference after the code is done. Look at this code below. The trick is to get the reference back from object using Typecast ( To More Specific Reference VI).
    Also, look at the shipping examples in:
    C:\nivs_dev\2013\InstallTo\ProgramFiles\National Instruments\LabVIEW\examples\picture\3D Picture Control
    and specially the Using Meshes.vi.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • How to display non streaming data

    I am trying to display static files like PDF and word documents from an IPAD using AppleTV to a HD TV.

    Welcome to the Apple Community.
    When displaying the content you wish to mirror on the iPad 2, iPad 3 or iPhone 4s, double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices.

  • How to Display Values in Format [hh]:mm:ss in Xcelsius chart

    Hello,
    I have a Situation where i am Getting the Data Through Web Services into Xcelsius.
    And then based on a certain criteria i have to Vlookup the Data and Display the Data. But the Data is in the Format [hh]:mm:ss 
    Example:-  Avg Time - 30:45:12 Signifying [hh]:mm:ss
    Say I have Ten rows of Such Data from Avg Time 1. Avg Time 2... etc...and Corresponding Values
    I am Trying to Display these Values in Charts (Pie, Line) but i am Not able to Do so.  The Graph Shows Blank with No Data.
    Could Anybody Suggest me a way to do the Same.
    Do i have to Change it to any number or Custom Format ?
    Thanks For the Help
    Karthik

    Hi Karthick,
    Try giving the this option in the properties of pie chart.
    Go to apperance tab in pie chart propeties->select mouse over values ->in the number format selct TIME and selct the hh:mm:ss format.
    Hope this helps..
    Let me know if you have any queries.
    Cheers,
    Sudharam

  • How to display waveforms as double precision versus seconds in a chart?

    I need some help with the following:
    I am acquiring several waveforms that I display in charts. I would like to have an option to view data only when I press a button; I would like the new data coming in to append dirrectly to the old data displayed. If I do this with a waveform I cannot append to the old waveform displayed because the points coming is have the time information that will create a gap between old wave and new wave. In simple words is like this: when I turn onn a button data is flowing in my charts until I turn off the button; when I turn on the button again after a time t, the data will flow again on the screen but I will have a gap betweeen the old waveand the new wave of data. The gap is equal with t on the X-axis which displays the time elapsed.
    Question is how can I do such that when I turn the button again the data starts to flow at the point where I left it and not after time t?
    The problem might be saved by getting y from the waveform and displaying it in a chart? How would I set the X-axis to show me "y" (data) versus seconds?
    Anybody has some advice and/or example?
    Thank you

    Its hard to find the space to run wires all the way to the while loop boundary on these sorts of large block diagrams.  It is a little easier to read when you use a feedback node.  Do not forget to have an empty waveform with the correct dt plugged into the initializer terminal.  I don't see anything on the block diagram that would preclude you from using this method.
    There is an "Ignore waveform time stamp on x-axes" setting in the chart properties.  I have never played with it, perhaps it will do what you wish...
    Message Edited by jasonhill on 02-23-2006 03:38 PM
    Attachments:
    appendarrayfeedbacknode.PNG ‏3 KB

Maybe you are looking for

  • Pricing condition type not working

    Hi all, A pricing condition type is present which is supposed to make the netvalue to zero after the order reason is changed to rejection using va02. But even after the order reason is changed to rejection and we tried to genrate new pricing document

  • What's the highest quality compression method?

    I've got several .flac files which total just over 2GB. I'd like to get them onto two 700MB CDs. My CD player is 15 years old, plays .aiff files but I've no idea what other formats. I've got xAct if that helps. Message was edited by: Cheapster

  • Restored a Snow Leopard TM Backup using Leopard disk

    I needed to restore a Snow Leopard hard drive but I couldn't find my Snow Leopard disk. I proceeded to use the Leopard disk to restore my Snow Leopard Time Machine backup. After the restore, The computer would not boot up.(Gray Screen) Would this be

  • How to update iWork if it is showing you have to purchase again

    OK I was having trouble with with 2011 Mac Mini and iWork I bought on DVD & the preinstalled iWork not updating. Here's how I got it to update in through the app store. Open App Store on your Mac if they don't show as an update in the tab and are not

  • Supress Multiple Values of a KF

    Hi, I am a doing a info set between a Info object with multiple Navigational Attributes and Cube. Developing a query in rows I am using Chars from the Info Object & Cube and in columns I am using KFu2019s from Cube Info Object is compoundedu2026 (One