Having two axes in a horizontal/vertical Bar Graph

Hi All,
I am trying to pull two metrics in the same Bar Graph, but these metrics scales are very different. One is between 0 and 1, and the another metric is between 0 and 500. I have a need to show these two scales in the same graph. I am not sure how to do this in OBIEE 11g.
It would be great if anybody can point me to the right direction.
Thanks, Neelesh

I agree with Sandeep.
Use a line/bar graph. The line will have one axis and the bar will have the axis on the other side. you can sync these values or in your case you probably wouldnt want to sync them since the scales are so different.
On a pure bar graph or pure line graph you can't get this functionality that I am aware of.
-Derek

Similar Messages

  • Vertical bar Graph to be  printed in smartform

    Dear Abapers ,
    Thank you in advance, my requirement is I want a print a vertical bar graph in the smartform. This vertical bar graph is
    changing everymonth that means a monthly performance report is to be propared where it shows the monthly sales and production of products and this data is to be shown in the form of graph along with tabular values. The format of report they need is in the form of any invoice form(for example) so I am preparing the smartform for this.So, Please tell the procedure with example to print the graph in one of the window of smartforms.
    Again thanks in advance.
    Regards
    Dinakar

    Hi Dinakar,
    Please check whether the following link is of any use to you,
    Bar charts in SMARTFORMS
    Best Regards.
    - Reward points if it is helpful.

  • Horizontal menu bar mac to pc

    Recently created this page:   http://musicnotes.net/MNI/SPRY.html using Dreamweaver CS3 but it does not look the same in all browsers.
    It starts out with the table width set for 100% and then hard sets the
    column widths to force the complete heading to something like 1600 pixels
    wide.  The cell widths should be allowed to set themselves.
    In IE 6.0, and probably IE 7.0, the mouse over point to change colors is a
    narrow strip between the links.  Results in white flashes as you move down.
    In IE 8.0, which is now similar to FireFox, the mouseover color changes work
    okay but the secondary panels overlap the primary column.  It's workable but
    doesn't look quite right.
    Except for being forced super wide and too big, everything seems to work
    okay in Firefox.
    Does anyone know if these issues are resolved using CS4.

    Thanks Gramps, will take a look and get sorted!
    Date: Mon, 14 Feb 2011 19:00:03 -0700
    From: [email protected]
    To: [email protected]
    Subject: I am having problems with my spry horizontal menu bar defaulting to the top of page in IE
    The structure of your document needs fixing. You will be able to get a lot of information from here http://www.adobe.com/devnet/dreamweaver/css.html
    After you have fixed the structure start with a fresh copy of SpryMenuBar. Read this before making any changes http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    Gramps
    >

  • Horizontal Scroll bar CSS problem

    I am having some issues with my horizontal scroll bar. I
    looked up the horizontal scroll properties and I believe I have
    them correct? What is happening is on my horizontal scroll bar it
    is giving me up and down arrows instead of left and right and yes
    my images are correct I have checked them a few times now
    Any ideas this is what I have for my css
    HScrollBar {
    downArrowUpSkin:
    Embed(source="../assets/images/leftArrow.png");
    downArrowOverSkin:
    Embed(source="../assets/images/leftArrow.png");
    downArrowDownSkin:
    Embed(source="../assets/images/leftArrow.png");
    upArrowUpSkin:
    Embed(source="../assets/images/rightArrow.png");
    upArrowOverSkin:
    Embed(source="../assets/images/rightArrow.png");
    upArrowDownSkin:
    Embed(source="../assets/images/rightArrow.png");
    thumbDownSkin:
    Embed(source="../assets/images/thumb.png",
    scaleGridLeft="7", scaleGridTop="5",
    scaleGridRight="8", scaleGridBottom="7");
    thumbUpSkin:
    Embed(source="../assets/images/thumb.png",
    scaleGridLeft="7", scaleGridTop="5",
    scaleGridRight="8", scaleGridBottom="7");
    thumbOverSkin:
    Embed(source="../assets/images/thumb.png",
    scaleGridLeft="7", scaleGridTop="5",
    scaleGridRight="8", scaleGridBottom="7");
    trackSkin:
    Embed(source="../assets/images/scrolltrackH.png",
    scaleGridLeft="7", scaleGridTop="4",
    scaleGridRight="8", scaleGridBottom="6" );
    }

    Please reduce the container size in the screen thru SE51 that automatically create the scroll
    or check whether in the attributes of the screen "Hold scroll positio" not to be checked

  • Graph values on the Vertical Bar

    Hi,
    Is there any possiblity of the of the graph values to be there on the Vertical bar graphs.
    Generally the vertical bar graph values will display on top of the vertical bar graph.
    Thanks in Advance.
    Siva

    Here is a link that will walk you through setting up each of your Device Profile pages for your iPod:
    http://ipod.about.com/od/tes1/ss/ipod-touch-setu.htm
    Cheers,
    GB

  • Implementing Detach(as in Panel Collection)like functionality for Bar Graph

    I have created a jsff containing horizontal stacked bar graph through collection model.I have not used any VOs ,but I have created an ArrayList in which I send the values to be shown in the graph by fetching data through jdbc call.
    Now I want the graph to be displayed in a pop up through a link in the jsff so that the data can be viewed in larger screen area,similar to the funnctionality of 'detach' in the panel collection.
    I am using JDev 11.1.1.6 and WLS 10.3.6
    Please suggest a mechanism to achieve this.Any help on this issue is appreciated.

    Hi Saif Kamaal
    The Use Case :
    i. When the page is initially rendered , a bar graph will be shown in a region.
    ii. That region will contain a button ,which on clicking willl bring the graph in the entire page as popup (Similar to the detach functionality in Panel collection,where a table is rendered and clicking on detach brings the table on entire screen)
    I have developed the graph as jsff and that is added to a jspx page and I need that button,if possible, in the jsff itself.

  • Horizontal menu bar appears vertical after upload

    Hi,
    I am new using Dreamweaver CS4 and have encontered a problem. I have made a nice looking (I think so) horizontal menu bar on my web project and it works/looks fine in the "LIve View" of DW. However on the web page after upload it looks like this:
    http://www.competenciagroup.com/ColombiaTravel/index.html#
    It has changed from horizontal to vertical and all formats are gone. Anybody have a clue?
    Thanks in advance,
    Ivan

    The Spry stylesheet cannot be found.
    The Spry CSS should be:
    http://www.competenciagroup.com/SpryAssets/SpryMenuBarHorizontal.css
    In your local working folder on your computer, is the Spry folder inside the working folder, or is it outside of that folder.  The Spry Assets folder should be inside the folder where all your other html/image files are.  The link in your html pages, shows that the Spry folder goes one level deeper than that.
    The paths to both the spry css and the spry js file are wrong, you need to fix that and then upload the files again.
    Hopefully you are working within a Defined Dreamweaver site - this is a very important first step before working on your site.
    Define a site:
    http://kb2.adobe.com/cps/140/tn_14028.html
    Via the File Panels window, move the spry folder into your working folder  *do not do it via windows explorer* it has to be done through Dreamweaver so that DW can correctly the file links.  If everything goes correctly, you should be asked whether you want to update any links, so yes.. and hopefully the links will be corrected.
    Usually the link should look like this if the Spry folder is inside your working folder structure:
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    Your link however shows as:
    <link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    This means that the browser is trying to find the files one level down from where you website files are stored on the server.. and it's not there.

  • Horizontal menu bar - increase the height and center the vertical treat position.

    I am using SpryMenuBarHorizontal.css and want to increase the height of a horizontal menu bar 20 28px and have the menu names move to be centered vertically, rather than be aligned at the top.
    Can anyone help me figure out how to do this?

    In the following adjust the highlighted value to suit
    ul.MenuBarHorizontal a {
        padding: 0.5em 0.75em;
    Gramps

  • How do I view the Horizontal Scrolling bar and status bar at the bottom of the screen. I can only see the top menus, toolbars and vertical scroll bar?

    Before the most recent upgrade, the bottom horizontal scrolling bar and status bar appeared on my screen. Now since upgrading, I cannot see the. Anyone ideas how to restore them?

    If you haven't already, you could force-quit Quicktime by using the menu option from the desktop (finder) and choose Quicktime.
    Not sure what you have frozen on the screen, be it a failed movie, or some unusual screen shot. If you can find by date (created) you may be able to look for .mov or quicktime suffix name or other video file content to delete it.
    And you may have to restart your computer and perhaps run repair disk permissions from Disk Utility's first aid on the hard disk drive in your computer.
    Not sure if all that would help now, but it is something a few days late...!
    Good luck & happy computing!

  • Horizontal scroll bar not appearing-Alert report screen

    Hi All,
    I have an agent setup which shows alerts and a report is fed as an input/delivery content. The report is fairly big with many columns and cannot fit in the standard alert screen hence need a horizontal scroll bar to view all the columns. But unfortunately there are two vertical scroll bars which are appearing and no horizontal scroll bar. Could the experts please let me know if this is a bug or is there any configuration that I am missing?
    OBIEE version: 11.1.1.5
    Any help would be appreciated.
    Thanks,
    Vikram

    Hi,
    Sorry for the delay in response. The issue was because of IE7 version. Its a bug.
    Thanks,
    Vikram

  • Horizontal Menu Bar extends off the screen

    I have the horizontal menu bar working great with a standard
    CF query results set. however, the problem i am having is that the
    right most menu item has two levels of children that expand right
    on rollover, but that pushed them off the browser so you can;t
    actually see them. is there a way to have them expand to the left
    instead?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • How to split a string delimitted by vertical bar(|)

    Hi
    I would like to split a string delimitted by verticl bar using String.split("|") functionality. When I used split functionality for other delimitters like "-" or ":" or ";" it worked perfectly but if I use vertical bar it is splitting all the individual characters in thet string
    Is it because verical bar is having some significance in regular expressions
    Can some body please shed light on this

    joningle wrote:
    I've looked in the documentation and I don't understand why two slashes need to precede the vertical bar "|". Can you explain the reason this is the case?
    Thanks
    Jonfrom my understanding (i just taught myself this stuff in my regex lesson yesterday), the double '\ \' is to escape from the meta-character '|' , (meaning OR) ... just like if you put '\n' into a string, it's considered a newline character, if you want to denote the String "\n" you need "\ \n"
    edit: i'm being really slow today...
    Edited by: redfalconf35 on Nov 9, 2007 2:36 PM

  • Horizontal Scroll Bar (Possible Bug)

    Hello,
    I am working on a site, and I have encountered a strange bug that is adding a horizontal scroll bar to my page, and I have no idea why. While there are elements that are lying outside of the page, the scroll bar shows up way before they are close to the edge of the browser window. This happens in Chrome, Safari, and Firefox.
    What is very strange is that while trying to solve the issue, I removed several elements from my muse layout file, and I did find what was causing the issue. I have blue bars that act as headings for each section, and they are not 100% width (and I do not want them to be), and they were not off the page. However, once I removed those, the scroll bar stopped showing up so early when shrinking the browser window. I added the bars back in, one by one, and found out that depending on where I place the bar vertically will affect the horizontal scroll bar. This seems to happen whenever my bar is played below y: 1030. I have added screenshots to show this, and I can email my Muse file to Adobe support.
    Some of you may notice that I do have an element that hangs off the page, and while this is true, I do not believe that it affects the issue I am having. When I remove the blue rectangles as described in the paragraph above, the website behaves as expected, even with my ribbon hanging off the page. With the blue rectangles, the scroll bar appears much before the browser window encounters the blue ribbon.
    I have spent a lot of time searching for a solution, and playing with both the elements on my site and the page properties, and I cannot solve the issue. I just want there to be no scroll bar until the window is actually smaller than the page.
    Screenshots:

    Thank you for the great repro case. It was exceptionally helpful.
    You've exposed a bug that's probably been there forever which required just the right combination of objects both on the page and off the left of the page in order to be triggered. We'll write up a bug to be investigated for a future release. Unfortunately the next major release is due out very soon, so this bug won't be fixed in time for that release.  https://creativecloud.adobeevents.com/ccnext
    A workaround (that no doubt seems arbitrary but should work in every case) is to group the blue box with any other object. Sorry for the confusion and inconvenience.

  • Pattern of vertical bars appearing in images after upgrade to cc 2014

    Many of my psd files show a pattern of vertical bars after my upgrade to PS CC 2014. They show up all over images, not just in solid or dark areas as in this example. Any suggestions?
    Thanks

    Please note transcript of chat session with Apple support, below:
    Chat Transcript
    Friday, June 20, 2014 05:20 AM
    Duration: 33 minutes 26 seconds
    Cynthia:
    Thanks for contacting AppleCare chat support. My name is Cynthia, and I'm a Senior Advisor. How can I help you?
    Cynthia:
    Hello Peter, how are you today?
    Peter:
    I was told to contact Apple about a problem that Adobe says is being caused by "bugs" in my GPU hardware which is causing horizontal and vertical banding when editing masks in the latest version of Photoshop 2014.
    Cynthia:
    Thank you for your patience!
    Peter:
    Okay...
    Cynthia:
    I am sorry to hear you are having issues with the Adobe. Do you mind if I ask a few more questions for clarification?
    Peter:
    No, go ahead..
    Cynthia:
    Are you chatting from the computer with the issue?
    Peter:
    Yes
    Cynthia:
    Are you only getting that message when working with Photoshop or with other applications as well?
    Peter:
    The problem is also showing up in the latest version of Adobe's Lightroom in images that are saved from Photoshop. The distortion is different there. It never happened with the previous versions of either LR, or PS.
    Cynthia:
    What OS X do you have and have you recently upgraded? Did it work in previous versions of OS X?
    Peter:
    10.9.3, and yes it worked in the last version(s).
    Cynthia:
    Are you using upgraded versions of Lightroom and Photoshop? You stated is did not happen in previous versions.
    Peter:
    Yes, upgraded versions and it never happened with the previous versions.
    Cynthia:
    Thank you. That helps to narrow it down! It sounds like a compatibility issue. Have you spoke with Adobe about this?
    Peter:
    Yes, and their lead Photoshop engineer emphatically stated it is a problem with the GPU hardware on the 2013 Mac Pro. Others have written in with the same problem, again, only on the latest Mac Pro.
    Cynthia:
    I would like to see what I can find on this and once again, I am sorry to hear about this issue! Just a few more minutes, please.
    Peter:
    Sure..
    Cynthia:
    Again, thank you for your patience. I have found information on the issue you described from the Adobe support site blogs. They have listed a fix for the issue till a permanent one is found. This is an issue that Adobe will need to fix in their application. For support of their products, we are required by the producers to refer you to them for support. Here is the link: http://blogs.adobe.com/crawlspace/2014/01/photoshop-cc-14-2-update-jdi-features-mac-proos- x-10-9-compatibility-and-notable-bug-fixes.html
    Cynthia:
    Are you able to access that link, Peter?
    Cynthia:
    My daughter also uses those applications and I thank you for bringing that to my attention!
    Peter:
    I have the link/article and will read it... It is referring to the last version, not the current one. I have a feeling Cris Cox from Adobe is right, that it in the end might be an Apple problem but I'll see what Adobe has to see about the article.
    Cynthia:
    I do understand. Please let us know what you do find out. For the moment, I have not found any other fix or work around.
    Cynthia:
    If you do need to get back with AppleCare, your case number for this issue is ************.
    Peter:
    Okay, thanks Cynthia! BTW, will I get a copy of this chat to include with my communication with Adobe?
    Cynthia:
    I will be happy to send that out, it will go out as soon as the chat ends. I thank you again for bringing that to my attention!

  • The Horizontal & vertical scroll is not visible or not working when i run the form in Forms 6i.

    Hi all,
    The Horizontal & vertical scroll is not visible or not working when i run the form.
    In this form , there are 5 canvas namely
    CANVAS2 - Stacked Canvas
    PASS - Content Canvas
    MAT_RATES - Content Canvas
    DATE - Content Canvas
    PREVIOUS - Content Canvas
    I have set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the WINDOW Property.
    I have  set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the STACKED CANVAS Property .
    But still the Horizontal and Vertical Scroll Bar is not working when i run the Form.
    Help me with this please. How do i make it visible??
    Oracle Forms 6i..
    Thank You.

    Vijetha wrote:
    Hi all,
    The Horizontal & vertical scroll is not visible or not working when i run the form.
    I have set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the WINDOW Property.
    I have  set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the STACKED CANVAS Property .
    But still the Horizontal and Vertical Scroll Bar is not working when i run the Form.
    Help me with this please. How do i make it visible??
    Oracle Forms 6i..
    Thank You.
    hello vijetha,
    window and canvas show scroll bar when it need.
    You should show block property
    and set block scroll bar
    hope this helps..
    Hamid

Maybe you are looking for

  • Integrating crystal report with swing application

    Hi, Any body knows how to integrate crystal reports with swings? I'm posting this after a painful search in the net/forum.Any idea will be greatly apprecited. thanx. regards, jmos

  • How to cast RECORD of nested tables into OBJECT of nested tables

    Right, we have an existing massive pl/sql package where some of the processing is taking too long so they want to try multithreading it. The data in this package is stored in an array of records which contains nested tables, which themselves contain

  • MBP Display Colors, should the be the same as ACD?

    Greetings everyone. Just bought my 1st Mac laptop (15" MacBook Pro). Before that I have a year of experience with Mac Pro. I've noticed an interesting thing - colors on mbp are little desaturated. I've set up color calibration on both MBP display and

  • Keyfigures in reporting

    hi friends can anyone let me how we can guide a layman ie user how we can do knowdledge transfer on key figures as keyfigures in the bw are very difficult to understand for user . so is there any easy way that user can check which key figure is relat

  • Video format .avi and iMovie

    Hi, i am now starting on iMovie HD. I use a Casio Exilim s-600 for video shooting. Problem: the recording format is AVI. I run the divX codec Pro on my desktop, which i expected to enable Quicktime to read those. I unfortunately only have the sound a