Numbers - Query about charts and dates

I have a simply spreadsheet with 2 columns showing dates and electricity readings.
Ive added a chart so I can see the electricity usage over time, but its showing each date eqidistant rather than showing them on a timeline.
Can anyone tell me what Im doing wrong?

Looks like Numbers cannot plot date data. Please provide Numbers Feedback to Apple.
Regards,

Similar Messages

  • Report Designer - Chart and data

    Hi,
    I have a query section. In one of the cell, I have a chart. I have the data in other columns on the side of the chart. When I execute the report designer, I get the chart and the then the data below on the side. When I create a pdf, the data moves up to the side of the chart. I want the web view look like the pdf view where the data is on the side of the chart. Is it possible? Why is the web view and the pdf view different?
    Best regards,
    Jai

    Moved to BOE Admin forum

  • Query on Vocie and Data VLan on same Swithc port

    Hi All,
    This is query regarding allowing both Vocie and data Vlans on a single switch port. I knew tehre are different ways to configure and acheive this, but not sure how techncially they are different from each other>
    Way 1:
    interface FastEthernet1/5
    description *** IP Phone/Data Port ***
    switchport trunk native vlan 10
    switchport mode trunk
    switchport voice vlan 16
    no logging event link-status
    no snmp trap link-status
    mls qos trust cos
    spanning-tree portfast
    sh int trunk
    Port      Mode         Encapsulation  Status        Native vlan
    Fa1/5     on           802.1q         trunking      10
    Fa1/7     on           802.1q         trunking      10
    Fa1/12    on           802.1q         trunking      10
    Fa1/13    on           802.1q         trunking      10
    Fa1/14    on           802.1q         trunking      10
    Port      Vlans allowed on trunk
    Fa1/5     1-1005
    Fa1/7     1-1005
    Fa1/12    1-1005
    Fa1/13    1-1005
    Fa1/14    1-1005
    Port      Vlans allowed and active in management domain
    Fa1/5     1,10,16
    Fa1/7     1,10,16
    Fa1/12    1,10,16
    Fa1/13    1,10,16
    Fa1/14    1,10,16
    Port      Vlans in spanning tree forwarding state and not pruned
    Port      Vlans in spanning tree forwarding state and not pruned
    Fa1/5     1,10,16
    Fa1/7     1,10,16
    Fa1/12    1,10,16
    Fa1/13    1,10,16
    Fa1/14    1,10,16
    sh vlan-switch
    VLAN Name                             Status    Ports
    1    default                          active    Fa1/0, Fa1/1, Fa1/2, Fa1/3
                                                    Fa1/4, Fa1/6, Fa1/8, Fa1/9
                                                    Fa1/10, Fa1/11, Fa1/15
    10  DVLAN                            active
    16  VVLAN                            active    Fa1/0, Fa1/1, Fa1/2, Fa1/3
                                                    Fa1/4, Fa1/6, Fa1/8, Fa1/9
                                                    Fa1/10, Fa1/11, Fa1/15
    In the above config, the port Fa 1/5 which is currnetly up and running( this port is ocnencted with IP phoen and a PC)  is not shown in sh vlan-switch output as assigned to vlan 10 or vlan 16. Not sure it is becuase the output was taken from ISR rotuer with NM 16-ESW module .
    sh int fa 1/5 switchp
    Name: Fa1/5
    Switchport: Enabled
    Administrative Mode: trunk
    Operational Mode: trunk
    Administrative Trunking Encapsulation: dot1q
    Operational Trunking Encapsulation: dot1q
    Negotiation of Trunking: Disabled
    Access Mode VLAN: 0 ((Inactive))
    Trunking Native Mode VLAN: 10 (DVLAN)
    Trunking VLANs Enabled: ALL
    Trunking VLANs Active: 1,10,16
    Priority for untagged frames: 0
    Override vlan tag priority: FALSE
    Voice VLAN: 16
    Appliance trust: none
    In above ocnfig, the port is configured as trunk and hence it can carry multiple vlan traffic on swithcport. As IP phones will have inbuilt switch which runs DTP by default and CDP to reciognize the conencted devcies.  I am not sure how this config works as even it's configured as trunk the DTP negotiation is disabled and how phone switch can differentiate the voice frames and data frames. Please explain in loigcal as it's known that as we have confgiured vlan 10 as native and vocie vlan 16 as trunk it carries the voice traffic.
    Way 2:
    interface FastEthernet1/2
    description *** IP Phone/Data Port ***
    switchport access vlan 10
    switchport mode access
    switchport voice vlan 16
    no logging event link-status
    no snmp trap link-status
    mls qos trust cos
    spanning-tree portfast
    In the above config, even the port is access it's carrying multiple vlan traffic despite of being trunk port. Not sure how the trunk will be formed even DTP neogotiation is off. Isi t because of voice vlan command and if so what it deos exactly.  Please can anyone elaborate in detail. Sorry, if my post is big and confusing
    sh int fa 1/2 switchport
    Name: Fa1/2
    Switchport: Enabled
    Administrative Mode: static access
    Operational Mode: static access
    Administrative Trunking Encapsulation: negotiate
    Operational Trunking Encapsulation: native
    Negotiation of Trunking: Off

    Switch - Phone - PC
    1. First question:
         # int f0/1
         # switchport mode access
         # spanning-tree portfast
         # switchport access vlan 50
         # switchport voice vlan 10
    This is the ideal way to configure and in all latest IOS Switches and in latest ISR routers, we do this as the command "switch port voice vlan" command  says to switch port that it carries the voice traffic as tagged and PC as untagged.
    As we all know the default switch port of a switch will be either Dynamic auto or Dynamic Desirable which means DTP is on and in turn it means negotiation of trunking is ON. This is as per my understanding.
    The Sub-Questions for 1st Question are below:
    1  Does the trunk negotiation happen between Access Switch switch port and Mini 3 Port Switch within the IP Phone. If mini switch in IP PHone negotiates to form  trunk based on DTP then what’s the default switch port mode of mini switch in the IP Phone.
    2. As in above config we are no where mentioning the port to be trunk. But it’s still allowing multiple vlan’s traffic to carry on access port. The switchport mode is access when you do “ sh int fa 0/1 swithcport.”.  Is it the swithcport voice vlan command does the magic?
    2. Second Question:
         # int f0/1
         # switchport trunk encapsulation dot1q
         # switchport trunk native vlan 10     (data VLAN)
         # switchport mode trunk
         # swichport voice vlan 15
    The Sub-Questions for 2nd Question are below:
    When do we use this configuration.? In my set-up the above config is seen on 2811 ISR routers with NM-16ESW modules.  Can’t we configure the data vlan a switch port access vlan 10 , instead of trunk native vlan.

  • Question about voice and data plan for Europe

    I am in New York and my boss is going to France for a week and a half. He told me he will not have access to the internet there. He asked me to find out if it would be possible to get a voice and data plan for the month that he will be there, and if so, could someone show me where I could look at the different plans available?
    If it's not possible to do that for just a month, then could someone tell me where I could find the rates are for voice and data in France?
    Thanks

    Hi kevindrosario,
    I appreciate your interest in our International Services.  France, is a GSM country and will only support a Global capable device. Unfortunately, its not clear if your boss has a Global capable device.  If so, here are the details for the voice and data rates for France.
    If your boss doesn't not have a Global capable device, no worries!  We offer an Occasional Global Traveler program, in which we will loan you a Global device for up to 21 days.  I hope this information is helpful.  Please let me know if you have any any additional questions or concerns.
    Thank you,

  • Data Format in Cross Tab and Parameter window about numeric and date

    Hello,
    I got a problem to show Year 2008 as 2,008.00, it's rediculous...
    My PC and Notebook both show "2008",  but my three co-workers' PCs all show "2,008.00"
    the group field is:      CStr(Year({SJ_Inv;1.TaxDate}))+ '  Sales Analysis'
    How to convert such a numeric into text without decimal?  CStr looks not workable.
    also,
    the numeric var in parameter window, sometimes I don't want it to show up comma and decimal, how to format it?
    And, the datetime var in parameter window from store procedure,  can it be a "Date" without Time for user to entry only?
    I will be very appreciate for your helping.
    ~Michelle

    Hi, Raghavendra,
    The reason to use stored procedure is to save server room -- limited data for output; this is why we declare variable in Store procedure, and got problem there -- datetime but not date.
    On the other hand, if we declare variable in Crystal report, it's allowed date type, but how to defaut the Date-from as 1st day of current month, and Date-to as Today in Crystal Report parameter setup ??  And then how to pass the parameter to store procedure to limit the data output volume?
    (I am also trying to get this done in Store procedure right now..)
    The pros and cons exist in Store procedure and Crystal report, which is better is not definite!
    Best regards,

  • Query of Queries and Dates

    I am passing two dates from one page through to another page
    in the URL like:
    Football/results.cfm?min=2008-08-23&max=2009-01-24
    On this page I am then running a query:
    <cfquery name="result" datasource="Football">
    SELECT Date as theDate, Home_Team, Home_Score, Away_Team,
    Away_Score, Notes
    FROM results
    WHERE Date BETWEEN '#url.min#' AND '#url.max#'
    ORDER BY Date, Home_Team;
    </cfquery>
    I then want to return only a subset of that query using
    another query like:
    <cfquery name="August" dbtype="query">
    SELECT theDate, Home_Team, Home_Score, Away_Team, Away_Score,
    Notes FROM result
    WHERE theDate BETWEEN '2008-08-01' AND '2008-08-31'
    ORDER BY theDate, Home_Team;
    </cfquery>
    <fieldset>
    <legend class="month"><strong>August
    </strong></legend>
    <table summary="Stagecoach Ayrshire District League
    Results - August 2008">
    <tr>
    <th scope="col">Date</th>
    <th scope="col" class="team">Home Team</th>
    <th scope="col"></th>
    <th scope="col" class="team">Away Team</th>
    <th scope="col"></th>
    <th scope="col"></th>
    </tr>
    <cfoutput query="August">
    <tr>
    <td scope="row">#theDate# </td>
    <td class="team">#Home_Team# </td>
    <td>#Home_Score# </td>
    <td class="team">#Away_Team# </td>
    <td>#Away_Score# </td>
    <td>#Notes#</td>
    </tr>
    </cfoutput>
    </table>
    <pre><a href="#Top" class="top">Return To
    Top</a></pre>
    </fieldset>
    However I am not geting any output. Any help would be
    appreciated.

    cf is picky about datatypes in QoQs - try CASTing theDate in
    your
    'result' query as date...
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • A question about UDA and Data-Forms

    Hi all,
    I have a couple of questions about UDA. I am using Hyperion Planning 11.1.1.3m, and when I desing a Data-Form I would need to use the UDA I asigned for the Entity dimension: is that posiible?
    The other question is, when creating a Substiution Variable in Essbase I use the function @UDA (+dimension+, "MemberA"), but when using this variable in the Data-Form, it does nothing at all(in fact, it is been detected as an error). Why is that happening?
    Thanks a lot

    Use an attribute dimension to achieve what you are trying to do with UDA's in a data form. An attribute dimension will allow you to filter on members in the base dimension by a specific attribute the same way a UDA will. You can create the attribute dimension in the dimension editor in Planning by selecting the base dimension (Entity) and then select the custom attributes' button. Check the dba guide for a step-by-step approach.
    With regards to the subvar, are you trying to add the function as a value of the subvar when you create it in EAS? If so, this is not allowed. What are you trying to do with the subvar on the form? Subvars are supported in data forms as part of the member selection for a dimension. For instance, you can set up a subvar called CurYear and set the value equal to FY11 for the Fiscal Year dimension. In the data form you can set the member selection for the Fiscal Year dimension to CurYear. When the user opens the form, the member FY11 is returned.

  • SSAS2008 r2 and Excel Line Chart and Date Axis

    Hi
    Excel 2010. SSAS 2008 R2
    I have a excel line chart made out from SSAS pivot table with a date dimension (date) and No of licences.
    Currently, it displays 1/Jun/2014 to 30/Jun/2015 (FY2015) and this looks really ugly. 
    While keeping the details, I'd like to display by Month-Year. 
    However, while I can do this with other normal excel data, I just can not do it with SSAS Pivot table.
    Under Axis options, I ticked 'Date axis' but it won't bring up date options. 
    I think I tried everything but just can not figure it out. I wonder if it is even possible.
    Th date dimension is recognised as date because I can apply date filter.  I want to make it neat. Can anyone help me with this please? 
    It must be 'Date' Level. 
    Kind regards

    Hi SQLMa,
    Could you please elaborate more detail regarding the "Date" dimension structure? In order to display the date format with Month-Year, we should build a hierarchy to organize the granularity of date dimension at SSAS level. Please
    refer to the documents below:
    Create a Date type Dimension:
    http://msdn.microsoft.com/en-us/library/ms174884.aspx
    Modifying the Date Dimension:
    http://msdn.microsoft.com/en-us/library/ms166578.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Exporting charts (chart and data behind it)

    Hi there,
    Im new to Flex and Air but I have come here because Im looking into a way to export a chart from an application we have to excel. At the moment we are able to export the data behind the chart but not the chart itself.
    I have come to two ways of doing this:
    a) keep the existing export options and then use a VBA macro lib to create charts or (and this is where you come in)
    b) export a excel 2007 xmlx file.
    if you are not familiar with this its a new format of excel that is defined by XML script that are in a variaty of folders that are then zipped.
    My idea is to have a standard 'template' that Flex (Air?) can ammend the chart.xml in the xmlx and the sheet1.xmlx and the zip and rename the file.
    So what i need to figure out is if and how to get Flex (Air?) to export a zip file
    any help would be great!
    Thanks
    Michael

    There are various ways to export the chart as an image.

  • Importing PowerPoint charts and data entry

    Hi
    I am relatively new to captivate 5.5 and need to find out how to bring a PowerPoint web chart(similar to a pie chart) into captivate with the data series entry table. I want users to do in captivate what they can do in PowerPoint to create a chart. Do I have to create a link into PowerPoint. If so, how?
    Jeff

    No Jeff, do not think that will work.
    Why not do an automatic capture (Project Recording) with Captivate while doing the actions in Powerpoint? You can choose for demonstration, training simulation (that is what you will need) or assessment training. It is even possible to have the three files at once.
    Lilybiri

  • Business Graphics in WebDynpro - bundle chart and  data sheet

    Hi experts,
    I have a simple chart with stacked columns in a WD4A application.
    At the bottom of the chart I'd like to display the values of each column.
    I know that it works in ABAP reports (CL_CU_DATA_SHEET).
    Does anybody know how to do the same in a WebDynpro?
    Thanks in advance!
    Frank

    > Hi Frank ,
    > Yes It is possible in webDynpro ABAP now how
    >  ?
    > Please see Demo Component<b>
    > WDR_TEST_EVENTS</b>.In this see view starting with
    > BG*(Business Graphics ) .Run them see which will fit
    >  best to your problem and follow it .
    > Another thing you can see Business Chart
    > assocaited with ALV coloumn values . Please refer to
    > Package <b>SALV_WD_DEMO</b>and component
    > <b>salv_wd_demo_table_toolbr</b>.In Dropdown in ALV
    > you will find option like <b>Table and Graphics</b>.
    > See it .It show chart but below ALV .I m not sure do
    >  u need something like this only ?
    >         
    > Hope this will help you .
    >
    > Cheers
    > Parry          
    >       <b></b>
    Hi Parry,
    thank you very much for your answer!
    I cheked all examples in WDR_TEST_EVENTS but couldn't find any that fits.
    The class <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/70/8fa0375b5dd003e10000009b38f8cf/frameset.htm">cl_cu_data_sheet</a> does exactly what I need, but only with  SAP GUI.
    I still hope that it will be possible to do the same in a WebDynpro.
    Best regards
    Frank

  • Query about "enable" and output rendering

    Hi - I'm working on what I hope is the penultimate cut of a filmed stage musical. It's a combination of footage from three camera angles over 2 performances. I've allocated a video track to each camera, and I'm using opacity changes to switch from one angle to another, e.g. to switch from one "over-the-shoulder" view to the other, or from a close-up on one performer to a medium wide of the chorus, and so on.
    Except for transitions I'm only using footage from one camera at a time (no split-screen), but the footage from all the cameras is still present in their own tracks. I've changed my mind about one angle vs. another in previous cuts and I want to leave all the footage there because I might make a different choice after feedback from the customer.
    This does put a bit of a load on PPro when having to render output, with roughly two-thirds of the footage not even required in the output - it's still there, but with opacity set to 0%.  If I de-select "Enable" in the clip properties for those clips I've chosen not to use in this cut, does that tell PPro to ignore it when rendering output, and consequently reduce the rendering workload? It might seem obvious, but I'd like to be sure before I start disabling hundreds of clips.
    PPro 5.5.2
    Win 7 Pro SP1
    Core i5
    8GB RAM
    c: - 100GB - OS + programs
    i: - 500GB - media
    n: - 500GB - renders, etc
    cheers
    Bernie Dwyer

    OK - thanks. Maybe I'll try one output with all clips enabled, then another with clips disabled, and compare the results.
    cheers
    Bernie Dwyer

  • About eCATT and Data Transfer

    Hi,
        I have a confusion.
       Can I consider eCATT as a standard data transfer tool.What may its greater advantage be?
      Thank you

    SAP CATT - Computer Aided Test Tool
    Just sharing my experiences with CATT (although, I have not used this feature in the last 2 years or so !).
    Simply, any one in SAP can use this tool as long as you can access to the tcode. I used CATT atleast in 3 different SAP modules. Typically, in SAP projects, CATT execution is a favorite task for "technical" associates. When the technical resources are either not available immediately or their plate is full with other important tasks, functional associates can simply jump into this activity, since there is no coding or programming involved. This tool has been a great gift from SAP since I am a functional person and could not do coding ! I can remember at least 30 or 40 occassions where I used CATT to get this and that done.
    Below find few examples:
    1. Created multiple sales orders (excess of 200) in a matter of minutes for the purpose of end user training
    2. Created multiple purchase ordes (excess of 200) in a matter of minutes for the purpose of end user training
    3. Created Deliveries for the sales orders in a matter of minutes for the purpose of end user training
    4. Created config. entires, if the volume of records is large. I remember once I entered 900 records.
    5. Extensively used in preparing the transactional data for the purpose of archiving. It worked impeccably.
    6. Loading of master data (example: material groups)
    Note: Upon execution of CATT, it is very possible that some records will fail, which have to be addressed manually. SAP really needs to further enhance this area of CATT because, there is no easy way of identifying the failed ones, it has to be done manually. One workaround is simply download the result into an Excel and using sort feature of Excel, identify the failed ones and deal with them manually.
    With Compliment by: Ranga Rachapudi
    CATT stands 4 Computer Aided Testing Tool
    Although CATT is meant for as a testing tools, many SAP users have now use CATT frequently to upload vendors master data and make changes to other master record.
    SAP Consultant and Abapers tends to used it for creating test data.
    With CATT, you don't have to create any ABAP upload programs and this save on development time. However, you still have to spend time on data mapping into the spreadsheet format.
    The transactions run without user interaction. You can check system messages and test database changes. All tests are logged.
    What CATT does is record you performing the actual transaction once.
    You then identify the fields that you wish to change in that view.
    Then export this data to a spreadsheet to populate with the data required.
    This is uploaded and executed saving you keying in the data manually.
    To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4).
    You will also need access to your development system to create the CATT script.
    User Guide for Data Upload
    The use of CATT is for bulk uploading of data. Although CATT is primarily a testing tool, it can be used for the mass upload of data. The way CATT works is like a real user actually inputting on the SAP screen. You prepare a set of data that are required to be input into the system and execute what you called a Test Case and CATT will do the boring task of keying for you.
    Over-all procedure
    The over-all procedure to upload data using CATT is as follows:
    · Creation of the CATT test case & recording the sample data input.
    · Download of the source file template.
    · Modification of the source file.
    · Upload of the data from the source file.
    Details of each step are provided in the following paragraphs.
    Detailed Procedure
    Creation of the CATT test case:
    Creation of the test case is completed as follows:
    · Execute Transaction SCAT
    · Name the test case. Test case name must start with “Z”. It is also good practise to include the transaction code in
    the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment)
    · Click the “Record” button.
    · Enter the transaction code (e.g. IE01)
    · Continue recording the transaction. Ensure data is entered into every field that is to be used during the upload.
    · Save the test case.
    Download the source file template
    Download of source file template is conducted in two stages as follows:
    · Creation of import parameters:
    · Within transaction SCAT, Double Click on the TCD line in the “Maintain Functions” screen.
    · Click the Field List button (Field list is displayed).
    · For every field that you wish to upload data, double click in the Column New field contents (This creates an
    import parameter).
    · In the Maintain Import Parameter Pop-Up:
    · Delete the default value if not required.
    · Press Enter
    · The New field contents column now contains the character & followed by the field name (e.g. &EQART). This
    is the name of the import parameter.
    · Repeat this for every field (in every screen) to be uploaded.
    · Back out and save the CATT test case
    · Download of source file template:
    · Use the path GOTO -> Variants -> Export Default
    · Select path and file name (e.g. C:TEMPZ_IE01_UPLOAD.TXT)
    · Click Transfer
    Modify the source file
    The downloaded source file template is now populated with the data that is to be uploaded. This is completed as follows:
    · Using Excel, open the tab-delimited text file.
    · Do not change any of the entries that already exist.
    1st row contains the field names.
    2nd row contains the field descriptions.
    3rd row displays the default values which are set in the test case.
    4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values.
    · The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &
    replace with data for upload).
    · Save the file as a Text file (Tab delimited).
    Upload data from the source file
    Uploading the data is completed as follows:
    · Execute the CATT test case
    · In the Execute screen:
    · Set processing mode to Errors or Background (your choice).
    · Set variants to External from file.
    · Click the Choose button and select the file to be uploaded.
    · If uploading to another client, click the Remote execution button and select the RFC connection to the required client.
    · If uploading to the current client, click the execute button.
    Also, refer the links....
    http://www.sap-img.com/sap-catt.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/catt-procedure-1795
    http://www.thespot4sap.com/Articles/CATT.asp
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/BCCATTOL.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/CACATTOL.pdf
    Reward Points if this helps,

  • Query about min and max and middle row of a table

    suppose i have table emp and field
    v_date date;
    which has data in time stamp
    time
    10:20
    10:25
    10:30
    10:32
    10:33
    10:35
    10:36
    10:38
    I need only min time and max time and two record between min and max

    I need only min time and max time and two record between min and max Like this?
    SQL> create table t (id number);
    Table created.
    SQL>
    SQL> insert into t values (1020);
    1 row created.
    SQL> insert into t values (1025);
    1 row created.
    SQL> insert into t values (1030);
    1 row created.
    SQL> insert into t values (1032);
    1 row created.
    SQL> insert into t values (1033);
    1 row created.
    SQL> insert into t values (1035);
    1 row created.
    SQL> insert into t values (1036);
    1 row created.
    SQL> insert into t values (1038);
    1 row created.
    SQL>
    SQL> commit;
    Commit complete.
    SQL>
    SQL> select * from t;
         ID
       1020
       1025
       1030
       1032
       1033
       1035
       1036
       1038
    8 rows selected.
    SQL>
    SQL>
    SQL> select decode(rownum, 1, min_val, 4, max_val, next_val) your_data from (
      2  select first_value (id) over (partition by 'a' order by 'a') min_val,
      3         last_value (id) over (partition by 'a' order by 'a')  max_val,
      4         id,
      5         lead(id) over (partition by 'a' order by id) next_val
      6   from t
      7  order by id
      8   )
      9  where min_val <> next_val and max_val <> next_val
    10  and rownum <= 4;
    YOUR_DATA
         1020
         1030
         1032
         1038
    SQL>

  • Query about the forum date

    When I browse this forum as a guest, today's date appears as "Mar 2" (and that was yesterday). When I log in, however, the date is given as (the correct) March 3.
    What's up with that?

    When you're browsing as a guest, click on Guest Settings and change the time zone. This information is stored as a browser cookie and not on the server; therefore, it will need to be repeated for each cookie database instance you use. The settings of an account holder are stored on the server.
    (41313)

Maybe you are looking for