Sort Multiple Properties

Hello All,
I have created few properties in KM and would like to know how can I <b>facilitate multiple sort functionality</b> in it.
Currently it is sorting on only 1 property but I would like it to sort on multiple properties.
Example: Initial Sortt on property A, then on property B such that actual sorting is on properties A & B.
Awaiting Reply.
Thanks and Warm Regards,
Ritu

Hi Detlev,
Firstly thank you for your reply.
Yes I do agree with your reply for the customization part.
Since I had never customized this part earlier, i am currently doing a lot of reading stuff, trying to understand the internal details so that I know exactly what is to be customized in proper steps.
I would definitely write back to you as soon as I start the customization.
Thanks and Warm Regards,
Ritu R Hunjan

Similar Messages

  • I am unable to sort multiple columns in a table created in Pages.

    I had been using Appleworks up until I installed Lion and have now switched to iWork. I created a table within a Pages document and am able to sort a single column (using the Table Inspector and choosing Sort from  Edit Rows and Columns) but the Sort option is grayed out when I attempt to sort multiple columns.
    In another post, someone talked about this being a problem if you have merged fields. I do not believe I have done this (to be honest I don't know the function of merging fields).
    This is very frustrating as I was easily able to sort these tables in Appleworks.

    Sharon Anderson wrote:
    Thanks for your quick response! I have been trying that but then found that Numbers would only let me print in landscape view so I had to paste the table back into Pages. Is there a way to print in portrat view (from Numbers?)
    Not so. In the lower left corner of the window, there's an icon that looks like a piece of paper. If you see this:
    you are in Sheet View, or normal, mode. If you see this:
    You are in Print View mode. Now you see the icons for portrait and landscape modes. Click your choice. Then arrange your content to fit the pages as you wish.
    Jerry

  • How to Sort Multiple Column In ALV_LIST_DISPLAY

    Dear Experts,
                         Recently i've facing a problem to Sort multiple Column in ALV_LIST_DISPLAY.Whenever i need to sort 4 columns at a time , only 3 was sorted not the 4'th one.But i have already clearly mentioned in my sort section .Can anybody help me overcome this problem?
    warm regards,
    sameek mazumder.

    Hi samgpi,
    You should have no prolem with doing such sorting by using the parameter IT_SORT, available when using class or FM...
    Can you paste you sort section here so we can have a closer look?
    Kr,
    Manu.

  • AS2: how to apply multiple properties to a single movieclip

    Hi there
    Is there a way, in ActionScript 2, to set multiple properties for an exising movieclip in one command?
    For example, is there a way to write something like this more succinctly?:
    myMovieClip._x = 10;
    myMovieClip._y = 10;
    myMovieClip._alpha = 100;
    myMovieClip._rotation = 0;
    I'm thinking something like:
    myMovieClip(some bit of code)(_x = 10, _y = 10, _alpha = 100, _rotation = 0);
    I'd appreciate any advice.

    Not really, since you would have to specifically assign each property separately at some point.  You could create a function that you feed the object and the property values into, but that function would need to handle assigning the individual properties one at a time.

  • ALV: How to sort multiple columns?

    Hi all,
    Good morning!
    I have a requirement to sort multiple columns in ALV. I did a search and tried with following codes:
    data: lo_config_alv  type ref to cl_salv_wd_config_table.
    lo_config_alv->if_salv_wd_table_settings~set_multi_column_sort( value = abap_true ).
    But I still can not sort for multiple columns.
    Please guide me how to do that.
    Thanks,
    Khanh

    Hello,
    If you want to sort ALV by multiple fields, then you have to create sort rule for each field and set sort position for each field to specify the sequence in which you want to sort multiple columns.
    Here is a sample code:
    * Sort rows by PRICE descending
      DATA: lr_field1 TYPE REF TO cl_salv_wd_field.
      DATA: lr_rule1 TYPE REF TO CL_SALV_WD_SORT_RULE.
      lr_field1 = lv_value->if_salv_wd_field_settings~get_field( 'PRICE' ).
      lr_field1->if_salv_wd_sort~create_sort_rule( EXPORTING sort_order = if_salv_wd_c_sort=>sort_order_descending
                                                   RECEIVING value = lr_rule1 ).
      lr_rule1->set_sort_position(  2 ). "set the sort position to 2
    * Sort rows by seatsmax descending
      DATA: lr_field2 TYPE REF TO cl_salv_wd_field.
      DATA: lr_rule2 TYPE REF TO CL_SALV_WD_SORT_RULE.
      lr_field2 = lv_value->if_salv_wd_field_settings~get_field( 'SEATSMAX' ).
      lr_field2->if_salv_wd_sort~create_sort_rule( EXPORTING sort_order = if_salv_wd_c_sort=>sort_order_descending
                                                              RECEIVING value = lr_rule2 ).
      lr_rule2->set_sort_position( 1 ). "set the sort position to 1
    * Sort rows by seatsocc descending
      DATA: lr_field TYPE REF TO cl_salv_wd_field.
      DATA: lr_rule3 TYPE REF TO CL_SALV_WD_SORT_RULE.
      lr_field = lv_value->if_salv_wd_field_settings~get_field( 'SEATSOCC' ).
      lr_field->if_salv_wd_sort~create_sort_rule( EXPORTING sort_order = if_salv_wd_c_sort=>sort_order_descending
      RECEIVING value = lr_rule3 ).
      lr_rule3->set_sort_position( 3 ). "set the sort position to 3
    In the above code, the sequence of sorting would be seatsmax price seatsocc
    If you dont specify the sort position, then the sequence of sorting would be the order in which the sort rules are created.
    In the above example, if we didnt set sort positions for the fields, then order would be price seatsmax seatsocc.
    Refer to this link for more info: https://cw.sdn.sap.com/cw/docs/DOC-33859
    Hope this helps!
    Regards,
    Srilatha

  • Multiple properties tween class

    im having trouble figuring out how to script a tween in AS3 with multiple properties.  I have the single property syntax down, like such,
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    import fl.transitions.easing.*;
    var name:Tween = new Tween( gar, "x",  Regular.easeInOut, 60, 300 , 3, true);
    but if I want multiple properties, im having trouble finding that info.
    thanks.

    i think ive got it.  I dropped the var and just did the new Tween statement like such;
    new Tween( gar, "x",  Regular.easeInOut, 60, 300 , 3, true);
    new Tween( gar, "y",  Regular.easeInOut, 60, 300 , 3, true);
    each new tween acted out at the same time.

  • SharePoint Issues - Edit Properties & Edit Multiple Properties

    Hi,
    We have a issue with document Library Edit Properties & Edit Multiple Properties.
    We currently set two columns as  “Required” (Ex: Subject and Nation columns)
    When using “Edit Properties” – Subject and Nation are marked as “Required”
    When using “Edit Multiple Properties” - Subject and Nation are NOT marked as “Required”.
    Please help me to resolve this issue.
    Prakash

    Hi,
    Thank you for your response, columns are already marked as required in content type.
    But still same issue, the issue is only with Multiple properties edit page.
    Thanks,
    Prakash 

  • EPMDimensionOverride - Multiple Properties and Members

    Hello Experts,
    I am having trouble getting an =EPMDimensionOverride formula to work for multiple Properties and Members.  Currently we override our EMPLOYEE Dimension based on the COST_CENTER property.  The Formula is =EPMDimensionOverride("000","EMPLOYEE",A3) where A3 equals COST_CENTER = 1234.  
    I want add an additional filter to Exclude a couple members from the GROUP property.  The Members are "Hourly" and "Temp"
    I have tried a couple versions including =EPMDimensionOverride("000","EMPLOYEE",A3 & GROUP <> Hourly, Temp) and  =EPMDimensionOverride("000","EMPLOYEE",A3; GROUP <> Hourly, Temp)
    Any help is appreciated.
    Thanks,
    Sean

    Hi Vadim,
    I am also having the same issue, but in my case i need to get all the members with the entity=&C4, in C4 i have my page axis entity dimension value is there.
    I am dynamically filtering the members with the help of property Entity here. But at the same time i need to have the immediate parent values of these members also along with these members, which have the property entity = BLDG.
    But I couldn't able to execute it, rather i am getting the below error #VALUE! , any suggestions to make this possible. I am in EPM SP 18 .Net 4
    Please find the Screen shot below for your reference.
    Thanks,
    Siva

  • How can I sort multiple tables on a single page as if they were one continuous table?

    I have a single narrow column of numbers that cover multiple pages. I would like to do either of the following: break that long single column into multiple colums that fit on one page and are still able to be sorted in that arrangement OR sort the long column as it is (spread out over multiple pages) and then break that long sorted column down into multiple segments that can be placed onto a single page.
    I have been sorting the long single column, then copy and pasting sections from the column onto a new page so that I can print them on a single page.
    I am hoping there is a more elegant method to do this.

    Hi Walt,
    Sorting is one of the things that changed between Numbers '09 and Numbers 3. If you are on Mountain Lion I want to assume you are using '09. Is that true?
    This will work in '09 and 3. Table one is a single column with entries 1-89.
    A2 ==INDEX(Table 1 :: $A,ROW())
    B2 =INDEX(Table 1 :: $A,ROW()+35)
    C2 =INDEX(Table 1 :: $A,ROW()+70)
    The formulas are filled down.
    You can adjust the formulas in B and C to reflect how many rows fit on your page.
    quinn

  • Using Multiple Properties Files in Struts Framework

    Hi Everybody!
    I just to know how to use a multiple message-resources files in a Struts Framework.
    I've 2 properties file :
    1. ApplicationResources_A.properties
    2. ApplicationResources_B.propertiesI put the files under WEB-INF/classes dir.
    My configuration in struts-config file something like below:
    <!--  Begin Testing -->
         <message-resources key="A" parameter="ApplicationResources_A" />
         <message-resources key="B" parameter="ApplicationResources_B" />
    <!--  End Testing -->
    </struts-config>
    if my JSP code is like below , this error is thrown:
    org.apache.jasper.JasperException: Cannot find message resources under key A
      <tr>
        <td width="17%">Language A</td>
        <td width="83%"><bean:message bundle="A" key="user.lang.desc"/></td>
      </tr>
      <tr>
        <td width="17%">Language B</td>
        <td width="83%"><bean:message bundle="B"  key="user.lang.desc"/></td>
      </tr>
    but  if I change the  JSP code like below it  work fine:
      <tr>
        <td width="17%">Language A</td>
        <td width="83%"><bean:message key="user.lang.desc"/></td>
      </tr>
      <tr>
        <td width="17%">Language B</td>
        <td width="83%"><bean:message  key="user.lang.desc"/></td>
      </tr>
    In this code , I dont know  which resources file is used.
    So how do I solve this problem. Thanks you.

    I have defined the following:
    struts-config.xml
    <message-resources key="ldap" parameter="com/project/struts/ldap"/>
    Action.java
    In execute method:
    MessageResources messageResources= MessageResources.getMessageResources("com/project/struts/ldap");
    System.out.println("INITIAL_CONTEXT_FACTORY"+messageResources.getMessage("INITIAL_CONTEXT_FACTORY"));
    and it is working, however I have to change "com/project/struts/ldap" value in Action.java file whenever there is any change in name or location of ldap.properties.
    Can I access this properties in such way that I don't have to change parameter path manually in Action.java (modifying in struts-config.xml is okay)? like access through key="ldap" or something.
    Thanks and regards,

  • Sort multiple files as TV shows?!?

    I've got a lot of TV shows my friend gave me (for example South Park and Happy Tree Friends). But there's one thing that really bugs me out, that is that whenever I import a video file into iTunes it gets sorted as a Movie so I have to sort every single file as a TV show, very boring to do, just because there's no way of selecting multiple files and ⌘I them and sort TV shows. Why in the world are there so little options in +Multiple Item Info?+
    +*Please Help Me!*+

    Hey, Meg, how about legally recorded shows transferred from a Tivo? Or VHS? I have many of those, plus all the DVDs I've backed up into iTunes, so I can watch them through my AppleTV and have the DVDs all in a box in my basement.
    The UI for dealing with TV Shows is terrible, a complete afterthought. The tag fields are very much structured around songs (Why do movies have an Album field? And not a Director field?), and I can't sync specific episodes of a TV Show to my iPhone. Once upon a time, I could make a playlist with TV episodes, and sync that playlist, but that ability appears to be gone: I no longer see that playlist in any of my tabs where I pick the info to sync.
    If I create a playlist with one song and one tv show, and set that to sync, it syncs the song only. Yet if I just give in, and label all my TV shows movies, I can sync anything I want. It's terrible.

  • Grouping and sorting multiple cells

    Is there a way to group multiple contiguous cells so that they act as one large "super" cell, then have Numbers sort the groups according to a value in one of the individual cells in the group?
    I have created a document that has several columns and rows that are added together to arrive at a value that is put into a cell in the bottom right corner of the group. I need to sort these groups according to the value in that last cell in each group.
    I hope that makes sense.

    Seth,
    Consider putting the group value in each row so that when you sort, rows with the same group value will stay together. The column with this value can be hidden and you can repeat it in another column on the last row of each group. This will probably require another auxiliary column to keep the rows in the proper order within a group, and a two-level sort.
    Jerry

  • Can you sort multiple albums into one single album....?

    So my situation is like this...
    I have multiple albums from one specific Band (in this case its music from Shin Megami Persona.) I have all 8 albums sorted separately in Itunes. When it is sync'd to my Iphone it will show all of them in order which is typical. What I am curious about is if I can put the Albums into one Album name and when I click it, it will then show the 8 albums. Basically, this is for the sake of not having a lengthy album list on the iphone.
    If my question/explanation was unclear, maybe this might help.
    My current Album list looks like this:
    Albums- P
    Paramore
    Persona Reincarnation
    Persona 3 OST
    Persona 4 OST
    Persona 3 FES OST
    Persona 3 Portable OST
    Persona Music Live 2008
    Persona Music Live 2009
    Persona Music Live Band
    Pink Floyd Greatest Hits
    ect... ect...
    What I would like is for it to be like this:
    Album-P
    Paramore
    Persona Sountracks <------ click on this
    Pinkfloyd Greatest Hits
    ect...ect...
    Clicking leads to below
    Persona Soundtracks:
    Persona Reincarnation
    Persona 3 OST
    Persona 4 OST
    Persona 3 FES OST
    Persona 3 Portable OST
    Persona Music Live 2008
    Persona Music Live 2009
    Persona Music Live Band
    I've been able group them all together by changing them all to the same album name but it just leads to a extremely lengthy list of songs. So if there is anyway to sort by the way I explained above, I am open for suggestions. Thanks!!!1!1!1!1

    Thanks. That was very easy and works perfectly. Do you know if I can get my 08 edited footage back into 06 for some additional editing without exporting as a Quicktime movie that I can't edit? I want to add audio tracks that I can edit in synch with my video footage like I can in 06. Thanks!

  • Sort multiple record block

    Hi,
    i want to sort a multiple record block by pressing a key on a non updatable field in the block.
    Example:
    i have a list of adresses in the block. Now i want to jump to all Adresses which starts with B.
    Does anybody know a solution ?
    Thanks in advance. MM

    No problem:
    When your records are ordered by the name (using block's order-by-clause),
    use a procedure like the following:
    procedure find_name(p_letter in varchar2) is
    begin
      go_block('BLOCK');
      loop
        exit when :system.last_record = 'TRUE' or :block.name >= p_letter;
        next_record;
      end loop;
    end;

  • Performing operations on multiple properties

    I would like to query the named cache, but return the sum of two properties. Is this possible?
    Something like
    new OperationExtractor(Operation.Sum, new ReflectionExtractor("Property1"), new ReflectionExtractor("Property2"))
    Or similarly in SQL
    SELECT SUM(Col1,Col2) FROM namedcache

    Hi Jonathan,
    JonathanKnight wrote:
    Rob,
    As you said, the example is not valid SQL, I believe what they want is this:
    SELECT cache.d, cache.e, cache.a + cache.b from cache where cache.c > 2 group by cache.d, cache.eObviously they will need the group by values returned to know what values of cache.d and cache.e each sum result is for.
    This is still not correct SQL because cache.a and cache.b are not in the group by clause and are not used as parameters to an aggregate function (min,max,sum,avg,whatever...), either.
    JonathanKnight wrote:
    I don't think the aggregation itself is going to turn out to be too much of an issue is is the second part of what they want, which they have touched on in this post and another post on the forums that will take more thinking about.
    When they get back the aggregation result set they want it to somehow stay "connected" to the underlying cache in the same way a continuous query works. Then if data in the underlying cache changes their aggregation result set they have on the client changes (.Net in this case).
    As far as I am aware there is no support for "continuous aggregation" functionality in Coherence, unless you know different with your encyclopaedic knowledge of Coherence.
    The obvious way to do it would be listen to the underlying cache and re-run the aggregation if data changes. The problem is this is not very optimal and they might have a lot of these aggregations and they take time to run over quite a bit of data. I can think of a couple of other more optimal ways to do this if there is nothing built into Coherence.Yes, I understand this, but that depends on how the total change set caused by the change to a single entry can be calculated.
    I also believe, there is no support for continuous aggregation in Coherence, but you can maintain an in-the-client-JVM data aggregate if you register an event listener in the CQC constructor.
    The cost of initializing and maintaining that aggregate depends on what part of the aggregate data-structure needs to be changed upon the change of a single entry.
    Of course that data-structure has to be maintained in a concurrent fashion as multiple events can be delivered concurrently from the CQC.
    Another problem is getting consistent information out of that aggregate data-structure since it may change while you are reading it.
    After all these, an index is just an aggregate data structure of the content of the cache, which has a structure that is fairly simple but it may be updated on multiple threads and may be updated while you are querying by it.
    Best regards,
    Robert

Maybe you are looking for