Chart position defaults to Right in 11.1.1.6

When creating a chart associated with a pivot table the chart position defaults to the right. After updating the position to above, below, etc... the chart moves to the new location but the default position in the drop down is Right. If you don't save the pivot table while viewing the chart in the position you want, it defaults back to the right. This is a huge hassle because everytime you edit the pivot table you have to reselect the correct position (the position you want the chart) otherwise your chart ends up on the right.
Is this a bug??
Thanks

Same issue here, been using 11.1.1.5 for about 2yrs and just built me a 64bit 11.1.1.6 server and ported over catalog and RPD.. so far is is first bug I see.
It's a bug, right oracle ????

Similar Messages

  • The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my doc

    The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my dock has resided at the right margin so all my slider manipulation over countless editing sessions in Aperture has been ingrained to work at the left margin -- but, the vast majority of the time, the HUD overlaps the image I am editing in this 'unlocked' mode. 
    Every occasionally I enter Full Screen View and it positions on the left margin *without* superimposition...(!) My great joy is modulated into aggravation, however, should my tracking cursor drift all the way 'out of bounds' -- to call in the hidden pane of adjacent images sequenced in the library... This dramatically shrinks the Full Screen display and re-locks the HUD; if I toggle the switch to re-xpand the image it re-positions at the right margin!!!!  I SOOoooooo wish I knew how to control the default 'locked' margin of the HUD in Full Screen View...

    Drag it over to the Left. Then lock it there.

  • How can you have the app tabs positioned to the right of the FireFox button when maximized?

    App tabs are '''normally''' positioned to the right of the FireFox button. However, when you shrink the window and then maximize again the app tabs appear below the FireFox button.
    Anytime an app tab is open and you maximize, adjust window, maximize, the entire tab bar is bumped down under the FireFox button. Having just regular tabs open does not have this problem as they correctly position themselves to the right of the FireFox button when maximized.

    Zero is in the middle where it says "none".

  • How do I Position Tabs Top-Right, Bottom-Right, etc??

    I've spent countless hours looking over the net and here trying to find anything that shows how to position tabs within a JTabbedPane (or a deriviative of it) in OTHER than top-left, left-top, right-top or bottom-left.
    My most immediate need is to put the tabs top-right, and I was able to modify the layout to do that, but that screwed up all other positions. When I hacked up the paint method to changed the rects, it worked until the tabs lost focus.
    Digging really deep into an extension of JTabbedPane, TabbedPaneUI, and the inner TabbedPaneLayout, I kept running into dead-ends in one place or the other, like, finding private methods, or different mechanisms for getting the tabplacement.
    If anyone has any pointers, please let me know. At the moment, I'm so exasperated that I'm actually writing my own custom tabbed pane. However, my tabbed pane will allow ANY component as a tab and allow 12 anchors for the tabs, but I'd still just like to get the tabs top right.
    Java Joe Morgan

    You're friggin' kiddn' me! OK.. that makes me feel really stupid... but I generally think of component orientation as an internationalization thing and it simply never dawned on me to try!
    I'll get a big laugh out of this some day... somewhat like you are right now!
    Thanks... you've saved me about only a zillion lines of code.
    Things to note for those finding this answer:
    1) For left and right tab runs, this doesn't have an effect, but why would it? Yet, it might have been nice to have a right-bottom or left-bottom.
    2) For top and bottom tab locations, if you want the tab order the same left to right order as you add them, you have to add the tab components in reverse order. That is, in your code you add Tab1, Tab2, Tab3, and set component orientation right to left, your tabs will be, left to right, Tab3, Tab2, Tab1. So to get tabs positioned on the right (top or bottom) and left to right order Tab1, Tab2, Tab3, you'll need to add them Tab3, Tab2, Tab1.
    Edited by: Java-Joe-Morgan on Dec 17, 2009 2:31 PM

  • Problems with "filter","zoom""#position""-moz-opacity""right""width""verical-align""ignored declaration"

    Are these problems related to any add-ons? I use Mac latest OS and version 4.0 Firefox.All my extensions and plugins are as far as I know updated to latest version.

    I am sorry, but you have changed the CSS beyound recognition; I do not want to spend my time going through it to correct it.
    One example that has angered me is
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
        margin: 0;
        padding: auto;
        list-style-type: katakana;
        font-size: 100%;
        cursor: default;
        width: 13em;
        border-top-color: #edeeee;
        border-top-style:groove;
        border-bottom-color:#313132;
            border-bottom-style:groove;
        border-left-color:#cbcccd;
            border-left-style:groove;
        border-right-color:#3d3d3e;
        border-right-width: thin;
            border-right-style:groove;
    Changing this has not made you an expert
    Another example on or about line 155 is this line which is sure to upset the browser.
    ul.MenuBarVertical a:focus
    Yet another one
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
       left: -11px;
        border-top-color: #edeeee;
        border-top-style:groove;
        border-bottom-color:#313132;
        border-bottom-style:solid;
            border-bottom-style:groove;
        border-left-color:#cbcccd;
            border-left-style:groove;
        border-right-color:#3d3d3e;
        border-right-width: thin;
            border-right-style:groove;
    I suggest you start with a new widget, but before you do, read this http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    Gramps

  • How to put the URL-bar at a fixed position to the right of tabs ?

    I have moved the URL-BAR to the right of tabs, on the same row, and reduced the size with a few lines in "userChrome.css".
    I want the URL-bar to be at a fixed position as far to the right as possible, so i get as much free space as i can for my tabs.
    I´m using FF 20.

    Sounds that you are using wrong code in the userChrome.css file.
    You can set the max-width of the location bar and the search bar to force a maximum width of both bars.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #urlbar-container { max-width: 400px !important; }
    #search-container { max-width: 200px !important; }
    </nowiki></pre>

  • Macbook pro sound defaults to right speaker only

    How do I set the sound output to not change to the right speaker only by default? It resets itself every so often.

    Welcome to Apple Support Communities
    Your graphic is damaged. Take it to an Apple Store

  • Setting chart as default output of a query

    When I run a query in out portal environment, I get the the table with data as a default result.
    I would like to change this and set the default output to either table and graphic or to chart. Is that even possible?
    I'm working with BW 7.0 templates.

    Hi.
    I assume you created WAD template.
    In this WAD you inserted 2 webitems:
    1. analysis item with dataprovider assigned to your query
    2. chart item with the same dataprovider
    If so you should set, as mentioned above, HIDDEN for analysis item (analysis item shows you query data - table) and VISIBLE fro chart item.
    So by default your report data will be hidden and chart visible.
    If you want to switch within WAD you should create any button "show/hide table" and attach command "SET_WEBITEM_PROPERTIES" and set visible for analysis item.
    Regards.

  • Powershell script set timezone and default calendar rights to NonEditingAuthor

    Hi
    How do I make a Powershell script setting Timezone to da-dk and calendar rights on default user to NonEditingAuthor for all users?
    Best regards
    MSISOM

    For product specificquestions yoou should post in the product forum.  In this case in teh O365 forum.
    I conencted in to see how easy it is to find the info.  On query was all it took.
    Set-MailboxRegionalConfiguration  --->>
    http://technet.microsoft.com/en-us/library/dd351103(v=exchg.150).aspx
    Searhing O65 is the best place to find your answers.  Post here when you have an issue of how to use PowerShell.
    http://community.office365.com/en-us/f/613/t/29986.aspx
    ¯\_(ツ)_/¯

  • How to make JFrame positioned to lower right corner of user's desktop

    I'm a new java user, and I'm working on building a small
    application. When the application is launched, I would
    like the application (JFrame) window to be positioned
    in the lower right corner of the user's desktop. Does
    anyone know how to get the user's desktop size so
    I can position the application.
    Here is a code snippet where I lauch the app.
    public static void main(String args[]) {
    ArchiveRestore mainFrame = new ArchiveRestore();
    mainFrame.setSize(500, 500);
    mainFrame.setTitle("Master Model Automation");
    mainFrame.setVisible(true);
    Thanks
    -cliff

    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Will get the screen size. The Toolkit class is in the java.awt package.

  • By default, which right has a user on a "external trusted" domain ?

    Hi,
    I would like to know what are the rights for users in DomA when a bidirectionnal external trust is in place with DomB ?
    By default, the user in DomA is member of "DomB\Domain User" (otherwise, how can the user in DomA can list the users in DomB for example ?)
    Is there any specifics things to know if DomB is in Win2000 compatibility domain/forest level ?
    I know this ressource
    https://technet.microsoft.com/en-us/library/cc755321%28v=ws.10%29.aspx and this
    https://technet.microsoft.com/en-us/library/cc757352(v=ws.10).aspx but didn't find my answer.
    Thank you ! :)

    I've created many trusts in my day and they can get confusing... quickly...
    #1 Who is the "trusting Domain" (who is saying "yeah I, domA, will let DomB in the door")
    #2 Who is the "trusted domain" (who is "walking through the door (DomB)")
    *** I know you said "bidirectional" but it helps you visualize the "security trust" for what is actually required. **
    #3 Is that "Domain User" part of a Group? Is the Group Domain or Universal? Only certain types of groups can work across a trust.
    #4 Are you doing a domain level trust or a forest level trust? External trusts are "domain to domain". However the domains can exist in separate, non-related forests.
    If you do a two-way domain External trust -- Domain Users from DomA can access all the resources on DomB, if explicitly provided they have access to those resources. What I mean by that is if Domain User Doesn't have domain admin privileges in DomA, it won't
    get domain admin privileges to DomB and vice versa.
    This is where the trick is though. In a two-way domain External Trust -- All domain / enterprise admins in DomA will have domain /enterprise admin access in DomB and vice versa. They can grant themselves privileges to any servers and resources.
    This is why one way trusts are popular...because you only want to let one domain into the other domain. "big brother" type of trust.
    Kind of make sense?
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

  • Text tool is set as default form right to left

    I've been using Ilustrator CS6 for a while and the default text tool is set as right to left and I want it to be left to right. I don't use at all any hebrew or arabic texts.  Can it be changed to occidental default???

    fjdeleon, svock,
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • [Solved] Default application right-click menus (Openbox)

    Hi, I am wondering how to edit the look of the default "right-click" menu for applications so that it matches my openbox root menu.  I want to do simple things, like take the icons out, and change the highlight color.  I've been doing a lot of digging (rc.xml, themerc, obtheme, google, etc)  and am just getting nowhere, but I'm wasting a ton of time looking, and feel like the answer is right under my nose. It seems like it's a "per app" sort of thing, where apps are unaffected by the ob theme.
    Any help is appreciated.
    Last edited by oktorok (2014-07-06 23:41:03)

    The openbox themes only affect elements that are controlled by the window manager.  Popup menus that come up in some applications when your right click are not controlled by the window manager - they are a component of a widget toolkit.  This would most likely be gtk or qt.  If it is gtk, you can edit your gtkrc or use a tool like lxappearance.

  • Amodal dialog box: positioning in lower right corner of screen

    I have what seems a quite common requirement, that is to automatically position an amodal dialog box (CL_ABAP_DIALOGBOX_CONTAINER) to the lower right corner of the screen.
    The logical approach to do this would be to read the screen resolution, deduct the size of the box, and pass the result to the TOP and LEFT parameters of the constructor of the container.
    Unfortunately, I haven't found any documentation of what the values for TOP and LEFT (and for WIDTH and HEIGHT, for that matter) really represent. They're not screen pixels, that's for sure.
    To read the screen resolution, I execute the following code:
    DATA:
      lo_consumer       TYPE REF TO cl_gui_props_consumer,
      ls_metric_factors TYPE cntl_metric_factors.
      lo_consumer = cl_gui_props_consumer=>create_consumer( ).
      ls_metric_factors = lo_consumer->get_metric_factors( ).
    In ls_metric_factors-screen-x and ls_metric_factors-screen-y I get back the screen resolution (x = 1280 and y = 994 on a 1280 x 1024 screen, weirdly, but close enough). Got this from another SDN post, BTW - thanks.
    When I manually position my dialog box to the farthest right lower corner, so that the mouse cursor can just about reach it, the GET_LEFT and GET_TOP methods for the dialog box return LEFT = 1453 and TOP = 387. So, obviously, these values have nothing to do with screen pixels.
    What I did, then, was to calculate a factor between the screen pixels and the TOP and LEFT values - a factor which is different for the X and the Y dimensions. I got:
    - (1453 / 1280) = 1.135 for the x dimension
    - (387 / 994) = 0.389 for the y dimension.
    With these factors, I calculate the initial position of the box as follows:
    l_box_pos_x = ( ls_metric_factors-screen-x * lc_factor_x ) - lc_box_width.
    l_box_pos_y = ( ls_metric_factors-screen-y * lc_factor_y ) - lc_box_height.
    This seems to work fine, at least on my system and my front-end PC, with all supported resolutions from 800 x 600 up to 1280 x 1024.
    It just leaves the question open: Does anybody know what the unit of measure for the sizing and positioning parameters of controls is? Why a box with a width and a height of 100 [whatevers] each is not square, but rectangular?
    And finally: does somebody have a more intelligent way to do this?
    Thanks, regards & stuff
    Rainer

    Hi Rainer,
    While creating the dialogbox container object, just set metric property to '1' (for Pixels) and then while setting TOP and LEFT you can provide pixels.
    For example,
        CREATE OBJECT REF_DIALOGBOX_CONTAINER
            EXPORTING
                WIDTH = 100
                HEIGHT = 100
                TOP = 638
                LEFT = 924
                CAPTION = 'hello world'
    <b>            metric = 1.</b>
    Then your calculation simply becomes,
    l_box_pos_x = ls_metric_factors-screen-x - lc_box_width.
    l_box_pos_y = ls_metric_factors-screen-y - lc_box_height.
    <b>NOTE: Now you will see that your dialog box is a SQUARE!!</b>
    Hope this helps..
    Sri

  • How to position a BOX right after a list?

    Hi all!
    I need to put a box right after list which I am not how long.
    But I do not know yet how to do it because as I know, the BOX command has an XPOS and YPOS parameter which forces me to put position values...
    So how do I do it?
    Thank you!

    Hi,
    You can create one new window and in that window draw the box.
    and display that window only  on last page.
    so  your problem will be resolved...........

Maybe you are looking for

  • I want to make a simple image editor by as

    I do not have any concept about how to scale the image in the editor. For example, when the user clicked one of the image in the editor then he/she can scale the selected image by mouse just like the scale function in MS Paint.. thank so much~

  • Converting a document.

    Is there a way to convert a pdf scanned document into a word document?

  • Audio Port on a MacBook Pro Retina

    I'm thinking of buying a new MacBook Pro with retina. I want to be sure that the audio port works for input as well. Is there someone who bought one recently who can confirm this for me? Thanks.

  • Putting Drop Down Javascript in External File

    I am creating drop-down menus using Fireworks. I am then importing them into DW. The problem is that this menu is going into a template so any time I make a change to the navigation bar I have to update all the pages and re-upload all the pages that

  • DSU execution error

    Hi , I have done cloning from production. With out any installation and with out any down time to another box. Now that system is almost equal to the production system. i have all database in the new box . After that i have done Oracle upgrade from 9