[OBIEE10.3.3] Box and Whisker / High, Low, Open Close

Hi,
For a demo project I'm looking for a Box and Whisker / High Low Open Close chart. It doesn't seem to be available in the default installation. Does anybody know were I can find one?
Best Regards
John

Thats very tough to do in OBIEE.

Similar Messages

  • Box and Whisker Plots

    how to make box and whisker plots in numbers?

    There is a program called DataGraph that can do this type of chart:

  • Expressions and Defining High/Low Limits

    I have an accuracy requirement to assign a 1.5% and a 1% High/Low  from a previous test.  The previous test is a Numeric Array where the first 12 values have to be assigned a 1.5% limit and the remaining 4 have a 1% limit.  
    Is there a way to do two while loops on the same step or do I have to break out each element in the array and define its own Parameter.
    So basically I have something like this so far:
    First test with post expression:
    Parameters.Test = Step.NumericArray
    Then I have an expression step with the loop options going 1-16 with this... 
    RunState.NextStep.Result.Measurement[ RunState.LoopIndex ].Limits.Low = (Parameters.Test[ RunState.LoopIndex ] * 0.985),
    RunState.NextStep.Result.Measurement[ RunState.LoopIndex ].Limits.High = (Parameter.Test RunState.LoopIndex ] * 1.015)
    But as you see that will add a 1.5% to all of them...Do I have to break out each element in the array individually?? Or is there a way to modify that expression to make the last 4 values of my array multiply by .99 and 1.01?
    Thanks
    Message Edited by Roons1159 on 02-20-2007 03:22 PM

    I got it.. I didn't know I could define paramters for any given step in a sequence, only thought Step, previous step, and next step...

  • When trying to open Firefox it trys to connect to restore the prevoius session (not responding) and will not start. I uninstalled then reinstalled and it is still stuck. I have to X the box and use the popup to close the noresponsive program

    Firefox will not start. When I try to open it it gets stuck trying to restore the previous session. It shows "connecting" and the little round working cursor just spins. The program says (not responding) in the top. Please help me fix this, thanks

    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • G4 Powerbook lid is creaky and very hard to open/close... what to do?

    My wife's G4 1.67Ghz Powerbook was running great until a few days ago. The latch at the bottom isn't catching and now the lid is becoming difficult to open and close. It's very creaky and is almost pulling the screen off the aluminum casing around it. We're afraid to close and open it now for fear the screen will be damaged.
    Is this a hinge thing? I'm trying to figure out if the hinges are broken or just need adjusting.
    Anyone else have this problem at all?
    I love this Powerbook and it's been solid since the day we got it. However, I don't want to spend a lot to fix it either (I've heard of hinges costing a lot). If I have to spend lots on it, I might as well upgrade the unit.
    TIA,
    Dale

    Dale Thompson wrote:
    Thanks for the input though, I checked out the ifixit website, good to know how to do it completely.
    Nice also to see the low price (one tenth of the Titanium hinges) for the replacements.  One thing that I did as a stop-gap with the TiBook was to get a WD-40 no-mess pen and daub the hinges carefully, then sop up the excess with a cotton swab. 
    It helped for a while but didn't solve the ultimate problem, which is that the TiBook hinges were made out of flipping Aluminum!  The steel replacements from PowerbookMedic.com seemed to be a good, albeit expensive choice and were relatively easy to install.
    Ah, the hazards of becoming overly attached to a laptop.

  • I updated my iTunes and now it wont open

    I have recently updated my iTunes and everytime i go to open it up to play music or to put music on to my device it comes up with a little box and then it wont open i just need help please

    Hi abgc,
    Thank you for using Apple Support Communities.
    To troubleshoot this issue where iTunes will not open after doing an update, please follow the steps in the article linked to below.
    iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8 - Apple Support
    Cheers,
    Alex H.

  • How to display and print CCR showing not only results, high, low or normal, but also normal ranges of tests.

    How do I display and print CCR showing not only my actual results, high, low or normal results, but also normal ranges of each test?  I can do this individually but not for the composite CCR.
    Thanks.

    Hi,
    I'm not exactly clear on what you are doing. I can tell you that the ranges and flags for high, low, and normal come from the lab results provider in the lab results they sent you, not from HealthVault. If you go back to the original document that came from
    the laboratory, you should be able to open it as a document and print it.
    I hope this helps. If not, please respond with more details, or if you'd prefer a private conversation, please contact HealthVault customer support by opening a support ticket with them.
    Thanks,
    Kathy

  • All of my other apps have the little box on the right lower side to switch from iphone to tv... except netflix, i am unable to start a movie on the phone and then switch it to the TV??????

    HOW CAN I TRANSFER MY MOVIE FROM THE IPHONE TO TO THE TV WHEN WATCHING NETFLIX, WHEN THE LITTLE BOX IN THE RIGHT LOWER HAND CORNER ISNT THERE????;-)

    That isn't possible with Netflix.
    To watch Netflix on AppleTV select "Internet" from the menu and scroll down to Netflix.  Sign in to your Netflix account.  Your Queue will be available and you can pick up where you left off on your iDevice or computer.

  • Select-options split date into month and assign to low and high

    Hi,
       In my select-options i am giving BEDAT (01.04.2004 TO 30.10.2005).I need to split month and
    year in separate fields.that is
    select-option_low-month in one field
    select-option_high-month in second field
    select-option_low-year in third field
    select-option_high-year in fourth field.
    Finally i need to move these four fields to it_final.
    select * from mbewh into corresponding fields of table it_mbewh
               for all entries in it_final where matnr = it_final-matnr and
               bwkey = it_final-werks and lpmon = ? and lfgja = ?
               and  bklas <> ' '.
    what input i have to give in lpmon and lfgja in select query to get for lfmon (04 to 10)
    and lfgja (2004 to 2005).
    suggest some ideas.

    Hi ,
    Can you please check the following code.
    Hi ,
    data :  l_low_yr(4),
              l_high_yr(4),
              l_low_mon(2),
              l_high_mon(2).
    Splitting the select option date to month and year into low and higher values
    l_low_yr        =   s_date-low+00(04). "  Year low value from the date range
    l_low_mon    =   s_date-low+04(02). "  Month low value from the date range
    l_high_yr      =   s_date-high+00(04)."  Year high value from the date range
    l_high_mon   =   s_date-high+04(02)." Month high value from the date range
    selecting the data from the table mbewh based on some conditions.
    select * from mbewh into corresponding fields of table it_mbewh
               for all entries in it_final where matnr = it_final-matnr and
               bwkey = it_final-werks and lfmon BETWEEN  l_low_mon and l_high_mon
    and lfgja BETWEEN l_low_yr and l_high_yr   and  bklas EQ  ' '.
    This select will retrive the desired data records from the table MBEWH.
    Please let me know if this works according to your requirement.
    Thanks and Regards
    Saritha

  • Excel Chart High-Low Lines Not Rendering when Chart Object Contains No NumCache and StringCache

    I have a number of Excel xlsx files which contain a Chart object configured with High-low Lines.  The High-Low Lines render without issue when the Number Cache & String Cache exist in the file.  A process updating the files removes the Number
    Cache and String Cache from the Chart Object.  After this process has updated the files Excel no longer observes the High-Low Line configuration.  I have verified that the files still contain the setting for the Chart to have High-Low Lines (<c:hiLowLines
    />).  Excel does not recognize that the setting is set (not rendered when viewed or preserved in the file settings after saving in Excel). Excel does not present any errors and everything else works fine.
    Reproduction of Issue:
    1. Create an Excel Document containing a Chart Object with High-Low Lines enabled.
    2. Manually edit the chart1.xml file (in the xlsx file), removing all the Number Cache and String Cache entries from the document (<c:numCache/>, <c:strCache/>).
    3. Open the Document in Excel and view the Chart.  It will not draw the High-Low Lines and if saved the file will no-longer contain the hiLowLines setting.
    The issue has been confirmed in Excel 2010 and Excel 2013.

    The issue has been tested on different computers, 11 in total.  The OS ranges from Windows 7 to Windows 8.1.
    I have not tried in other file formats.  Due to the requirements of the project I'm restricted to xlsx.
    The application interacting with the files is proprietary.
    I've simulated the issue by removing the Number Cache & String Cache manually from the Chart1.xml file.  This causes the issue to occur.  I will note that if i only remove one of the cache entries from the file the High-Low lines will be observed
    in Excel.  It seems to only happen if all of the cache entries are removed.  The file is never interpreted by Excel as corrupt under any of the modifications.
    The issue seems like Excel fails to evaluate the High-Low Lines property when the cache is completely removed.  I'm not sure what Excel is doing to negate the property under the condition of no cache.  After the files is opened with Excel and saved
    the High-Low Lines property no-longer exists in the file.

  • My iPad makes a high low high tune every fifteen to twenty minutes, anyone know of this and have a fix for this annoying sound.

    My iPad makes a high low high tune every fifteen to twenty minutes, anyone know of this and have a fix for this annoying sound.

    I Also have this problem!!
    In my situation, the screen simply started exhibiting the same symptoms a few weeks ago (early February) for no apparent reason.  At first I thought the screen was dead, but discovered the heat solution by accident.  Now I turn it on and keep it from going to sleep until I go to bed.  Thank goodness the battery is still awesome on this thing.
    I bought it new and still has the original screen, I keep it at home (never below 62 degrees).  Coincidentally, this happened a day or two after the expiration of the warranty!!  Any help figuring this one out would be eternally appreciated.
    iPad mini retina Wi-Fi, iOS 8.1.3

  • Need to create high & low payment based on 20% down for both 36 and 42 month lease terms.

    I have 3 different tables on my worksheet and need to formulate low and high payment scenarios for both 36 and 42 month lease terms based on 20% down. Help.

    trods wrote:
    Anyone?
    Patience, trods. Remember that this is a user-to-user forum, and the participants arrive when they choose to or are able to, not according to a work schedule set by an employer.
    On your question:
    So far you have supplied two factors, and implied a third, that would affect the size of the payments to be made:
    Total amount, downpayment as a percentage of the total amount, and the term on the agreement in months.
    From that you want to calculate a "low payment scenario" and a "high payment scenario" for a term of 36 months, and the same two scenarios for a term of 42 months.
    Missing from the data is whatever factor determines how a "low payment scenario" differs from a "high payment scenario." What's missing?
    Regards,
    Barry

  • Dual Xeon (with HT) box and SINGLE CPU WLS Licence

    Can I install WLS 8.1 on this box and run it - or will it refuse as it sees 2 processors (2 physical + 2 logical) - or do I have to remove one of the CPUs or buy a 2nd licence. Due to a mix up we have this mismatch.
    I have other apps on the box which will probably need the extra CPU power of the 2nd real cpu, but don't want WLS to attempt to use it or get upset and not work at all.
    M.

    Khosro,
    Neither configuration would be ideal for this: The Xeon configuration's CPU clock speed is far too low to do much good while the i7-4790(K) configuration has only four physical cores.
    Furthermore, Ray-Tracer 3D acceleration is now EOL (End-Of-Life): Adobe is no longer developing this type of 3D GPU acceleration any further. It is going with something else for 3D rendering, which currently may not be GPU-accelerated at all.
    Thirdly, how much is the most are you willing to spend? You see, what Eric suggested may be priced far higher than your maximum budget permits, judging by the current prices for the RAM, CPU and motherboard.

  • How to set a default value for a drop down list box and then apply cascading based on the default value in Infopath 2010.

    Hello Everyone
    I have two drop downs. Both are coming from look up fields from two lists. i want to set a default value(first list item) for the first drop down list box and then apply cascading based on the default value for the next drop down list box. I found one article(http://www.bizsupportonline.net/infopath2010/display-first-item-drop-down-list-box-infopath-2010.htm)
    where in i can set a default value but i can't apply cascading based on that default value. Any suggestions would be highly appreciated.
    Thanks
    Ramanjulu Naidu N

    Hey Ramanjulu,
    Take a look at the below article which I believe will answer your question.
    http://basquang.wordpress.com/2010/03/29/cascading-drop-down-list-in-sharepoint-2010-using-infopath-2010/
    Daniel Christian (MCTS)

  • I will be using a HDMI cable to connect an Apple TV box and a Comcast cable TV box to my TV. My TV has only one HDMI port.

    I will be using a HDMI cable to connect an Apple TV box and a Comcast cable TV box to my TV. My TV has only one HDMI port.
    To do this I will need a 2x1 HDMI splitter or a 2x1 HDMI auto switch (preferred).
    ?Is there any Apple TV HDMI port voltage?
    When using a HDMI auto switch to connect two devices to a HDMI TV, the
    Auto switch cable box only works for components that do not output continuous voltage over HDMI port when turned off.
    Do you know of any other solutions? Componets? Actual expierances?
    Full text below.
    Cable : HDMI switches expand the number of available HDMI ports on a high definition television allowing connection of cable boxes, Blu-ray players, and game consoles. A side benefit is that cable clutter is also eliminated by running a single HDMI cable to your HDTV from a switch and relocating the HDMI ports to a concealed location. The problem with most HDMI switches is that you have to either get up to push a button, or hunt for the remote control, to switch sources. The true mark of any great switching component is an ability to perform its function and remain transparent in its operation. This automatic HDMI switch is a plug-and-play away from offering everything you are looking for in an HDMI switch. Select a single output from up to three devices for signal delivery to your HDTV. Smart operation provides complete control for connect-and-forget operation. Powering on a device gives it output priority over the other devices. By powering down the device in use, output priority is returned to the last powered on device. Note: Auto switch function only works for components that do not output continuous voltage over HDMI port when turned off.
    Here is a typical HDMI 3-in 1-Out HDMI Auto Switch
    http://www.google.com/products/catalog?q=hdmi+auto+splitter&rls=com.microsoft:en -us&oe=UTF-8&startIndex=&startPage=1&rlz=1I7GGLF_en&um=1&ie=UTF-8&tbm=shop&cid=1 0340892278237558532&sa=X&ei=fTPmTtOiHuXq0gGc3sHfBQ&ved=0CHsQ8wIwAA#
    Thanks for any help. Sincerely,
    HDMI auto switch?

    Hi Erico,
    I tried what you said again but without success. I even updated the driver so that that audio driver is the same as the graphics driver i.e.. NVIDIA but this has not helped either:
    Do you have any other ideas?
    Many many thanks,
    Louise

Maybe you are looking for

  • A few questions from a REAL beginner

    OK, so I am very very very new to HTML, CSS and Dreamweaver and I have a few questions. But before I start let me just state that I have been messing around with HTML, CSS and Dreamweaver for like one week so take it easy if these questions are obvio

  • Error in Asset Value carry forward to next year

    As a regular periodic process of Month/Year closing activities in SAP, Asset Year 2015 was opened and then closes the year 2014 and carried forward the Asset values to the year 2015. But unfortunately some of the Asset value had not been transferred

  • How do you connect to HP 4630 printer WiFi

    I had just installed Maverick on my Macbook and had to buy a new printer, HP 4630 Officejet.  The MAC does NOT recognize the printer by Wi-FI although it will print if I have it attached by cable.  It is listed as the printer in system preferences.

  • Photos i uploaded show up black with ios5

    i just updated my phone to ios 5 and i uplated my photos to my 3gs and they are all black. i need help getting this fixed

  • Java.sql.types and oracletypes

    There appear to be difference in the way the constants are mapped in java.sql.types vs oracletypes(). For example date is '91' in oracletypes and '93' in java.sql.types. The DatabaseMetaData.getColumns() function reports data_type as a java.sql.type.