Sorting arrows how to disable

Dear All,
Looking for kind of a non standard solution. I want to disable sorting arrows in column heading in my report. They're placed like so they are taking some extra space according to text and so on I'm not able to see whole report on one screen. There is option to make some extra changes in css. I've tried to put this line: "pointer-events: none". Arrow where not available after that but still some space is taken. So physically buttons are still there. How to disable them.
Please help !
Anyone ?
Edited by: 1002519 on 2013-04-25 07:57

Thank you for feedback. My version is Oracle Business Intelligence 11.1.1.5.0. I tried to figure it out today but i'm afraid there's no option which allows switching off the sorting option. In my case there is such under the selected column in query in criteria but still when clicking in the place of sort arrows they immediately appear. There is an opportunity to switch the sorting off by using css in column heading options in results view but i don't have any reference to that technique in oracle BI. Hence the problem. If i knew where is the css and the class reference to headings in report.

Similar Messages

  • How to Disable the Slow Minimize which happens by using Shift & Left Arrow

    How do I disable the minimize effect that happens when I use shift and the left arrow key? I am totally annoyed by this feature. When I want to select text using the keyboard it slooooowly minimized my current window instead of selecting the text. Anybody? Thanks in advance!

    Btw, for those who hate the "Browser Back Key" as I do. Here is how to disable it. Wjli2 mentioned the Thinkvantage keyboard customiser, thanks, I found the details. Where to get the ThinkVantage Keyboard Customiser?http://www-307.ibm.com/pc/support/site.wss/MIGR-44185.html How do I install it?Note, after downloading the exe, it does not install the app yet. It just extracts it. After the app gets extracted, go to the folder where you have it, and run the setup. Then, reboot your laptop. How do I disable the Browser Back Key?Go to your Start menu,ThinkVantage,Keyboard Customiser Utility,Key sensitivity tab,uncheck Enable Browser Keys I wish I knew how to attach a print screen. I hope the cook book above helps. Cheers!www.Maxi-Pedia.com

  • How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    You might try contacting App Store Support: http://www.apple.com/support/mac/app-store/

  • How can i change the default sort Arrow Color in the datagrid?

    How can i change the default Sort Arrow Color in the
    datagrid? i didnt found any style properties to change the sort
    arrow color, i know it can be do it in flex 1.5 but how to do it in
    flex2?

    Type about:config in the address bar. Find browser.download.dir and change it to the path you want. Remember that Android has a linux base so the path will similar to /mnt/sdcard/downloads/

  • Can't use down key because it opens automator. Does any one know how to disable this short cut?

    Everytime I press down on down key it opens automator. It doesn't let me delete the app. I don't know what to do, it is very frustating to fill in a chart when I can't use the down key. Does any one know how to disable this short cut?

    Are you talking about the Down Arrow key? To my knowledge there is no way to use that key as a shortcut for anything. But look in the Keyboard section of System Preferences and the Keyboard shortcut tab.

  • How to disable App Caching in 10.9

    Hi All,
    As much as I think that the new memory management system in OS X 10.9 is a very nice idea, it really doesn't work for me because I have Virtual Machines stopping and starting and the despite the fact that they are only trying to pull 512MB each, the system just can't handle pushing that much to them.
    Is there a way to disable this app/file caching and get back to something more to the style of the old memory management system - I really want to have FREE memory available for when I actually need it - I really don't care if free memory is wasted memory, free memory is what works for me
    I have a Mid 2009 13" MBP with a 2.2Ghz Intel Core 2 Duo with 8GB of RAM
    Any help would be greatly appreciated, I can't bear my system grinding to a halt with several servers running in the background - the sort of thing that it could handle just fine under 10.8 - also, downgrading is not an option for me!

    leroydouglas wrote:
    Does this address your issue.
    http://www.cnet.com/how-to/how-to-disable-app-nap-in-os-x-mavericks/
    Unfortunately, no - App Nap only applies to running applications, and saving processing power and thus energy, whereas the app preloading is all about being clever about which files are in use and keeping as many as possible crammed into the memory.
    However, disabling app nap is a useful thing to know, thanks!

  • Keep sorting and sort arrows after datagrid dbprovider changed

    I followed this tutorial http://justinjmoses.wordpress.com/2008/06/26/flex-keeping-the-sort-on-a-datagrid-when-you- change-the-dataprovider/
    created listeners
    that keeps old sorting of datagrid after dataprovider changed, but displaying sort arrow on the wrong column(always the 1st column), how do I fix it?
                       //constructor
              public function FilterDatagrid()
                   super();
                   addEventListener(mx.events.CollectionEvent.COLLECTION_CHANGE, onDataGridDataChange, false, 0, true);
              private var currentSort:mx.collections.Sort;
              private function onDataGridDataChange(evt:CollectionEvent):void
                   //get the new data collection
                   var ac:ArrayCollection = this.dataProvider as ArrayCollection;
                   //attach the collection change event
                   ac.addEventListener(CollectionEvent.COLLECTION_CHANGE, onCollectionChanged,false,0,true);
                   //if a sort was in place before the data was changed, make sure you apply the sort to this new data
                   if (currentSort != null)
                        ac.sort = currentSort;
                        ac.refresh();
              private function onCollectionChanged(evt:CollectionEvent):void
                   if (evt.kind == CollectionEventKind.REFRESH)
                        var ac:ArrayCollection = evt.currentTarget as ArrayCollection;
                        currentSort = ac.sort;

    the datagrid uses XML as dataprovider and uses labelFunction and sortCompareFunction on each column, not sure if it matters

  • How to disable echo in logic pro x?

    I got for christmas logic pro x and ive been playing around with it quite a bit. Ive been using the Boutique 808 in drum machines and ive noticed that every time I hit a key for an instrument (such as a hi hat) there is a slight echo to the note. Ive been looking everywhere in the program to disable this echo. ive even started new projects but the echo is still there. I was wondering how to disable/get rid of this echo in the track temporarily or even for good. Please respond ASAP. Thanks!!

    Hi
    The Boutique 808 Patch is a Track Stack. Open the Stack by clicking on the arrow in the Track Header, then open the Mixer. There is a Delay Designer plugin on the HiHat output channel.
    Turn it off by Option Clicking on the plugin.
    CCT

  • How to disable generic alv buttons in CL_SALV_TABLE?

    I am needing to disable individually the generic alv buttons in CL_SALV_TABLE. 
    I see how to disable buttons by group.  eg-
         lr_functions->set_group_export( abap_false ).
         lr_functions->set_group_filter( abap_false ).
         lr_functions->set_group_sort( abap_false ).
         etc....
    However, I cannot find source  codes to disable individual buttons.  Is it possible to do this?...   and if so would appreciate an example coding.
    Best Regards,
    Dean Atteberry.

    There are method available in the class CL_SALV_FUNCTIONS_LIST which can be helpful to active / deactive certain button.
    Like: To remove the SORT Ascending button:
      data: lr_functions type ref to cl_salv_functions_list.
      lr_functions = gr_table->get_functions( ).
      lr_functions->SET_SORT_ASC( ).
    Regards,
    Naimesh Patel

  • Sort Arrow Color

    How do I change the color of the sort arrow in the datagrid?
    I can't seem to find an example anywhere.
    Thanks

    How do I change the color of the sort arrow in the datagrid?
    I can't seem to find an example anywhere.
    Thanks

  • How to disable table header column reordering

    Does anyone know how to disable reordering of some but not all columns in tableview ? For that matter how to disable reordering for all columns?
    Thanks in advance !

    The following code will disable sorting in all columns
    public static <S> void disableSort(TableView<S> table){
    Iterator<TableColumn<S,?>> columns = table.getColumns().iterator();
    while(columns.hasNext())
    columns.next().sortableProperty().set(false);
    }

  • How to disable end user personalisation for all webdynpro application.

    Dear Experts,
    I have a requirement where I have to disable the end user personalization of each and every
    webdynpro application in my server.
    I know how to disable the personalization of a single application or a single component, but my requirement is to disable the personalization of all applications.
    Request you to please suggest.
    Warm Regards,
    Upendra Agrawal

    Hi,
    As per SAP help,
    Customizing: User-Independent, Client-Wide Modifications
    While a single user u2013 during a personalization process u2013 can manipulate his or her own settings, an administrator has the option of executing Customizing settings for all users. Technically, this procedure is not different from personalization; both take place at runtime of an application. The difference lies in the range of the settings. In addition, for these global settings an application must run in a special administration session. This is always automatically the case if an application was started in the portal in the preview session. Independently of the portal, you can start an application in the following manner from within the workbench in administration mode:
    Double-click the name of the application in the object list.
    In the Web Dynpro Applications menu in the upper, left-hand corner of the Workbench window, choose  Test  Execute in Admin Mode .
    The configuration mode is passed to an application as the sap-config-mode=X URL parameter.
    Note
    All the adjustments made by the administrator in admin mode are stored as client-specific. Presently no option is available for structuring smaller user groups on an administrative basis. Since cross-client adjustment applies to the respective configuration, the structuring of smaller groups can be implemented currently through the maintenance of different configurations.
    End of the note.
    You start personalization by calling up the context menu for the respective UI element in your application. In the corresponding context menu for an administrator (that is, with URL parameter sap-config-mode=X), in addition to the standard settings administrators have the option within a UI element container to sort either single lines (Grid, Matrix aund RowLayout) or single elements (FlowLayout).
    Note
    Administrators require special authorization for client-wide modifications. This can be a developer authorization or the special authorization S_WDR_P13N. You cannot create configurations at design time with this authorization, but you can make modifications at runtime.
    End of the note.
    These modifications are valid for all users but take place in the current client only.
    Thanks,
    Chandra

  • How to disable BIOS password

    hi please help me,my hp pavillion dv6-2112sa always ask me for administration password whenever i on my computer.i know the password but dont know how to disable it.pls help
    This question was solved.
    View Solution.

    Hi,
    You can remove the need for a power on password as follows.
    Shut down the notebook.  Tap away at the esc key as soon as you press the power button to access the Start-up menu and then select f10 to enter the Bios menu.  Use the arrow keys to highlight the Security tab and hit enter.  Use the arrow keys again to highlight power on password and hit enter.  Enter the current password and then for the new password, just leave this blank and hit enter - do the same for the confirmation field.  Press f10, select to save the new settings and hit enter.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How to disable MERJE JOIN CARTESIAN in Oracle9i?

    Hello,
    I have an execution plan using CBO optimizer in a SQL joins with multiple operations. The tables are properly related to each other, so it s not justified by the Cartesian product joins Union problems. Tables have updated statistics. I tried to use hints to force a hash join for but can not. I suspect that the Cartesian product is performed by applying the rules of transitivity level optimizer.
    Any know how to disable this transformation for the use sql Hash Joins?
    The BD version is 9.2.0.8
    The execution plan is:
    Execution Plan
    0 SELECT STATEMENT Optimizer=CHOOSE (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
    1 0 FILTER
    2 1 SORT (GROUP BY) (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
    3 2 MERGE JOIN (Cost=167668961332844000 Card=441199942603335000000 Bytes=195451574573277000000000)
    4 3 SORT (JOIN) (Cost=167668961332839000 Card=142777672565453000000 Bytes=48544408672254100000000)
    5 4 MERGE JOIN (CARTESIAN) (Cost=167668954679307000 Card=142777672565453000000 Bytes=48544408672254100000000)
    6 5 MERGE JOIN (Cost=1864734714877 Card=1524246272223560 Bytes=399352523322573000)
    7 6 SORT (JOIN) (Cost=1864734713198 Card=664093883338651 Bytes=155397968701244000)
    8 7 MERGE JOIN (CARTESIAN) (Cost=1860854406653 Card=664093883338651 Bytes=155397968701244000)
    9 8 MERGE JOIN (CARTESIAN) (Cost=21152201 Card=14425063988 Bytes=1932958574392)
    10 9 TABLE ACCESS (FULL) OF 'DPOLCOBE' (Cost=1022 Card=111911 Bytes=6043194)
    11 9 BUFFER (SORT) (Cost=21151179 Card=128898 Bytes=10311840)
    12 11 TABLE ACCESS (FULL) OF 'DPOLPER' (Cost=189 Card=128898 Bytes=10311840)
    13 8 BUFFER (SORT) (Cost=1860854406464 Card=46038 Bytes=4603800)
    14 13 TABLE ACCESS (FULL) OF 'DPOLIZAS' (Cost=129 Card=46038 Bytes=4603800)
    15 6 SORT (JOIN) (Cost=1679 Card=208909 Bytes=5849452)
    16 15 TABLE ACCESS (FULL) OF 'DPOLSCON' (Cost=577 Card=208909 Bytes=5849452)
    17 5 BUFFER (SORT) (Cost=167668954679306000 Card=93671 Bytes=7306338)
    18 17 TABLE ACCESS (FULL) OF 'DPERSONA' (Cost=110 Card=93671 Bytes=7306338)
    19 3 SORT (JOIN) (Cost=5560 Card=290500 Bytes=29921500)
    20 19 TABLE ACCESS (FULL) OF 'DPOLPECO' (Cost=924 Card=290500 Bytes=29921500)
    Many Thanks
    Arturo

    Hello,
    The sql is:
    select  *
    from  ntjdatsba.dpolper peri,
      (SELECT id_dpolizas_fk, MAX(b.dpolcobe_scon) dpolcobe_scon , MAX(b.dpolpeco_scon) dpolpeco_scon, MAX(b.dpolper_scon) dpolper_scon
               FROM ntjdatsba.dpolscon b
                WHERE
                fechemis <= TRUNC(SYSDATE)
          GROUP BY id_dpolizas_fk
          ) scon,
      ntjdatsba.dpolizas pol,
      ntjdatsba.dpersona pers,
      ntjdatsba.dpolpeco peco,
      ntjdatsba.dpolcobe cobe
      WHERE  pol.id_dpolizas = scon.id_dpolizas_fk
         AND pol.estado = 'V'
         AND cobe.id_dpolscon_fk = scon.dpolcobe_scon
        AND cobe.garancod = 'AC01'
        AND peco.id_dpolscon_fk = scon.dpolpeco_scon
        AND peco.relacion IN ('CHAB', 'COCA')
         AND peco.id_dpersona_fk = pers.id_dpersona
         AND peri.id_dpolscon_fk = scon.dpolper_scon
         AND peri.poliefec <= TRUNC (SYSDATE); And the execution plan (I hope know is better formated).
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
       1    0   FILTER
       2    1     SORT (GROUP BY) (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
       3    2       MERGE JOIN (Cost=167668961332844000 Card=441199942603335000000 Bytes=195451574573277000000000)
       4    3         SORT (JOIN) (Cost=167668961332839000 Card=142777672565453000000 Bytes=48544408672254100000000)
       5    4           MERGE JOIN (CARTESIAN) (Cost=167668954679307000 Card=142777672565453000000 Bytes=48544408672254100000000)
       6    5             MERGE JOIN (Cost=1864734714877 Card=1524246272223560 Bytes=399352523322573000)
       7    6               SORT (JOIN) (Cost=1864734713198 Card=664093883338651 Bytes=155397968701244000)
       8    7                 MERGE JOIN (CARTESIAN) (Cost=1860854406653 Card=664093883338651 Bytes=155397968701244000)
       9    8                   MERGE JOIN (CARTESIAN) (Cost=21152201 Card=14425063988 Bytes=1932958574392)
      10    9                     TABLE ACCESS (FULL) OF 'DPOLCOBE' (Cost=1022 Card=111911 Bytes=6043194)
      11    9                     BUFFER (SORT) (Cost=21151179 Card=128898 Bytes=10311840)
      12   11                       TABLE ACCESS (FULL) OF 'DPOLPER' (Cost=189 Card=128898 Bytes=10311840)
      13    8                   BUFFER (SORT) (Cost=1860854406464 Card=46038 Bytes=4603800)
      14   13                     TABLE ACCESS (FULL) OF 'DPOLIZAS' (Cost=129 Card=46038 Bytes=4603800)
      15    6               SORT (JOIN) (Cost=1679 Card=208909 Bytes=5849452)
      16   15                 TABLE ACCESS (FULL) OF 'DPOLSCON' (Cost=577 Card=208909 Bytes=5849452)
      17    5             BUFFER (SORT) (Cost=167668954679306000 Card=93671 Bytes=7306338)
      18   17               TABLE ACCESS (FULL) OF 'DPERSONA' (Cost=110 Card=93671 Bytes=7306338)
      19    3         SORT (JOIN) (Cost=5560 Card=290500 Bytes=29921500)
      20   19           TABLE ACCESS (FULL) OF 'DPOLPECO' (Cost=924 Card=290500 Bytes=299215Thanks
    Arturo

  • How to disable the "scroll lock" pointer?

    I use 2-finger swipe to scroll on my trackpad.
    I often get my pointer transformed into a scrolling pointer: it is gray circle about 1 cm in diameter, with a small white circle in the middle, 1 small arrow tip pointing down below the circle and 1 arrow tip pointing up above the circle.
    This happens mostly when I touch the trackpad with 2 fingers, like when I am about to scroll with 2-finger gesture.
    If I could post a png image I would but that is about as accurate as I could describe it.
    When it appears, it locks the scrolling (with 1 finger swipe it keeps scrolling in the direction of the swipe).
    This is very annoying because it interferes with the 2-finger scrolling.
    Sometimes I get a "move" pointer (same as the one a above but arrow tips in all 4 directions).
    Does anybody know what this "feature" is called and how to disable it?
    Thanks

    Hi,
    The Scrollbar in the activeX browser is the property of the page being loaded and not the container.
    If you have access to editing the HTML files that you are loading, add the following line in the html document:
    If you don't have write access to the html files, then you can cover the scroll area of the activeX container with another activeX container. You can't use a decoration to cover it since the activeX container will remain on top.
    I hope this helps.
    Feroz

Maybe you are looking for

  • Index not taken into account

    Dear experts, I have the following problem. Even though table VEPO has the necessary index (by unvel), it is not taken into account in my select statement:         SELECT SINGLE *           INTO wa_vepo_line           FROM *vepo          WHERE  unvel

  • Power Mac G4 FW800 system hangs every 30 to 45 mins.

    Hi everyone, I have a power mac G4 dual 1.25 FW800 machine running OSX 10.4.11. I have installed both Digital Performer 5.13 and Logic Pro 8.02 on this machine. I have also installed a PCI USB card by Allergo. This card is used mainly for all the ilo

  • How to Map the parameters in GP interface?

    Hello All , I have 2 callable objects in two different actions for same Block. How to map the first callable object output to input of second callable object ?? Please give the clear details. Thanks Risha

  • Import error Sony A7 2 Lightroom V5.7 MacOS   = Update to 5.7.1 is not offered

    Hello all, The raw file import of LR for MacOs V5.7 is not working => error "can't import ...." In the the internet forums is advised that this is fixed with LR V5.7.1 which should be available since December. But my updater always says I have the ne

  • Adobe Reader don't work

    Hello, I can no more open PDF files. When I try to reinstall Adobe Reader it says that I have already the program installed. What can I do ?