Sort the selected column

I want to preserve the first column of a worksheet and only sort other columns.  Is there a way to do this?

You can drag other columns on the canvas, forming a separate, table he sort them and then drag them into their original table.

But what is in the first column that you do not want to sort?  If it is an order of ranking (1 2 3 etc.) you could put = ROW() in the first column, and it will preserve the order.

SG

Tags: iWork

Similar Questions

  • Choose the Select columns in interactive report

    Well, many have been changed since the last, I have worked in Oracle Apex (he was at the time the HTMLDB) and now back to APEX

    It is APEX4.0

    I have a report of interatrive on a table that has only 4 columns. One of the column is not displayed when the report charge upward,

    as the user selects "column" in the Action menu.

    How can I change this? How can I make sure the columns to display in the report and the columns that should be available in the selection list.

    I'm sure I'm missing something here. I searched a lot without success so far.

    Any help is very appreciated.

    user3347974 wrote:

    Well, many have been changed since the last, I have worked in Oracle Apex (he was at the time the HTMLDB) and now back to the APEX

    It is APEX4.0

    I have a report of interatrive on a table that has only 4 columns. One of the column is not displayed when the report charge upward,

    as the user selects "column" in the Action menu.

    How can I change this? How can I make sure the columns to display in the report and the columns that should be available in the selection list.

    I'm sure I'm missing something here. I searched a lot without success so far.

    Any help is very appreciated.

    In a developer session, change the report so that all columns are displayed and save it as the default main.

  • Sort the existing column (for example: status) when the ColumnHeader click to grid VM

    Hello

    In Vsphere Webclient.

    Inventory-> grid VM:

    VMware provides a few existing columns, few are sortable such as name, State, etc on the click of columnHeader and few are not sortable.

    Is there a way to do an existing non-sortable column to the sortable?

    I wanted to do for the status"" column.

    Any help or suggestions will be much appreciated.

    Thanks in advance,

    Mayur

    If you want your newly added columns sortable, there is an example in the SDK which illustrates this.

    Please, look at the example of the chassisRackVSphere-ui .

                
                
                  com.vmware.samples.chassis.column.name
                  
                      
                        
                        #{name}
                        
                        
                            name
                        
                        
                        name
                        
                        name
                      
                  
                
    

    The sortProperty should allow sorting. And of course your back-end service that supports. In the example, it is the chassisRackVSphere-service.

  • change the selected column puts loop nested in the hash join

    Hi all

    If "select * from...". «I "select table.* of...» "then plan changes.
    PLAN_TABLE_OUTPUT
    ----------------------------------------------------------------------------------------------------------------------------------------
    SQL_ID  a4fgvz5w6b0z8, child number 0
    -------------------------------------
    select * from ofertas ofe, ofertas_renting ofer where ofer.codigodeempresa = ofe.codigodeempresa    AND ofer.numerooferta =
    ofe.numerooferta    AND ofe.captacion = '1'
    
    Plan hash value: 3056192218
    
    ----------------------------------------------------------------------------------------------------------------------------------------
    | Id  | Operation          | Name            | Starts | E-Rows | Cost (%CPU)| A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
    ----------------------------------------------------------------------------------------------------------------------------------------
    |*  1 |  HASH JOIN         |                 |      1 |  23766 |  4032   (2)|  27421 |00:00:00.96 |    5444 |  9608K|  1887K|   10M (0)|
    |*  2 |   TABLE ACCESS FULL| OFERTAS         |      1 |  23969 |  1324   (2)|  27421 |00:00:00.14 |    2140 |       |       |          |
    |   3 |   TABLE ACCESS FULL| OFERTAS_RENTING |      1 |  71297 |   937   (2)|  72385 |00:00:00.22 |    3304 |       |       |          |
    ----------------------------------------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - access("OFER"."CODIGODEEMPRESA"="OFE"."CODIGODEEMPRESA" AND "OFER"."NUMEROOFERTA"="OFE"."NUMEROOFERTA" AND
                  SYS_OP_DESCEND("OFER"."NUMEROOFERTA")=SYS_OP_DESCEND("OFE"."NUMEROOFERTA"))
       2 - filter("OFE"."CAPTACION"='1')
    
    
    22 filas seleccionadas.
    
    PLAN_TABLE_OUTPUT
    ----------------------------------------------------------------------------------------------------------------------------------------
    SQL_ID  2410uqu059fgw, child number 0
    -------------------------------------
    select ofe.* from ofertas ofe, ofertas_renting ofer where ofer.codigodeempresa = ofe.codigodeempresa
    AND ofer.numerooferta = ofe.numerooferta    AND ofe.captacion = '1'
    
    Plan hash value: 4206210976
    
    ----------------------------------------------------------------------------------------------------------------
    | Id  | Operation          | Name               | Starts | E-Rows | Cost (%CPU)| A-Rows |   A-Time   | Buffers |
    ----------------------------------------------------------------------------------------------------------------
    |   1 |  NESTED LOOPS      |                    |      1 |  23766 |  1333   (3)|  27421 |00:00:00.58 |   33160 |
    |*  2 |   TABLE ACCESS FULL| OFERTAS            |      1 |  23969 |  1324   (2)|  27421 |00:00:00.27 |    3910 |
    |*  3 |   INDEX UNIQUE SCAN| PK_OFERTAS_RENTING |  27421 |      1 |     0   (0)|  27421 |00:00:00.26 |   29250 |
    ----------------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - filter("OFE"."CAPTACION"='1')
       3 - access("OFER"."CODIGODEEMPRESA"="OFE"."CODIGODEEMPRESA" AND
                  "OFER"."NUMEROOFERTA"="OFE"."NUMEROOFERTA")
    
    
    22 filas seleccionadas.
    Why change if the cost to access the complete table OFFERS is identical in the two plans?

    Thank you very much.

    Joaquin Gonzalez

    Published by: Joaquín González on November 4, 2008 17:32

    Joaquín González wrote:
    Hello

    Perhaps the reason for Blevel = 0 is?

    "This is."
    some common cases that could result in a variation between the basic formula and the
    "result:

    ...

    "Index where the blevel is set to 1 (the index goes directly from the root block in the).
    leaf blocks). The optimizer ignores effectively the blevel if each column in the index
    appears in a predicate of equality. "

    Joaquin,

    you're referring to the chapter "access Simple B-tree", it is a nested loop operation, so this does not apply. You can see that the 'Simple B-tree access' refers to a cost of 1, you have tested yourself.

    I think that it is a special case, if you have a nested loop operation that uses access unique index as the source of the inner line, then the cost of access unique index is simply BLEVEL - 1. You might get a different cost if access additional table of rowid is involved, which is usually the case. But even in this case access to the unique index is always encrypted in BLEVEL - 1, and access the table by rowid is usually encrypted to 1 by iteration.

    You can see on page 313 (chapter "Nested Loop") that Jonathan has used an example involving a unique index scan that also has a cost of 0.

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    SQLTools ++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676 /.
    http://sourceforge.NET/projects/SQLT-pp/

  • Returns the selected table column header

    I don't know there is probably a way to do this.  But I have not yet found.

    I am building an application that will act as a sort of "universal" reports generator for a MySQL database tables.

    At startup, a drop-down list box is filled with the names of tables in the database.  When the user selects one of these tables, the column names are taken from the base and used to fill the column headers for the table of LabVIEW.

    The idea is that the user can select this column and enter the constraints of filter in a text box.  These constraints will then be added to the WHERE statement for this column.

    So far I've been able to find a way to return the Active cell or a selection of cells, when the user clicks on the actual data of the table.

    Is there a direct way to retrun a selected in LabVIEW column header value?

    I am dreaming that there may be some sort of workaround using transparent controls over the headers.  But because different tables will have a different number of columns that the user defines the width, I'm not really sure that it will work more.

    If you the editable headers, this allows Active cells specify that your column is - 1 column selected active line is the selected column. You may need to use the mouse down? to filter the possibility for the user to change the right column headings.

  • OBIEE11G: I want to know how to sort the columns of a pivot view?

    It's my opinion of pivot

    TYPE_OUTILtool_nameyearamount
    At2n120120
    20133172
    20143535
    2015190
    BT1N120121
    20131867
    20142995
    2015357
    T1N220124
    20131371
    20142410
    2015437

    After I sort the amount column in descending

    TYPE_OUTILtool_nameyearamount
    BT1N120142995
    20131867
    2015357
    20121
    T1N220142410
    20131371
    2015437
    201256
    At2n120143535
    20133172
    2015190
    20120

    Why tool_type:B is the top of the table instead of A?

    Thanks for your help.

    Update:

    I try to set the tool type and the name of the tool front of amount. This works for simple table at the highest.

    but it does not work when I drag year column heading, then sort

    Sort "type tool" (CSA)

    -Add a 2nd sort on 'name of the tool' (CSA)

    -Add 3rd sorting on "amount" (DESC) in the year 2015

    It doesn't do anything.

    2015-07-08_084632.png

    I can solve this problem by sorting tool type (1) in growing. sorting, then add a descending sort to make this work amount (2)...

    Thanks Orcl01

    In your case you keep the tool type (1) ensure that Crescent. Then add a sort descending amount (2). It will work.

    Thank you

    AJ

  • I use windows 7. How to change and be sure the default column width in Windows Explorer

    I use windows 7. How to change and be sure the default column width in Windows Explorer

    Hi Jimsw,

    ·         If it works well before?

    ·         You did changes to the computer before the show?

    Explorer Windows will remember changed settings, check if this not happen as planned.

    Follow the suggestions below for a possible solution:

    Method 1: I suggest running the fix of the article and check if it helps.

    Diagnose and repair Windows files and folders problems automatically

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/

    Method 2: You can increase the width of the selected columns and apply the settings to all files and check.

    a. right click on an empty space in the Windows Explorer, click on sort by.

    b. now, enter the size required in the Pixel with and click OK.

    Now, click on the drop down menu to organize and click on folder and Search Options.

    Click view and click apply to folders and click OK.

    I hope this helps.

  • How do I browse the selected links?

    Hello!

    I'm looking for clues on how to run a script on selected links (selected in the window).

    As this example script that runs an alert when the links are missing:

    aDoc var = app.activeDocument;

    for (var n = 0; n < aDoc.links.length; n ++) {}

    var aLink = aDoc.links [n];

    If (aLink.status == LinkStatus.linkMissing) {}

    Alert (ALink.FilePath);

    }

    }

    Is there something like LinkStatus.linkSelected?

    Or some other way for the script to sort the selected links.

    Any input would be much appreciated!

    Thank you!

    / Peter

    Hello

    As far as I know - not possible to read the link selection (any Panel UI).

    Another solution?

    -to create a dialog of the listBox (each list item is a link read a doc) and the 'multiselect' property defined as 'true '.

    The average user can select a set of links, and the script can do a work based on the selection.

    Jarek

  • How to create dynamic action of the link column in the classic report

    I have an apex page to display a modal window using jquery. In the modal window, I have a classic report with a column of link I want to capture its click event.
    I thought I could create a dynamic action with selection of type = jquery selector. Not sure if I need to do anything on the link column and do not know the syntax
    jquery selector. Would appreciate help or direction?

    Always zip code using .

    ...\
    

    tags as described in the FAQ.

    I created a region of report with the following query:

    Select empno, ename, 'SELECT' from emp
    where (ename like '%'||ltrim(rtrim(:P2_SEARCHPU))||'%'
    or :P2_SEARCHPU is null)
    

    There is no alias specified for the "SELECT" column, Oracle uses so the content of the column as a default alias. It comes

    'SELECT'
    

    Instead of

    SELECT
    

    The necessary jQuery selector would be:

    td[headers="\'SELECT\'"] a
    

    However the need to release the single quote everywhere is a ticking time bug. SELECT an Oracle reserved word means use it as any type of identifier is either too smart.

    You should always use a valid Oracle identifier as an alias explicit when a column contains a literal value or a complex expression:

    select
        empno
      , ename
      , 'SELECT' link_text
    from
        emp
    where
        (  ename like '%'||ltrim(rtrim(:P2_SEARCHPU))||'%'
         or :P2_SEARCHPU is null)
    

    APEX will use the column alias LINK_TEXT as the ID attribute of the column header and the cells in the column will reference it in their headersattributes. The jQuery selector is:

    td[headers="LINK_TEXT"] a
    
  • Select columns when downloading interactive reports

    Hello
    We have a requirement defined by Oracle Corporate Security Architecture Review Board to prevent some columns to display when downloading interactive reports in csv format. They should appear on the report, but not on the csv output.

    I vaguely remember it was possible when interactive reports have been made public, but I can't find a way to do so at the ApEx 4.1? When I go to the print attributes > columns in the report, I can see the list of columns, and they all get to see the report = Yes, but there is no way to make it no. it seems that all the selected columns to display in the interactive report are automatically included in the download.

    Our applications are hosted on apex.oraclecorp.com, I can provide more details if necessary.

    Please inform if there is a way to exclude the columns during the download.

    Kind regards
    Isabelle Fallon

    Change the definition of column you want in the CSV file and add a conditional view:

    Condition of Type: Ask! = Expression 1
    Expression 1: CSV

  • Reg. decimal alignment in selected columns in a Table

    Hi all

    Can someone help me to align the cells in the selected column of the table in decimal?

    Thank you in advance.

    Kind regards

    Rani Sathya M

    Hello

    As Ariel wrote, in the case of table you need not type "tabs" within cells to achieve a goal.

    Here is an example of the last column setting

    var
         mCols = app.activeDocument.textFrames[0].tables[0].columns[-1],
         mTarget = mCols.cells.everyItem().texts.everyItem().getElements(),
         len = mTarget.length;
    while (len-->0)
              mTarget[len].tabStops.add({
                        alignment: TabStopAlignment.CHARACTER_ALIGN,
                        alignmentCharacter: ".",
                        position: mCols.width - 10
                        });
    

    Notice: it should work in a simple doc for example (1 textFrame and 1 table)

    Jarek

  • Sort a hyperlink column in the classic report

    4.2.1

    THM2:

    Hi I have a classic report with a hyperlink column. And I need enable sorting on this. What I did is

    Select '< a href = "somelink" >' | party_name | "< /a > ' party_name party_name table.

    However, I just need to show the hyperlink column in the report. Couple of questions

    1. How can I create party_name-based sorting logic using the updated classic sorting standard? Given that all a hyperlink names begin with < - sorting is random. I added the second party_name column an active by default sort on it, but given that the column can not be shown, is not a good way.

    2. I was wondering if there is another way to sort this classic report hyperlink column as shown in the hyperlink and sorting is enabled on the report?

    Thank you!

    ryansun wrote:

    Hi Fac586 - Yes, the requirements are not of the same report. We have several pages with the same type of aspect, however, some of them have a different feature. In this case, Yes, I too simplified it so that easier to understand. I use the hyperlinks on query sql rather that the link of the column is because we have about 5 unions in this query from different sources and each of those interviewing him, having a hypertext link and additional formatting like "BOLD", color etc, under certain conditions. Query1 will return only the party_name, the second query United would have hypertext links, the third would fat etc. The union of the request is not made to take into account this feature, but because of the nature of the data.  While the apex feature works very well, the only question I hit is the hyperlink column sorting in a classic report. Where the simplified question. Individual responses, I've had have been very useful and have been applied successfully.

    In this case, the request for a classic report that has column link, how to sort would work it would be on a regular character column.

    Option 1 (deeply inelegant): Generate an HTML comment containing the sort at the beginning of the column value. The value must be sortable using the character comparison semantics, so dates must follow the format YYYYMMDD, numbers padded to the same length with zeros etc: Re: problem with the Date command

    Option 2A: Expand the Expression HTML technique described in your previous thread (marking dynamically of columns in a "BOLD" for the highest value report) to include the tags.

    Option 2b: Use the HTML Expression technique described in the previous thread to include custom data attributes and use these to add links to dynamic actions.

    If this is done on several pages, and then create a view all the necessary logic and the columns which you can keep it in one place.

  • Sort by select a choice column of Table ADF display value

    Hi team,

    We use an ADF with EJB application.

    I have an ADF table, which has a choice of a select into it. (The elements of a list of Select choices are filled with a java bean).

    Presetnly, when we perform sorting on this column of the SOC, the table is getting sorted based SOC value not on the label.

    How to sort this column based on the Lable SOC filed.

    Please help us.

    Thank you

    Keshav Ch

    Hi Frank,.

    I took a transitional column in the entity and populated this column with the label LOV value.

    In the file ADF added this column to the table and it is rendered false.

    Set the sortable property of the column to the new column trasient lov.

    Now the sorting will work with the label filed (transitional column)

    Thank you

    Keshav ch

  • Sort values in the selector column in OBIEE 11 g

    Hello gurus,

    We migrated OBIEE 10 g to OBIEE 11 g (11.1.1.6). Have a few queries related to the column selectors:

    1. when I change the view of column Chooser in 11 g, the columns selected in a particular column selector is not visible. As a result, I am unable to change the properties of the columns. Why is it like this?

    2. is it possible to rearrange the columns in a column Chooser? I want to sort the values alphabetically. I have to add the values in the column selector, the way that I want it to appear in the menu drop-down or is there any method by which I can sort the values after adding them to the colum selector?

    Appreciate any help.

    Thank you and best regards,
    RG

    Hello Rahul,

    I encountered this problem in 11.1.1.5 version. This is the bug,

    Bug 12937182 : AFTER upgrade, the PROPERTIES of the COLUMNS do NOT WORK IN the COLUMN SELECTOR

    SIAS Oracle, this problem has been fixed in 11.1.1.6, it seems that there is always.

    Yes to the second query, it has no option to sort otherwise that manually to remove the columns.

    Kind regards
    DpKa

  • Select single dataset in several sets of data based on the priority column

    Excuse me if a similar question has been answered before. I don't seem to find the correct search terms to find the solution.

    On the question - I have the following data:
    +---ItemID---+---ItemName----------------------+---CompanyID---+
    |    1001    | Item  1001                      |       1       |
    |    1001    | Tuote 1001                      |       2       |
    |    1001    | Artikel 1001                    |       3       |
    |    1002    | Item  1002                      |       1       |
    |    1002    | Artikel 1002                    |       3       |
    |    1150    | Tuote 1150                      |       2       |
    |    2000    | Item  2000                      |       1       |
    |    2000    | Tuote 2000                      |       2       |
    |    2222    | Tuote 2222                      |       2       |
    |    2222    | Artikel 2222                    |       3       |
    +------------+---------------------------------+---------------+
    with t as (
            select 1001 ItemID, 'Item  1001' ItemName, 1 CompanyID from dual union all
            select 1001,    'Tuote 1001',   2 from dual union all
            select 1001,    'Artikel 1001', 3 from dual union all
            select 1002,    'Item  1002',   1 from dual union all
            select 1002,    'Artikel 1002', 3 from dual union all
            select 1150,    'Tuote 1150',   2 from dual union all
            select 2000,    'Item  2000',   1 from dual union all
            select 2000,    'Tuote 2000',   2 from dual union all
            select 2222,    'Tuote 2222',   2 from dual union all
            select 2222,    'Artikel 2222', 3 from dual
        )
    select
        *
    from
        t
    As you can see, not all companies contain the same elements. I would need to get a list that contains each itemid only once, and element name (and other non-visible areas in the example) the first company in which the item is found. CompanyID 1, 3 and finally 2 would be a priority. Thus, the example above would result in the following list:
    +---ItemID---+---ItemName----------------------+---CompanyID---+
    |    1001    | Item  1001                      |       1       |
    |    1002    | Item  1002                      |       1       |
    |    1150    | Tuote 1150                      |       2       |
    |    2000    | Item  2000                      |       1       |
    |    2222    | Artikel 2222                    |       3       |
    +------------+---------------------------------+---------------+

    Hello

    This is called a Query Top - N , and this is a way to do it:

    WITH     got_r_num   AS
    (
         SELECT     ItemID, ItemName, CompanyID
         ,     ROW_NUMBER () OVER ( PARTITION BY  ItemID
                                   ORDER BY          CASE  CompanyID
                                                   WHEN  1  THEN  1
                                        WHEN  3  THEN  2
                                        WHEN  2  THEN  3
                                             END
                                 ) AS r_num
         FROM    t
    --     WHERE     ...     -- Any filtering goes here
    )
    SELECT     ItemID, ItemName, CompanyID
    FROM     got_r_num
    WHERE     r_num     = 1
    ;
    

    The tricky part here is to get an expression that will sort the CompanIDs in the order where you want them (3 comes before 2). If this order applies to other queries outside of it, then you really shouldn't hardcode into any question. Instead, add a column to the table of society (or create a society, if you do not already have a), which indicates the sort order and join to that table.

    The overall functionality of DUNGEON (DENSE_RANK...) could also be used to achieve these results, but you mentioned that there are "other fields not visible in the example", which means that you would probably use a phrase quite complicated for each of them. The above query is easily extended. Add any columns you want both SELECT clauses.

    Published by: Frank Kulash, June 21, 2010 16:41

Maybe you are looking for

  • How to remove the text of the icons in the bookmarks bar?

    Since the last update all my icons in the bookmarks bar are now show text when you move them. I prefer the right icons if anyone can help?

  • Part number 2006 imac 17 inch lcd screen

    Hello I have a question to try to get the correct part number Apple for a replacement LCD for my iMac Early 2006 17-inch 2.0 GHz model A1208 screen please? And yes my computer developed the vertical lines that eventually became half of a black screen

  • Macbook Pro 17 "since mid-2007 update

    Hi all I currently have a MBP 17 "bought mid-2007. So far, the computer is doing well (for a 9yo computer). I just upgraded to El Capitan without problem. However, for some years now, my computer is slow (which is I guess than expected). I was trying

  • IdeaPad Y470 FN does not

    Hello I have Lenovo Ideapad Y470 and I noticed that when you press keys FN stopped working/show. Namely the FN and FN F1 arrows... Of course, I use my laptop for games so I'm updating the nvidea drivers every now and then but really did not notice so

  • Windows Update error 0 x 80070057(2014-01-02-T-02_58_56P)

    I get this error message after applying ms fixit tool. Can someone help me solve this problem. I have tried the days to fix this and been on so many forums to try to resolve the problem. Help, please Thank you david