Charts - more than one dimension object on the x axis of the chart

Is it possible to add more than one dimension object on X axis of the chart ? I have two reports - one for bookings revenue for rolling 12 months period and other for forecast revenue for forward going 12 months. I have been asked by my manager to produce one chart showing 12 months rolling bookings plus revenue forcast going forward 12 months in one chart. Is it possible? and if so then how to go about to accomplish it.
Thanks for the help in advance.
- Fizza

hi
i think it is posible. for exaple  on x axis can include year, months.  on y axis may include sales revenue.
or
what dimensions are you going to put on the x axis and y axis?

Similar Messages

  • Can i Bind more than one Model object to the Custom controller or not

    Hi All, I trying to bind more than one model object to the custom controller, Both the model objects contains same attribute name called ( output). Both model objects created on to top of the BAPI. So when i bind first model object to the custom controller will work fine. When i am trying to bind the second model object to the same controller. This second model object also having the same attribute name called "output" . So it is giving an error of "Duplicate context element "Detail". Rename or uncheck duplicate elements.
    can i assign more than one model object to the single controller or not?
    But in the reference document, it has given that , we can create model object with more than one bapi.So in this case if both the bapis contains any element with the same name will also be problem. Any body give me the solution.
    Initially we have created one custom controller for each model object. But later i realized that, why con't we use same controller for all the model object. Because, the custom controller context is the public context. this context shared across all the view controllers.
    The concept which I am trying to do is right or wrong?

    Hi Vishal,
    of course, you can bind one controler to many models. When the same name occours you can simply RENAME binded node in controler.
    Regards
    Bogdan

  • Can i open more than one Resultset object

    hi in my program i have to retrive data from three table and the data from three
    table i have to use in another one
    i wanna know that can we open more than one ResultSet object within one
    try{
    }catch{] block ( i means ResultSet rs = st.excuteQuery(query) more than one time for different -different tables)
    or there is any other way to do this

    You can only have one active result set per statement at a time.
    Depending on the driver you are using you might be able to have more than one active statement (and result set) on one connection. Or not.
    Try catch has nothing to do with that.
    If you are nesting result sets then it is likely you should be using a join (SQL) which would then only require one result set.

  • Can we have more than one dimension in a Report ?

    Dear Friends,
    I am trying to build a group matrix report from more than one dimension using Express Data.
    Is this possible ? If yes can you please guide me as to how to do this.
    Thanks in advance.
    Regds,
    Ramakrishnan L

    Please refer to the section" Building a Report Using an Express Data Source example" at
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/index.html
    Thanks,
    Siva

  • Drill Down error with more than one dimension

    Hello
    I'm using AWM 10.2.0.3.0A with Oracle 10.2.0.1.0 and i can't perform drill down operation when i have more than one dimension in the same axis. That is, when i have two dimensions, a can't perform drill down on both dimenions at the same time, but only one at a time.
    Would anyone ever had this problem? What can be?
    Thanks
    Luciano

    Hello Brijesh
    I succeed do this operation in other works, but not this. After performing drill down in the first dimension, i clicked on the second dimension and nothing happens.
    It doesn't emit any error message.
    Normally should be able to view the data calculated for the two dimensions. I have 6 small dimensions tables (average of 700 records). I don't know what can be.
    Thanks,
    Luciano

  • Dragging more than one display object in flex3

    As per my knowledge, we can drag and drop only one display object at a time.... What should i do if i want to drag more than one display object together as a group.
    I am having a canvas and inside it i am having a box..... In that box I am having many Panels.... Now i can create a group of adjascent panels.... And i can drag that panel group to some other place in that box only....
    So how to drag a group of display objects together.

    You can use custom code for that.  Flex doesn't use the Flash Player's dragging API.  It monitors mouse activity instead.  There is an example in Panel.as.  You can extend it to move more than one panel.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • External e-mail to more than one organizational object

    Is there any way to send an external e-mail in a mail step on the WF, to more than one organizational object, without getting their mails?.
    I mean, I have a table with OTYPE and OBJID
    (example:
    line 1: 'US' 'USERNAME'
    line 2: 'O' '123456'
    line3:  'S' '56789'
    I can send them a work-item or a notification, but can I send them an external e-mail in a mail step?
    If not, how can I get their mails with an FM?
    Thanks!!!!

    Hi,
    send an external e-mail in a mail step on the WF, to more than one organizational object
    1) Get the Email ids of the Org. Objects and stored it in a Multiline Container element and assign it in the 'Send Mail' step
    2) Other wise, you have to create a Method in the BO, in the Method get all the email ids of the Org. Object. Then using the Function Module  [SO_NEW_DOCUMENT_ATT_SEND_API1|https://wiki.sdn.sap.com/wiki/x/nYKdAw]  to send the email.
    Regards,
    Surjith
    Edited by: surjith kumar on Jun 9, 2009 6:53 PM

  • HT6114 I cannot select more than one message at a time to delete from the trash. Any ideas will be appreciated

    I cannot select more than one message at a time to delete from the trash. I did not have this problem before I updated to Maverick. What am I doing wrong?

    This works in many different ways and in lots of apps.
    Hold down the command key and you can select from a list (leaving some not checked) to exclude them from the delete process.
    To empty all of the trash folder use command-a keys to "select all" and then the delete key to remove them.

  • Added more than one service objects

    Is it possible to add more than one attachment to the service for object section? It is possible to delete more than one attachments..
    Edited by: Lien Thach on Jan 14, 2010 3:20 PM

    The user wants to add more then one attachment documents in SAP..It will allow for them to delete more than one documents. can this be done through configuration? If so, can you please show me how?

  • More than one URL object

    OK - I've managed to get this far without posting to the forum with this project, which shows that I'm actually beginning to grasp java.
    I'm trying to get graphics to show up on JButton in jar files - I know that you're thinking that I should search the forums and I've already done that and found part of the solution - which is so create a URL object which uses the getResource method.
    This works when I have one button - and works fine - when I have more than one for some reason the whole application crashes. If I have two buttons implemented through this way the first works fine, but the second causes the application to crash and I get:
    Uncaught error fetching image:
    java.lang.NullPointerException
            at sun.awt.image.URLImageSource.getConnection(Unknown Source)
            at sun.awt.image.URLImageSource.getDecoder(Unknown Source)
            at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
            at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
            at sun.awt.image.ImageFetcher.run(Unknown Source)My code is
    if (letter=="a"){
         URL urlA = JIEventFrame.class.getResource("alphabet_media/Angelfish.png");     
         ImageIcon picA = new ImageIcon(Toolkit.getDefaultToolkit().getImage(urlA));
              jiEventOK = new JButton(picA);  jiEventText = new JLabel ("a, Angelfish", JLabel.CENTER);}
    if (letter=="b"){
              URL urlB = JIEventFrame.class.getResource("alphabet_media/Baloons.png");     
              ImageIcon picB = new ImageIcon(Toolkit.getDefaultToolkit().getImage(urlB));
              jiEventOK = new JButton (picB); jiEventText = new JLabel ("b, Balloons", JLabel.CENTER);}letter is a String which is passed from a preceding class which creates an instance of this one.
    Any ideas why one would work and not two, even though they've got different identifiers ?
    Thanks in advance.
    adam

    Map pngs = new HashMap();
    pngs.put("a", "Angelfish");
    pngs.put("b", "Balloons");
    // and so on
    Your code which you were having a
    problem then doesn't need to have 26 if-statements, it
    should look more like this:
    String pngName = (String)pngs.get(letter);
    URL url = JIEventFrame.class.getResource("alphabet_media/" + pngName + ".png");
    ImageIcon pic = new ImageIcon(Toolkit.getDefaultToolkit().getImage(url));
    jiEventOK = new JButton(pic);
    jiEventText = new JLabel (letter + ", " + pngName,
    JLabel.CENTER);Okay - this is a neat looking piece of code and I'm really learning. Many thanks for this. However, I'm not sure what pngName will be in this instance - will it be "a" + "Angelfish" or will it be "a", or "Angelfish"? How are the two parts separated, if at all? I've read the API for HashMap, but it isn't all that clear. I'll scour the tutorials next. How does the String know that letter is the first element "a" and that pngName is "Angelfish"?
    I want to have an ImageIcon called Angelfish.png and then another JLabel where I will show the text "a, Angelfish".
    Also there is a smallish problem in that not all the graphics are png; I also have jpg, but I could fix that by reformatting them. However, it's not an ideal fix.

  • Can you have more than one alert at a time show up on the lock screen?

    When i recieve a new message, this shows up as an alert on the lock screen when my phone is locked, as its supposed to. However, if a new alert comes through before i open the previous one, only the most recent one will appear on the lock screen. Is there anyway to set it so multiple messages can be displayed on the lock screen at once?

    Yes, you may have more than one "single" subscription, with the photography special counting as a single
    Cloud Plans https://creative.adobe.com/plans
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html

  • Firefox will not open more than one window and upon restarting will not open the previous tab and refuses to open bookmarks

    Firefox does not open more than one window. I can open plenty of tabs, but not more than one window. Upon closing firefox and trying to restart the browser will not open and needs to be closed through windows task manager. Upon trying to re-open Firefox I receive the 'oops this is embarassing , firefox cannot re-open your tabs" message. When I click on "new session" the bookmarks do not load. It is becoming very frustrating as I am a student and often do lots of research on the web while using lots of open windows.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • My husband just got an IPAD and I have and I phone...Can more than one player sign in and play games on the I pad?  (Example we both play tap fish...I want to sign into the game center and play my fish tanks )  Can this be done?

    Can more than one player use the game center?  I have an I phone and my husband just got the I pad I want to play my games on his i pad can I do this?(example  we both play tap fish and tap hotel can I sign out of his login and sign into mine and play my game this way?)

    If tap fish was an app purchased by both you can do that. If you yourself just purchased it and it's on the iPad, the iPad won't let you open it under your husbands I'd.since you have the rights, you bought it, it must be your apple I'd logged in. To do that go to settings, store, taptheapple I'd..sign out and sign in with yours. The gamecenter signing out and in will only help if youwant achievements or to play with your friends.

  • If I have more than one secure website open with different windows, is the information I provide on one website secure from the other websites?

    The question really says it all. For some purposes, it would be helpful to have more than one password protected website open at the same time so I can go back and forth between them. However, I don't want to risk my passwords and other information being available in the process.
    Thanks for your help.
    Kip

    Yes, they are secure from each other.

  • How to display in KPI more than one dimension at once

    Dear Experts,
    We are using SSM 7.5 SP 7 and are trying to display more the one dimension at once on the same KPI.
    For example KPI "on time delivery" :
    Destination from (dimension 1) , Destination To (dimension 2) , ACTUAL, TARGET , SCORE , ETC
    GERMANY  , JAPAN ,  80 ,  75 , 5 , .....
    Could not find a standard option for that only one dimension on the row the rest are on top for the entire screen.
    would appreciate your help
    thanks
    Amir

    Hi Amir,
    If you want to do this for only one KPI, you can do so using the KPI Detail screen.
    Just click on the name of your KPI to navigate to the KPI Detail screen and then you can use the "Drill" button located on the top of the trend graph at the bottom of the screen to visualize the KPI information (Actual, Target, Score, Gap Performance) across multiple members of the same dimension.
    You need to select the dimension on the upper right hand side of the chart (there is a drop down list with all your dimensions so you can focus on one) and then you can drill down by clicking on the elements on the chart.
    I hope this helps,
    Hector

Maybe you are looking for

  • Error on the SAP BPC patches

    Dear SAP Support, I used the SAP BPC 5.1 SP 3 and Ms.SQL Server 2005 SP 2 in my dev environment , I have upgrade it to be SP 11 and Ms.SQL Server 2005 SP3. SAP BPC upgrade for server, Administration, and Client(office) ran perfectly and based on the

  • ORA-12560 in database restore cold backup

    Hi guys, I'm trying to restore a cold backup (WINDOWS NT) and I did the following: 1. Restore the datafiles in a specific location, according to the directory that the files were before. 2. Create the service: C:\>oradim -new -sid ORCL -startmode aut

  • Iphone 4s lower price ?

    Hi. I want to buy i phone 4s. I use prepaid att and wan tto change ( for now ). I have to spend $500 for iphone4s att. But i dont want to lose iphone if will have to change telecom. service so wan tto buy unlocked. Unlocked iphone 4s cost 650+. And t

  • Problems with jin

    Jin is a chess program that gives me this error when loading java.lang.ExceptionInInitializerError at java.lang.Class.initializeClass(libgcj.so.7) at java.lang.Class.forName(libgcj.so.7) at java.lang.Class.forName(libgcj.so.7) at free.jin.Jin.fixSwin

  • HT1399 Why are listened to podcasts no longer deletable in the lastest version of iTunes?

    Why are listened to podcasts no longer deletable in the lastest version of iTunes?