How to change group order?

Hello.
I created three groups in my query.
There are links from
G_1 to
G_2 to
G_3
Is there a way to sort (link) these groups as:
G_3 to
G_2 to
G_1
Thanks.

Hi,
Remove the old links and create according to your requirement.
Regards,
Sailaja

Similar Messages

  • How to change the order of albums iOS 8?

    I recently upgraded from an iPhone 5 to a 6 Plus. Everything is fine except for the fact that some of my music is in the wrong order. There are some groups that released multiple albums in the same year, and I would like them to be in the order of when they were released. On my 5 I was able to put them in the right order by going on a computer, changing the sorting, then update iTunes Match to have it change on my phone as well. (example; group came out with album "1" and "2" same year and it defaults to "2" first, then "1." I was able to change it on the iPhone 5 to be in the right order by changing how they are sorted from my computer but that doesn't work on the 6 Plus.) I would like to order it where it goes top to bottom, with the newest on top going down. How would I do this?
    Thanks

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • How to change purchase order's cost center in batch

    Dear all :
    how to change purchase order's cost center in batch?

    Dear Manish :
    thanks so much for you reply.
    the filed which i wanted to change it's content is cost center (KOSTL) in table EKKN.
    i couldn't find it in this t-code when i select fields.

  • How to change the order of download options as per our convience in obiee

    hi frineds,
    How can i change the order of the download options in obiee dashboard ?
    like if you press download option you see
    download to excel
    download to excel 2000
    download data
    download webpage(mhtml)
    how to change this order.????????

    The download options are setup in OracleBI\web\msgdb\messages\viewscontrolmessages.xml
    - Search for the tag *<WebMessage name="kmsgEVCDownloadLinks">* that contains the download links within the hyperlink tag
    - Each hyperlink tag is a download option
    - Reorder as you require
    - The actual text that gets displayed as a link can also be customized by editing the entry for a message such as kmsgEVCLinkDownloadExcel in the OracleBI\web\msgdb\l_en\messages\viewmessages.xml [the customization is locale specific]
    - Restart the presentation server

  • How to change page order in Acrobat Porfolio?

    How to change page order in Acrobat Porfolio? In older versions it use to be much easier to drag and drop the page order. I don't see any menu options on arranging the pag order. Any ideas? Thanks.
    I would post a screenshot but they have been disabled on these forums.

    You should ask in the Reader forum. But my guess is that Reader there is nothing you can do. Acrobat allows you to move pages around, but not Reader.

  • How to change display order

    All,
    I had created a Line chart graph with three measures (Total Employees, Total Promotion and Total Hires) for last 12 months. Chart legend is displaying this order, Total Employees, Total Promotions and Total Hires. But my requirement is , Legend supposed to be display this order, Total Hires, Total Employees and Total Promotions. How to change this order in Graph?

    Hi
    Pull up a Column and click in the fx and there write the below formula
    Case when column Type ="Total Hire' then '1'
    when column Type = 'Total Employee' then '2'
    when column Type ='Total Promotion' then '3'
    else null end
    Then sort the column in asc order and then hide the column
    You will find that the original measure column is sorted as required
    Regards
    Debo
    Edited by: Debo Roy on Sep 8, 2010 8:03 PM
    Edited by: Debo Roy on Sep 8, 2010 8:21 PM

  • How to change group colors

    How to change group color in ical

    To change group colors:
    highlight 'desired' group,
    under <Edit>, choose <Get Info>,
    this should give you a smaller window:
              'desired' Info
              Name: desired                    Box with color choices
                                                       (dropdown colors; 'other' accesses other color palettes)
              Description: (can be added)
              Box ' Ignore alarms'
              'Publish...'                    'Cancel'                    'OK'
       4. make color choice,
       5. choose <OK> to complete color change, or <Cancel> original color remains.
    I do hope I've gotten this correct.

  • How to change the order of users in appearance of login screen?

    Hello!
    Because we often switch to a user,
    which is listed last in login screen,
    we want move them to the second place.
    How to change the order of users in appearance of login screen?
    Thank you for a tip
    Erhy

    The order users show up on the login screen is the way they are ordered under the
    C:/Users directory. This is usually alphabetical, AFAIK there is no other way to change the order other than to change the username to something that starts with a letter that will be higher alphabetically.

  • How to change the order of the fields in the queryoutputnode in OVS.

    How to change the order of the fields in the queryoutputnode in OVS.

    The actual requirment is to re-arrange the elements of the queryoutput node, to look more organised
    say for ex.
    Seq 1:
    c code                            company name                          g/l ac                g/l ac description  
    Seq2 :
    g/l ac description             c code                                       g/l ac                company name  
    Seq 1 way of representation is more organised that Seq2. How can we achieve this re-arranging of ordering in the queryoutputnode.

  • How to change to order of sorter

    If I use Move up/down column
    the list page will order by ascending by the sort field, that mean the latest data will be in the last page, therefore I want to change the order
    I found some code seems related to the sort function
    $tso_listdrama_ship_main1 = new TSO_TableSorter("rsdrama_ship_main1", "tso_listdrama_ship_main1");
    $tso_listdrama_ship_main1->addColumn("drama_ship_main.sm_sort DESC"); // Order column
    $tso_listdrama_ship_main1->setDefault("drama_ship_main.sm_sort DESC");
    $tso_listdrama_ship_main1->Execute();
    // Defining List Recordset variable
    $NXTSort_rsdrama_ship_main1 = "drama_ship_main.sm_sort DESC";
    if (isset($_SESSION['sorter_tso_listdrama_ship_main1'])) {
      $NXTSort_rsdrama_ship_main1 = $_SESSION['sorter_tso_listdrama_ship_main1'];
    I add DESC after all the sort field, but it's not work.

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • Sb CS4 multi-track file how to change track order

    I can't figure out how to change the order of the tracks in my multi-track file. Can anybody advise? Thanks.

    Thanks for checking. BTW are you using CS4 or CS5? I wonder if that has been added in the new version. I might install the trial version to see.

  • Report Painter: How to change the order of lines in selection screen

    Dear Gurus on Report Painter,
    how can I change the order of the lines (where the values for the variable selection of my cost center report are entered) in the selection screen of a report painter report? The Selection screen looks awful.
    Is there also a possibility to add another description to each line of the selection screen?
    Thank you very much for your advice.
    Best regards Timo

    I am afraid you have much choice in choosing the order of the selection parameters. However, with the developer's access you may.
    This is how!
    Step 1: If it is a standard report, copy to your own report. and assign it to a report group. and execute.
    Step 2: When you execute, and the selection appears, go to systems>status and here , copy the program name (it may look something like GP46LP6VEDORBSA2IHWYSR4TL58020)
    Step3: Go to SE38 and enter the above derived program name with a view to re-arrange the line withing the program, with reference to selection parameters. 
    For example: I have a selection screen in the following order:
      Controlling area            
      Fiscal Year                 
      From period                 
      To period                   
      Plan version                                                                               
    Cost center group           
      Or value(s)                 
      Cost element group          
      Or value(s)                 
    The corresponding program that drives this order is in the program and would look like this,
    SELECTION-SCREEN BEGIN OF BLOCK VALUE_SELECTION
                     WITH FRAME TITLE TEXT-003.
    <b> PARAMETERS: $1KOKRE  LIKE CCR1S-KOKRS .
      PARAMETERS: %1KOKRE  LIKE CCR1S-KOKRS MODIF ID IN4.</b>
    <b><i> for controlling area</i></b>
      PARAMETERS: $1GJAHR  LIKE COSP-GJAHR .
      PARAMETERS: %1GJAHR  LIKE COSP-GJAHR MODIF ID IN4.
    <b><i> for fiscal year</i></b>
      PARAMETERS: $1PERIV  LIKE COSP-PERBL .
      PARAMETERS: %1PERIV  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period from</i></b>
      PARAMETERS: $1PERIB  LIKE COSP-PERBL .
      PARAMETERS: %1PERIB  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period to</i></b>
    etc.
      PARAMETERS: $1VERP   LIKE COSP-VERSN .
      PARAMETERS: %1VERP   LIKE COSP-VERSN MODIF ID IN4.
      PARAMETERS: $1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4 .
      PARAMETERS: %1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4.
    SELECTION-SCREEN END OF BLOCK VALUE_SELECTION.
    ......... set variables ..............................................
    SELECTION-SCREEN BEGIN OF BLOCK SET_SELECTION
                     WITH FRAME TITLE TEXT-004.
      PARAMETERS: $1KOSET  LIKE RKSB1-KSGRU.
      PARAMETERS: %1KOSET  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KOSET  FOR CCR1S-KOSTL .
      PARAMETERS: $1KSTAR  LIKE RKSB1-KAGRU.
      PARAMETERS: %1KSTAR  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KSTAR  FOR CCR1Z-KSTAR .
    SELECTION-SCREEN END OF BLOCK SET_SELECTION.<i></i><b></b>
    If you want fiscal year to appear first, you try just copying the coding relating to fiscal year just above the coding for Controlling area.
    Extend the same logic for what you may want to get.

  • How to change group indices

    I am writing a script (in VB) to fill out a catalogue page (or several pages). The page is filled with blank catalogue entries, each of which is a group of text frames and image frames. One field is manually typed in and the rest is autofilled form an XML file. After the data is filled in, the groups need shuffling down to fit on the page and where there is no space, they get moved to the next page. I rely on the user ordering the groups such that when the code iterates throguh the groups by index, the groups are worked through from the top of the page to the bottom. This works fine until I move a group to the next page. Moving a group means it gets added to the end of the list of groups. My question: is there a way to change the order of the groups (as they appear in the layers panel)?
    This problem would also arise if the user wanted to insert a new item into a already populated indesign file.
    Thanks
    Steve

    Hi Steve,
    Arranging Page Items
    Page items in an InDesign layout can be arranged in front of or behind each other by adjusting their stacking order within a layer, or can be placed on different layers. The following script fragment shows how to bring objects to the front or back of their layer, and how to control the stacking order of objects relative to each other.
    //Given a rectangle "myRectangle" and an oval "myOval",
    //where "myOval" is in front of "myRectangle", bring
    //the rectangle to the front...
    myRectangle.bringToFront();
    When you create a page item, you can specify its layer, but you can also move a page item from one layer
    to another. The item layeritemLayerItemLayer property of the page item is the key to doing this, as shown
    in the following script fragment (for the complete script, refer to ItemLayer).
    //Given a rectangle "myRectangle" and a layer "myLayer",
    //send the rectangle to the layer...
    myRectangle.itemLayer = app.Documents.item(0).layers.item("myLayer");
    The stacking order of layers in a document can also be changed using the move move method of the layer
    itself, as shown in the following script fragment (for the complete script, refer to MoveLayer).
    //Given a layer "myLayer", move the layer behind
    //the default layer (the lowest layer in the document
    //is layers.item(-1).
    myLayer.move(LocationOptionsafter, app.documents.item(0).layers.item(-1));
    Thanks
    -Anshul

  • How to change the order of the buttons in MIDlet?

    Hi everybody,
    I need to put at the right side of my screen the button menu which includes �Save� and �Save Group� buttons and at the left side the button �Back�. I declared commends like these:
    private Command backCommand = new Command("Back", Command.BACK, 1);
    private Command saveCommand = new Command("Save", Command.OK, 3);
    private Command saveGroupCommand = new Command("Save Group", Command.OK, 3);
    and got the completely different order from what I need. I can�t change the order even if I try to change the priority of commends.
    Does anyone know how to solve this?

    You don't have any real control over the positioning of the Commands. The implementation decides where to put them. You can have some influence by using the command type and priority arguments. Usually type has more weight in that decision. For example, if a Command is of type BACK, then the implementation will usually do it's best to put it on the "negative" soft button (ie, the right soft button on Nokia handsets usually hold the negative commands).
    So playing around with the Command types you'll probably manage to arrange those Commands how you want, but giving the appropiate type will ensure that they are mapped in a way that's closer to the phone's native UI.
    shmoove

  • How to change Service order quantity using BAPI/FM

    Hi All,
    Can any body tell me how to change the Service Order quantity (in IW32) using a FM or a BAPI.
    I tried using the BAPI: BAPI_ALM_ORDER_MAINTAIN but I am unable to change the quantity. May be I might be missing some parameter. If anybody has done this please let me know the parameters that needs to be passed or if there is any other way out.
    Points will be rewarded to useful answers!!
    Thanks,
    Susanth.

    Hi!
    I have used this BAPI.read the documentation properly and after calling this bapi call BAPI_TRANSACTION_COMMIT then only expected results com n get saved.
    for ex:
    call function 'BAPI_ALM_ORDER_MAINTAIN'
        tables
          it_methods              = itab_methods
          it_header               = itab_header
      IT_HEADER_UP            =
          it_header_srv           = itab_header_srv
      IT_HEADER_SRV_UP        =
          it_userstatus           = itab_userstatus
          it_partner              = itab_partner
      IT_PARTNER_UP           =
          it_operation            = itab_operation
      IT_OPERATION_UP         =
          it_relation             = itab_relation
      IT_RELATION_UP          =
          it_component            = itab_component
      IT_COMPONENT_UP         =
          it_objectlist           = itab_objectlist
      IT_OBJECTLIST_UP        =
          it_olist_relation       = itab_olist_relation
          it_text                 = itab_text
          it_text_lines           = it_text_lines
          it_srule                = itab_srule
      IT_SRULE_UP             =
          it_tasklists            = itab_tasklists
          extension_in            = itab_extension_in
          return                  = itab_return
          et_numbers              = itab_et_numbers
      call function 'BAPI_TRANSACTION_COMMIT'
       exporting
         wait          = 'X'
    IMPORTING
      RETURN        =
    reward points if helpful.

Maybe you are looking for

  • Need a way to contact customer service abroad!

    "I NEED TO CONTACT VERIZON BY EMAIL Esta pergunta não foi respondida. e.mehta011 11/03/2014 04:47 I'm abroad in another country right now and have a question about my bill, but do not have international phone access and live chat is not working for m

  • Startup Pop up with macintosh HD and Recovery 10.9

    on the odd occasion for absolutely no reason when I start my macbook pro running the latest mavericks OS version, the first screen that comes up when starting up from power off shows two options to choose either "Macintosh HD" or "Recovery 10.9" with

  • Installing ADI 7.2 and Apps 11.5.10 on same Windows XP Machine

    Hi, I am trying to setup a laptop for presales demos. I want to install Apps 11.5.10 as well as ADI 7.2 on the same laptop. I installed ADI 7.2 in c:\orant and it worked fine when i tried connecting to Apps 11.5.10 on a Linux box. Now I have installe

  • Help please with character sets

    Hi, I use GL CS2 just 4 times a year or so and that's why I'm not very good with it I suppose. Each time I have to relearn what I should be able to remember (something to do with advanced age I think). I create a page of "newsletter" text, upload to

  • Macbook pro shuts down during reboot after flat battery

    Hi, I have a macbook pro (early 2011) And it went flat two nights ago whilst watching a movie. It was plugged in but I've been having charger issues. Anyway, now that it's fully charged, whenever i turn it on it gets to the apple logo with a progress