Charts- how to include data points outside of min/max ranges?

I'm trying to have a chart that has a horizontal datetime axis showing a full day of info collected at irregular intervals and a linear vertical axis that acknowledges but cuts off datapoints that are above a certain number.
For the vertical axis I thought I could just apply min/max values to achieve this, but I've found that if I have a maximum value of 25, any datapoints with a value above that are simply removed from the chartseries.items dataset (was hoping I might get something like a plot point near the top with an arrow, or the line going off the top and coming back.. but it's simply removed from the dataset.)
For the horizontal I was wanting to show a line all the way across regardless of where the first and last datapoints fell.. how I hoped to achieve this was to retrieve the points immediately following and preciding the period but limit the min max date, so that it would theoretically show the lines going off the edge but not the actual points.
i've thought of a few things that might work...
is there some way to have the vertical axis parabolic so that it's mostly linear from 0-20 and then values above that take cover much less space? I don't have any idea how I'd go about setting that up..
I have also thought about placing a dummy point at the beginning and end of the datetimeaxis... ie..
time = chart.minimum and
value = (first value today - last value yesterday)/(time between first time today and last time yesterday)
.. and then would have to make those points specifically not interactive.. and i don't know how possible that is.  Also if there's a way not quite so involved that would also be awesome.
Any feedback on how to approach this is greatly appreciated!
Or is there something built into flex already that I've missed?

In article <[email protected]>,
chutla wrote:
> Greetings!
>
> You can use any of the 3D display vi's to show your "main" 3d
> data, and then use color to represent your fourth dimension. This can
> be accessed via the property node. You will have to set thresholds
> for each color you use, which is quite simple using the comparison
> functions. As far as the data is concerned, the fourth dimension will
> be just another vector (column) in your data file.
chutla, thanks for your post, but I don't want a 3D display of the
data....
> Also, check out
> the BUFFER examples for how to separate out "running" data in real
> time.
Not clear to me what you mean, but will c
heck the BUFFER examples.
> As far as autoscaling is concerned, you might have to disable
> it, or alternatively, you could force a couple of "dummy" points into
> your data which represent the absolute min/max you should encounter.
> Autoscaling should generally be regarded as a default mode, just to
> get things rolling, it should not be relied on too heavily for serious
> data acquisition. It's better to use well-conditioned data, or some
> other means, such as a logarithmic scale, to allow access to all your
> possible data points.
I love autoscaling, that's the way it should be.
germ Remove "nospam" to reply

Similar Messages

  • Warning of " Date of  outside  the factory calendar Range"

    Hi Experts,
            I have created a variable  of ocalday,It is taking  # values and it showing warning " Date of  outside  the factory calendar Range".How avoid this warning.Actually intially in the one of infocubes carries the # value for 0calday, now we have deleted it, even then  it taking # values and showing same warning.I have check at variable it doesnt carring any default value.Now to delete the # values from variable so that it should not show any warnings.
    Can any body suggest me any thing.
    Thanks
    Vinod

    Hi Srinivas ,
       Thank you very much for your reply.There is # value in the master and transaction data.Even im not able to suppress this message.As it indicating a msg no 884 which is not there message list in RSRT.
    Can you suggest me any other thing.
    Thanks
    Vinod

  • Date is outside the factory calendar range

    I am trying to run a BW query. When I click on the calnedar icon field. It gives this error.
    Error: Date is outside the factory calendar range
    Msg No. FK884
    What could be the problem in the query? Has anybody had the similar problem before? I tried to search in SAP notes and could not find anything close to this.
    I will  Appreciate your help. Thanks a lot.
    Abhi

    Hi Abhijit,
    We got the same error message in 2010.
    1) Check in transaction SCAL that the Factory Calendar ID 01 (i.e. German) is valid to 2009. This explains the error message.
    2) Found SAP Note 1136142 about the configuration of default factory calendar ID of F4 Help and hierarchy for Time-characteristics in BI 7.0.
    SAP Note Solution:
    The key figure attribute obtains its value from the default work calendar as it is maintained in transaction RSRHIERARCHYVIRT (General Settings -> Default Factory Cal. ID).
    This setting is valid across the entire system and does not permit any variable selection of the factory calendar for each query.
    Furthermore, a value for 0NUMWDAY is calculated only for the period in which the default factory calendar is valid.
    3) Check in transaction SCAL that the Factory Calendar ID of our location is valid to 2050.
    The problem is solved after changed the Default Factory Cal. ID from 01 to the ID of our location in transaction RSRHIERARCHYVIRT.
    Regards,
    Ricky

  • LV7 How to click on an xy chart and identify the data point selected

    I have an xy chart displaying a time chart showing points when faults were identified, and want the user to be able to touch the plot area and for that data point to be identified so that the main display can be switched to the appropriate data.
    I have a solution where I drag the cursor to the required point then use Mouse Up event to read the cursor value, then search the data array for the matching cursor value and get the solution.
    However this is on a touch screen UI and dragging to cursor does not work very well. What I would like is to be able to convert the mouse position (relative to the full screen) and convert this to the position on the plot area that is given by the cursor position.
    I
    f someone could tell me how to get the screen position of the plot area rather than the full bounds of the xy control I think I could do it.

    Yes, I agree it is not very pratical. I would prefer if the true x,y coordinates could be obtained directly in the event structure.
    In addition to the "Coords" terminal, we also need a terminal that provides the coordinates directly in the true plot units. That would definitely be very useful.
    Make sure to suggest it to NI (I have, long ago!).
    LabVIEW Champion . Do more with less code and in less time .

  • Boolean indicator come on and stay on if only one data point outside of limits

    Okay, here goes my second rookie question.  My first one was solved in a matter of hours after posting here, so I am going to give it another shot.  This has probably been posted elsewhere, but I just am not familiar enough with the terminology and know how to find it in this forum... sorry for that.
    Currently, I have a setup where I am using an In Range and Coerce function in the Comparison Pallette to check the output of my source and compare it with a user inputted upper and lower limit.  I have hooked up an LED indicator to the Index Array and then to the In Range output.  Right now, if my data goes outside of the limit, the LED Indicator will light up, but it will immediately turn off if the data goes back within the limits.  I want my LED indicator to come on and STAY on if even 1 data point goes outside of the limit.  What can I connect between my LED Indicator and my In Range Comparison to make this happen?  
    Sorry for being so new to this!!

    Hi Spsuengr,
    I have attached a boolean toggle vi for you. You can insert this vi in between your led indicator and in range output. It will latch the output by default. You can use the latch(t) input to disable the latch feature (to perhaps reset).
    Above is the boolean latch vi
    Above is how you need to insert it into your code. If you leave the Latch(t) input unconnected it defaults to a latch output. Only wire a control to this if you want to either change the output so it follows the input or if you need to reset the output.
    Rgs,
    Lucither
    Message Edited by Lucither on 04-15-2010 05:22 AM
    "Everything should be made as simple as possible but no simpler"
    Attachments:
    Boolean Latch.vi ‏18 KB

  • Chart not showing last data point

    I have a chart that contains data points, 11/15/2000, 11/15/2001, etc.  Each data point is plotted in a line graph.  There are 11 data points, from 11/15/2000 to 11/15/2010.  For some reason, the last data point is plotted on the line graph but there is no label for it on the x-axis. Does anyone know why that may be?
    Thanks in advance,
    Zack H.

    Need more info.
    Version of CR and any patches installed?
    Thank you
    Don

  • Pie Chart: How to capture data pertianing to the section  whereUser clicked

    In the UI there is a 1) Pie chart and a 2) table with search fields below the pie chart both displaying related information.
    we have a requirement to allow the user to click on various sections of the pie chart lets say it has two sections 1) one showing number of people with insurance as 75% and 2) another people without insurance as 25%. when the user clicks on the area representing 75% then the search fields related to the table should be automatically populated with the data related to that region of the pie chart (75%) lets say if there is drop down that allows the user to search for people "with" and "without" insurance then it should be set to "with insurance" since the user had clicked the area in the pie chart that pertains to percentage of people with insurance. basically, looking for some examples that would help us find out how to implement this feature since new to ADF?

    Use clickListener in Pie Chart.
    For details, check the documentation:
    http://jdevadf.oracle.com/adf-richclient-demo/docs/dvt/tagdoc/dvt_pieGraph.html
    Thanks,
    Navaneeth

  • How to Include in Customer Exit to select max of the date

    Hi,
    Every Employee will have a health Insurance Policy which is valid for 6 six months.
    From Source System i am getting
    Employee and his policy Start date,Based on Policy Start Date in Transformations i am calculacting the Policy Expiry date (Policy Start date + 6 Months)(Ex:If Policy Start Date is 01/Nov/2007 then Exp date is 01/May/2008)
    My report is to Show employees who doesn't had a valid policy on the day report executed (Sys Date)
    For that i created a Customer Exit Variable on Policy Expiry Date
    (If Policy Expiry date is < Sys Date)
    IF i_step = 2.
          CLEAR l_s_range.
          l_s_range-low = sy-datum.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'LT'.
          APPEND l_s_range TO e_t_range.
        ENDIF.
    Problem:
    Data in the cube
    Employee--Policy Start date-Policy Expiry Date
    1--01/01/2008-----30/06/2008
    1--01/07/2007-----31/12/2007
    1--01/01/2007-----30/06/2007
    When i execute the report i should expect the Emp 1 shouldn't be displayed as he had valid policy which is going to expir in June 2008....but the above exit is displaying the below 2 records
    Can i include any changes in the above exit that will select the Max Policy Expire date and then it will check with the Sys Date
    Please update me on how to proceed
    Thanks

    Hi thomos,
    Thanks for the update
    Bit Confused.....could you please explain me
    "Your variable (intervall) should be based on the Policy Expiry Date
    l_s_range-low = '10000101'.
    l_s_range-high = 'sy-datum - 1.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'BT'
    How this is going to solve my problem....
    As i got 3 records on a employee one of which got expiry date greater tha sys date
    Thans

  • How to include Date for backup of Oracle in a script !!! LINUX

    hi,
    I need to add date & time for the backup of Oracle 10g on OEL 5 32 bit.
    and also how do I get an email when Rman finishes its job
    Thanks in advanced.

    user584721 wrote:
    Thanks for the update..
    I am using a script called full_dpbackup.sh which contain the following ...
    expdp system/oracle schemas=scott directory=test_dir dumpfile=scott.dmp logfile=expdpscott.log mpencryption=all encryption_password=scott reuse_dumpfiles=y compression=all
    I need to include the date & time in this script.
    Thanks in advanced.That's not a backup, it's an export.
    I don't have my linux system handy to debug, but what you want would be something like:
    expdp ..... dumpfile=exp_`date`.logThe reverse single quote (I don't know the official term, but it's the character just to the left of the one/exclamation on a US keyboard) tells the shell to substitute the value returned by the command enclosed by the marks. In the example above, it would substitute the value returned by the "date" command. That command has many, many arguments to control the format of what is returned. Look them up an any good nix reference, or just "man date".  (As for any good nix reference, you should at a minimum have a copy of "Unix In A Nutshell" on your desk.)

  • How to Include Date variables in the Attachments sent via ibots

    Hi Experts,
    I have a requirement that when i configure an i-bot , i need to get a mail with attachment as an excel say "attname".This is fine,but how to customize such that the attachment contains date variables like "attname_24April2010" when recipients receive the mail?
    Also if this is possible then when i open the attachment, then it should have the title with report name and date variables? Can we achieve this?

    You can put varables in several views in OBIEE (e.g., Narrative, Title, etc.). BTW, in the Title View, you can also use built-in variables that display the run date and time.
    Click on this link to get the syntax:
    http://shivabizint.files.wordpress.com/2008/10/obiee-variables-overview.jpg

  • How to get data off a G4 mini with a failing hard drive.

    For the record, here's how I ended up solving the problem - I had to invent this combination of approaches and it's not documented on any Web postings I could Google up during a week of working on this:
    Situation: Your G4 mini's hard drive dies (unbootable), AppleJack was unable to fix it, and DiskWarrior 4 can't rebuild it and actually crashes before it reaches its Preview stage.
    Why is this situation such a puzzle?
    * When booted in single user mode, the Mini does not recognize an attached Mac in Target mode, so you can't copy your files to there.
    * diskutil can't help you find any attached FW drives since diskutil is unavailable (because sh /etc/rc fails due to disk hardware errors). Even though mount is available, all possible guesses of the attached FW partition name fail ("disk2s2" through "disk7s4" all fail), despite previously confirming what the FW drive or target-mode Mac's partition name looks like to other working Macs.
    * Attaching a USB hard drive fails because the USB drivers fail to load, again presumably due to disk hardware errors.
    * Booting from OS 10.4 (Tiger) Install DVD doesn't help, because even when running Terminal from the Install DVD, an attached Target-mode Mac is not recognized (diskutil shows no attached devices), and since the 10.4 Install DVD does not include mount_fat32, it's also not possible to mount an attached USB drive.
    * Solution! *
    Use an OS 10.5 (Leopard) Install DVD to boot the G4 mini. Even though the DVD reports that the old mini is incompatible with Leopard, go ahead and accept that result, and then you can run 10.5 Terminal from the DVD on your G4 mini. Unlike 10.4 Install DVD, this one includes drivers to recognize and mount an attached USB drive, even FAT32 (Windows) formatted drives. So now, in Terminal, you can copy files from your dead hard drive to the USB drive. Whew!
    Note: This solution is possible and probably generally useful to people since if you have a dead G4 mini on Tiger, you probably do what I do and go buy a replacement new Mini, which of course comes with a Leopard Install DVD. And generic USB drives are easy to borrow or cheap to buy or you already have one.
    Message was edited by: alanngnet

    P.s. Additional details that might be helpful to people:
    - When you boot Leopard on your old Mini, click "Ok" when it tells you it's incompatible. Then Terminal will be a menu option under "Tools."
    - You'll need to have familiarized yourself with basic Unix file commands (practice on another Mac first, for example). If your hard drive is dying, time is of the essence, so learn your commands before you start up your dead Mini.
    - Tip for Unix newbies: The crucial commands you'll need are ls and cp. http://www.ss64.com/osx/ is a handy reference manual.
    - Hopefully when you run "ls /Volumes" you'll see your mini's dead hard drive listed there as "Macintosh HD" (or whatever you may have previously renamed it). If it's not listed there, you're really hosed. But try again later, maybe when it's as cool (temperature) as possible.
    - The destination path for your USB drive is also viewable with "ls /Volumes", e.g. in my case it turned out to be "/Volumes/Elements" (where Elements was the brand name of the drive).
    - Don't use dd or ditto en masse because the hardware errors on your drive will screw things up. Instead selectively pick out the files you really need to recover and cp them. Be sure to use -p option to preserve file date/time. I used a lot of "cp -Rpv oldminifolder /Volumes/MyUSBDrive" to copy all contents and subfolders from folder "oldminifolder" to my USB drive. It will also be helpful to use "ls -trl" to see the chronologically most-recently-modified files on your old mini so you pick out which files to copy (e.g., files newer than your most recent backup).
    Hope this helps, and thanks to the many other posters out there on the Web who taught me many Unix tricks this week.

  • Data point in area chart

    Hello,
    I have an area chart where month from Jan to Dec is displayed in x-axis and values are on y-axis. When user hover over first data point which should be jan, it dispalys Feb. Jan data point is not dispalying in hover over. Also area chart does not start from
    (0,0) coordinate. There is the s0me gap in x-axis and then Jan starts.
    Can you help please?

    Hi 1234alex,
    Per my understanding that you have design an area chart but the first data point which show the Jan didn't show but start with Feb, right?
    I have tested on my local environment and can reproduce the issue, the issue can be caused by you have set the "hide first and last labels along this axis" in the "Horizontal Axis Properties".
    Details informaion below for your reference:
    Right click the X chart axis and select the "Horizontal Axis Properties" and click the "Labels" on the left to check you haven't check the "hide first and last labels along this axis"
    If you haven't check it but still can't see the Jan shown, please check the sorting expression(If you have added to order the month in the x-axis, please provide it) to see if it is correct.
    I have add some sample data below and create area chart and also area chart combined with line chart, preview result as below, works fine:
    If your problem still exists, please try yo provide some sample data of the table and also the snapshot of the chart, if you have using some expression or setting, please also provide them.
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Help: Chart with multiple data points

    I would like to create a chart which has 2 data points. The way I know it works, each metric has only one data point. If I want the metric history chart shows 2 data points (y axis) over the same period of time (x axis). Is it possible to do such metric?
    Thanks for the help.

    Don't believe you can have 2 data points as you are suggesting. Oracle is working on enhancing the reporting framework for EM, but not sure when BI will be there. You can send data from the OMR to an existing BI infrastructure and report from there.
    Sorry...
    Have a good day.

  • Interpolated Data-Connecting Data Points

    Does anyone know how to connect data points that are not sequential? For example, if I have a column with 15 cells and data in cells 1, 5, 8, 10, and 15. When I chart that data, I want those points to be connected with a line, rather than plotted as individual points. In Excel, you select interpolated from the main preference menu under charts. I've searched interpolation and have not found anything. I'm wondering if this function is called something different in Numbers?

    The first method I posted works well if you don't need the "blank" categories/rows taking up space on your chart. But if you need to see the "blank" categories/rows, I have a table that I think will do a straight-line interpolation for you. I'm not sure it is error free but, if not, it'll be obvious when you chart it. I'm also not sure it was the simplest way to do it but a lot of the complexity was a result of my making it easy to add new rows to the bottom. I tend to brute force things so if someone has a simpler solution, I hope they post it.
    Copy the table to your spreadsheet. Copy your data to the X and Y columns and your category labels to Column A. If you only have Y data then the X's must be a numeric series (like what's in the table now). Plot your X-Y (or Y-only) data as one series and the interpolated column as another series. Change the interpolated data points to "none" and change the line color if you want to (which I did not do below).
    http://files.me.com/pwb3/zk3o46.numbers.zip

  • How to set maximum number of data points displayed on waveform chart?

    I have a waveform chart set to x-autoscale, but after about 1000 data points, it begins to scroll again. How can I display all of the data points being collected, say 2000 points?

    Right click on the chart and select Chart History Length. Enter the value that you need. The maximum is 2147483647 points.

Maybe you are looking for