Ranking and Sorting icons disabled in QAAWS

Hello
When I create  a QAAWS query in BO3.1, the Ranking and sorting option is disabled, thus I cannot sort or rank the data.  I checked CMC and also the security and cannot figure out whu this is occurring.
Abhijit

Hello,
I am just selecting 2 dimensions and one key figure.  The data for the query is from a Universe which is build from a multiprovider cube. (BEX query)
Even if I select a one dimension and one measure still the ranking and sorting functions are disabled.
Is there some security which is turned off ?
Abhijit

Similar Messages

  • Sort Icon/option in ALV tree repot using classes and methods

    Hi all,
    I have done an alv tree report using the class cl_gui_alv_tree
    and i need to let users re-sort the report by using a sort icon(as visible in a normal alv report).Is there any possibility to create an icon and set the functionality such that the entire tree structure gets resorted depending upon the sort criteria?Please give me an example of doing so if there is an option.

    if u want without classes then i can  give an example of Sort Icon/option.
    example:-
    DATA:   wa_sortinfo TYPE slis_sortinfo_alv.
           i_sortcat TYPE slis_t_sortinfo_alv.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_program     = report_id
                i_grid_title           = ws_title
               i_callback_top_of_page = 'TOP-OF-PAGE'
                is_layout              = wa_layout
                it_fieldcat            = i_fieldcat[]
                it_sort                = i_sortcat
                i_save                 = 'A'
                it_events              = i_events
           TABLES
                t_outtab               = i_reportdata1
           EXCEPTIONS
                program_error          = 1
                OTHERS                 = 2.
      IF sy-subrc  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      PERFORM sortcat_init CHANGING i_sortcat.
    FORM sortcat_init CHANGING i_sortcat TYPE slis_t_sortinfo_alv.
      CLEAR wa_sortinfo.
      wa_sortinfo-fieldname = 'EBELN'. (sales order)
      wa_sortinfo-tabname = 'I_REPORTDATA1'.
      wa_sortinfo-spos = 1.            " First sort by this field.
      wa_sortinfo-up = 'X'.            "   Ascending
      wa_sortinfo-subtot = 'X'.        " Subtotal at Name1
      APPEND wa_sortinfo TO i_sortcat.
      CLEAR wa_sortinfo.
      wa_sortinfo-fieldname = 'EBELP'.
      wa_sortinfo-tabname = 'I_REPORTDATA1'.
      wa_sortinfo-spos = 2.            " Sec sort by this field.
      wa_sortinfo-up = 'X'.            "   Ascending
      wa_sortinfo-subtot = 'X'.        " Subtotal at Name1
      APPEND wa_sortinfo TO i_sortcat.
    ENDFORM.                    " sortcat_init

  • How to disable "Save" and "Print" icons?

    Hello,
    I need to publish a pdf file in our company's site.
    According to my boss requirement, the file should be "read only".
    I just can't to disable those "save" and "print" icons.
    How can I make the read-only file?
    Thank you in advance,
    Marina Levy

    You can set up the document's security to not allow printing and making changes to the document, but you cannot prevent someone from saving a copy if you make it available for them to view. With digital rights management software, such as Adobe's LiveCycle Rights Management, you cna have much more control over what people can do with a document.

  • How To Disable Music Controls and Camera Icon On Lock Screen?

    Good Afternoon / Evening -
    I have an iPhone 4 running iOS5. 
    I would like to disable the Music Controls and Camera icon that appear on the lock screen.  Is there a way to do this?  I believe this new functionality is causing battery issus with my iPhone 4.
    Any advice / information is appreciated!
    Thanks,
    Rick

    rockmyplimsoul wrote:
    RPPonti wrote:
    I would like to disable the Music Controls and Camera icon that appear on the lock screen.  Is there a way to do this?  I believe this new functionality is causing battery issus with my iPhone 4.
    No, this feature is built into iOS 5 and can't be altered.
    The only way this could cause a battery issue though is if you accidentally double-tap the Home button and then also tap either the Play button to start music or the Camera icon to launch the camera app. Not impossible, but not likely either.  Battery issues might be improved through a reset or complete iPhone restore.
    I Have an iPhone 5 & the music keeps getting activated when its in my pocket.. i actually have to take it out of my pocket if im moving aroung.. or in a meeting.. its SO Annoying.. my first iPhone.. and im blown away that even on the LOCK screen.. you cant lock the features on the phone.. does this sound like a third grader designed this thing or what.. why have a lock screen??? IF it Doesn't lock??????
    I can only pray that this issue is resolved soon.. otherwise this is my last & only iPhone.. what a piece of junk! & a huge waste of money... all these stupid 'apps' & games.. seem to be the priority.. & its still incable of being transported in my pocket without playing music & taking pictures..***
    ANY HELP would be greatly appreciated!

  • Setting icon size and sorting in 10.9

    I asked this question in the os X forum. Maybe I can get an answer here.
    The following worked in 10.8 but not in 10.9:
    tell its icon view options
    set icon size to 128
    set shows icon preview to true
    set arrangement to arranged by name
    end tell
    icon size is not set and the icons are not rarranged.
    Apparently icon size is now read only. There must be a way to resize the icons.
    Any ideas?

    For example:
    tell application "Finder"
        activate
        try
            set theName to name of Finder window 1
        on error
            return beep 1 -- no open Finder window
        end try
    end tell
    tell application "System Events" to tell process "Finder"
        tell menu 1 of menu bar item "View" of menu bar 1
            if exists menu item "Show View Options" then keystroke "j" using {command down}
        end tell
        repeat until exists (window 1 whose (title is theName) and (subrole is "AXSystemFloatingWindow"))
        end repeat
        tell window 1
            set value of slider 1 of group 1 to 56.0 -- 128 x 128
            tell checkbox "Show icon preview" of group 1
                if value is 0 then click
            end tell
            click pop up button 1
            keystroke "Name" & return -- arrange by name
            click button 1 -- close
        end tell
    end tell
    You should also have a look at Accessibility Preferences and GUI Scripting.
    Message was edited by: Pierre L.

  • Unable to capture the adf table column sort icons using open script tool

    Hi All,
    I am new to OATS and I am trying to create script for testing ADF application using open script tool. I face issues in recording two events.
    1. I am unable to record the event of clicking adf table column sort icons that exist on the column header. I tried to use the capture tool, but that couldn't help me.
    2. The second issue is I am unable to capture the panel header text. The component can be identified but I was not able to identify the supporting attribute for the header text.

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • On click sorting icons lost  in UI table

    Hi All,
    I want to implement sorting in my UI table. I followed the following steps:
    1. Created a context attribute of "TableSorter" type (used TableSorter.java)
    2. Created an Action "Sort" and have written the below code in its event
    wdContext.currentContextElement().getTableSorter().sort(wdEvent, wdContext.<node>);
    3. In wdDoModifyView have written the below code
         if(firstTime){
             IWDTable table = (IWDTable)view.getElement(<tablename>);
             wdContext.currentContextElement().setTableSorter(new TableSorter
             (table, wdThis.wdGetSortAction(), null));
    4. Assigned "Sort" action (created in step 2) to the Sort Event of the table.
    After deploying the code, I can see the sort icons in the column headers but after clicking on that, its not sorting the table, also the icons are lost after their click.
    Not sure what I missed in this. Please help me out.
    Thanks in advance.

    hi
    this may be the reason.
    check once the table id you specified here.
    IWDTable table = (IWDTable)view.getElement(<tablename>);
    Regards
    sowmya.

  • How to remove Homegroup and Libraries icons from 7 RC desktop (after Vista upgrade)?

    I took the plunge and upgraded my Vista 64 to Win 7 RC. The upgrade process lasted over 6 hours (some 300GB on my C:drive with Vista), but, once completed, it has been working really very fast & smoothly. The original Vista system is backed up of course on an external HDD.
    What annoys me though, are 2 stubborn system icons on my 7RC desktop, Homegroup and Libraries. I don't use Homegroup and Libraries can be accessed via Taskbar or Start menu, so I want to get rid of these two icons, but they cannot be remove from the desktop as such, like "normal" icons.
    Personalize -> Change Desktop Icons doesn't seem to offer any solution for these 2 icons.
    I never had those desktop icons on earlier clean installs of Win7 Beta (on separate dual boot HDD), only now after the massive Vista->7RC upgrade.
    I also have retained an earlier "unofficial" other Win 7 7100 on another HDD (with less installed apps.), for comparison.
    Is there any registry hack or other method to remove these desktop icons?
    I'd be grateful for a solution.
    T.i.a.
    Uffe
    System specs: MB: Asus Rampage Formula, CPU: E8500 @ 4005 MHz, RAM: 4 GB Corsair 8500, GPU: Geforce 275 @ 715 MHz, Sound card: X-Fi Fatal1ty Extreme Gamer, HDD: 4 internal total 1.4 TB + 3 external for backups

    Windows7 Home Premium
    After hours of being annoyed........
    1. Homegroup Icon:
    open my computer, control panel, system and security, administrative tools, services, then scroll down to: homeGroup listener and homeGroup provider, disable both. close out, log off. the icon should be gone when you log back on.
    2. Libraries Icon: carefully.......please, if no experience in registry get help.
    go to: start, run, type in: regedit, select the HKEY_Local_Machine key, navigate down finding: Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
    You will see several hexadecimal strings, select each one in turn, and the right pane will show you which icon is being selected. my library icon was the very first string and showed two lines on the right side of the page, first being: usersLibraries and the second being: remove message.
    when you find the appropriate library string, make a new folder in your my documents named: registry back up, then highlight the string on the left, go up to the top left of the registry page and click on, file then export. save the registry file in your new folder location. I also saved the two files on the right side of the page and named them what they were called on the page, so I would know what they were. (not sure I had to but did)
    After saving the registry files, next you can delete the string you have highlighted on the left which in turn, shows the name userLibraries (on the right side of the page).
    Poof it is finally Gone! available in your saved folder
    Hope this helps

  • How to assign file extension and custom icon to executable?

    Hi all,
    I was reading an old thread about this issue:
    http://forums.ni.com/ni/board/message?board.id=170&thread.id=116925 
    I need to try to do this.  My application uses a custom file extension (i.e. .abc).  Upon installation I would like to:
    1.  Assign My App and custom icon to the file class (extension .abc).
    This could be done by manipluting the registry (http://msdn.microsoft.com/en-us/library/bb776856(VS.85).aspx)?  This could be a problem with Vista s unless registry operations occur during installation any changes are placed in a VirtualStore, correct?
    2.  Enable the double-clicking of .abc file type to pass the data in the file to my VI (exe). 
    According to the File Handling Guidelines of Jean-Pierre Drolet (http://www.openg.org/tiki/tiki-index.php?page=File+Handling+Guidelines) the best way to do this may be using LabVIEW as an ActiveX server.
    I know that when I build an executable (or installer?) there is the option to enable LabVIEW to act as an ActiveX server.  This much I know I need to do.
    I thought I would open this discussion again as others may be interested and there doesn't appear to be a completely clear solution available.  Please do contribute where you can.
    Cheers,
    Battler.

    battler. wrote:
    My application consists of Event Structure.
    How to register for ommand line event so that when a user double-clicks on a .abc file I can handle the opening of it?
    This needs to work (the files need to open) not only when the application is closed but also when it's already open.
    Anyone have ideas? 
    The solution to that is to implement a DDE server in your application (and add DDE entries to the registry on installation). There are still DDE functions in LabVIEW vi.lib\Platform\dde.llb but they are considered depreciated and have been removed from the palette, also because Microsoft is trying to tell everyone that DDE is depreciated and sort of unsupported too. But it is still the mechanisme to pass actions from the shell to running applications.
    I hesitate to send you over to lavag.org where there have been some discussions about this years ago. If you go there you would do good to employ a friendly attitude. That board is run all by enthusiasts and idealists and they are all great folks but react not very friendly to people with an attitude.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Word and Excel file and folder icons missing in File Open dialog box

    Running office 365 on Windows 7 Pro: In Word and Excel, when opening and browsing for files in the file Open dialog box, all file and folder icons are missing.  This problem does not occur within Windows Explorer.

    Can you open Word/Excel files normally?
    Go to File>Advanced>Disable hardware graphics acceleration
    Start Office in safe mode to troubleshoot the issue:
    http://office.microsoft.com/en-001/support/why-cant-i-start-my-office-2013-application-HA104011864.aspx
    If the issue persists, do a repair for your Office suites in Control panel>Program and features>Office>Change>Repair
    Tylor Wang
    TechNet Community Support

  • Removing Desktop and Computer Icons in Finder Windows

    I have 25 eMacs at a school and I want to remove the Desktop and Computer icons in the Finder so students cant access the Library or other folders.
    I went under Finder Preferences and checked off HD, Computer, Desktop and others, but they still appear. I'm using Simple Finder with access to only My Applications, Documents and a Shared folder. That is all I want them to see or access.
    Any ideas?? Thanks for the time and affort!!
    Dave

    If you only provide them access to the mentioned folders, then everything else is read-only. Although they may be able to see the files and folders they will not have access to them. That's the role of permissions.
    As for displaying the HD, Computer, Desktop, etc. you need to disable those in each account.

  • How can I display sort icons of an af:table column permanently

    Hello all,
    I'm using JDEV 11.1.1.5. Is there a way using skinning or any other mean to make the sort icons of a column in a af:table to be displayed permanently and not only after a mouse over on the column title?

    Can you try with skinning?
    Check the forum post:
    Column Sort image display permanent
    Thanks,
    Navaneeth

  • Sort up and sort Down push buttons in module pool with table control wizard

    hi,
    i have created 2 buttons for Sort up and sort Down push buttons in module pool with table control wizard
    please any one can help me.
    regards

    Hi
    Following code is to enable and disable the tbl control using two buttons. Just alter the code and for each button write the sort code.
    REPORT  YJAN27_SCREEN                                               .
    TABLES: SFLIGHT, YFLIGHT_28.
    TYPES: BEGIN OF struct1,
          carrid like sflight-carrid,
          connid like sflight-connid,
          fldate like sflight-fldate,
           END OF struct1.
    CONTROLS TBL1 TYPE TABLEVIEW USING SCREEN 2700.
    DATA: OK_CODE LIKE SY-UCOMM,
          CARRID LIKE SFLIGHT-CARRID,                                    "cols in tbl ctrl
          CONNID LIKE SFLIGHT-CONNID,
          FLDATE LIKE SFLIGHT-FLDATE,
          itab TYPE TABLE OF STRUCT1 WITH HEADER LINE,
          cols like line of TBL1-COLS,
          FLAG TYPE I.
    FLAG = 1.
    CALL SCREEN 2700.
    *&      Module  STATUS_2700  OUTPUT
    *       text
    MODULE STATUS_2700 OUTPUT.
      SET PF-STATUS 'BACK'.
    *  SET TITLEBAR 'xxx'.
    ENDMODULE.                 " STATUS_2700  OUTPUT
    *&      Module  USER_COMMAND_2700  INPUT
    *       text
    MODULE USER_COMMAND_2700 INPUT.
    OK_CODE = SY-UCOMM.
    CASE OK_CODE.
      WHEN 'BACK'.
        LEAVE PROGRAM.
      WHEN 'DIS'.                                                         "write code for sort up
        loop AT TBL1-COLS INTO COLS.
           COLS-SCREEN-INPUT = 0.
            MODIFY TBL1-COLS FROM COLS.
        ENDLOOP.
        FLAG = 2.
      WHEN 'ENA'.                                                       "write code for sort down
        loop AT TBL1-COLS INTO COLS.
            COLS-SCREEN-INPUT = 1.
            MODIFY TBL1-COLS FROM COLS.
        ENDLOOP.
        FLAG = 1.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_2700  INPUT
    *&      Module  GET_DATA  OUTPUT
    *       text
    MODULE GET_DATA OUTPUT.
      select carrid connid fldate from SFLIGHT into table itab.
    ENDMODULE.                 " GET_DATA  OUTPUT
    *&      Module  POPULATE_TBL  OUTPUT
    *       text
    MODULE POPULATE_TBL OUTPUT.
        MOVE-CORRESPONDING ITAB TO SFLIGHT.
    ENDMODULE.                 " POPULATE_TBL  OUTPUT
    *&      Module  CHANGE_SCREEN  OUTPUT
    *       text
    MODULE CHANGE_SCREEN OUTPUT.    " use this module if you want to hide the other button
    CASE FLAG.
      WHEN 1.
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'B_ENA'.
            SCREEN-INVISIBLE = 1.
             MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'B_DIS'.
            SCREEN-INVISIBLE = 0.
             MODIFY SCREEN.
          ENDIF.
       ENDLOOP.
      WHEN 2.
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'B_DIS'.
            SCREEN-INVISIBLE = 1.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'B_ENA'.
            SCREEN-INVISIBLE = 0.
             MODIFY SCREEN.
          ENDIF.
       ENDLOOP.
    ENDCASE.
    ENDMODULE.                 " CHANGE_SCREEN  OUTPUT
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_2700.
    MODULE CHANGE_SCREEN.     " use this if you want to display one button at a time
    MODULE GET_DATA.
    loop at itab WITH control TBL1.
        MODULE POPULATE_TBL.       " populate tbl ctrl
    endloop.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_2700.    " do the sort operations
    loop at itab.
      endloop.
    Hope this helps
    Regards,
    Jayanthi.K

  • JTable - custom JTableHeader with UP, DOWN sorting icon

    This is my code to create a custom JTableHeader.
    class MyHeaderRenderer extends DefaultTableCellRenderer {
    public MyHeaderRenderer() {
    setIcon(new ImageIcon("1.png"));
    setHorizontalAlignment(SwingConstants.CENTER);
    setBackground(Color.YELLOW);
    RowSorter<TableModel> sorter = new TableRowSorter<TableModel> (tableModel);
    table.setRowSorter (sorter);
    table.getColumnModel().getColumn(2).setHeaderRenderer(new MyHeaderRenderer());After setting a custom header renderer, the default UP and DOWN sort image
    is not displaying in the table header. How can I show those images.
    Thanks in advance.

    Hi Ashish,
    In Table properties once you map any method to onSort event, the sort icons will appear automatically. But in your case its not working. I suggest you check the portal theme you are using.
    If you manage to get the icon deom some where
    To set the icon go to Theme Editor >Complex Elements>Tables--> Under Sort Icons you can browse for the icons and set it.
    Where you can find the icon ?
    Under Theme Editor --> Theme Transport --> Under Export theme. You can download your theme from here, unzip and look for the icon under "YourThemeFolder\ur.zip\common\tableview"
    Please try this if you are unble to find the icon, let me know
    Regards,
    Shibin

  • My iPhoto often have difficulty in opening without the "repair". Maybe it's because I have almost 2000 pictures! When I initiate repair using Mac for a long time to find and sort faces .... Is it possible to turn off or avoid this feature?

    My iPhoto often have difficulty in opening without the "repair". Maybe it's because I have almost 2000 pictures! When I initiate repair using Mac for a long time to find and sort faces .... Is it possible to turn off or avoid this feature?

    This user has found a "hack" to turn off faces.  Several users have reported success with the method.  I can't comfirm the method as I've not used it.  Use at your own risk.
    lopezio
    Re: Iphoto 11 -How to turn off faces?
    Dec 30, 2013 9:06 AM (in response to mkmichaelmk)
    Start of solution:
    I did some digging in the prefs of iPhoto and found out the following. This is how you can disable (turn off) Face detection, without deleting faces found so far (just in case you want to restart processing at another time):
    1. Quit iPhoto
    2. Open Terminal Application (Applications/Utilities/Terminal.app)
    3. Type the following (exactly as is):
    defaults write com.apple.iPhoto PKFaceDetectionEnabled 0
    (then return)
    4. - Start iPhoto - Faces stops getting on your nerves...
    If you ever need to re-enable faces, just do the same again and replace the 0 with 1.
    OT

Maybe you are looking for

  • Music is not playing on my tumblr site on my Macbook Pro(SCM player) What settings do I need to change?

    Do I need to change simple settings? This Macbook is brand new. The music worked when I got it, but then I installed Adobe Flash Player and since then it hasn't worked.

  • T400 and blurry external monitor (ThinkVision L2251x)

    Connecting my T400 (Windows 7) to my new Thinkvision L2251X montior through the VGA cord supplied with the monitor results in poor quality display, when connected either directly or through the advanced minidock.  I have not had this problem with my

  • Creating temp table within OPEN QUERY

    I am having trouble in creating a temp table within my OPEN QUERY. How do I modify the below script to do this? declare @sql nvarchar(max) set @sql = 'SELECT * FROM audit.dbo.Comp AS a INNER JOIN audit.dbo.Pat AS b ON b.key = a.key AND b.reg = ''' +

  • Play audio files simultaneously  ?

    I only have iMovie '08, Garageband '08 and and regular Quicktime. I'm trying to recreate a song by recording the guitar1 part, the guitar2 part, bass, and vocal parts and then putting them together. I tried doing this using iMovie and Garageband, but

  • OS X 10.10.3 update thru' iTunes fails to load and install

    Having already tries SMC and PRAM resets, and having to wait 12 to 15 hours to download it, the OS X 10.10.3 update thru' iTunes fails to complete.  Reasons cited include possible corruption and/or incomplete download.