Table sorting

I know how to sort the array of alpha channels digitally, but my problem is that the numeric values will not follow it for strings

Here is the code I use:

Well, assuming the two tables are of equal size, it would be to group in a loop FOR, sort, unbundle in a second loop FOR, for example as follows:

This takes advantage of the fact that Berry clusters are sorted according to the order of cluster.

Tags: NI Software

Similar Questions

  • BUG: 1 D table sort isn't sorting table of Classes and table Clusters contain Classes

    the function "sort the table 1 d.

    I wanted to sort the array of Clusters [number and class]. But to my surprise, LV is not like him.

    Okay, I need sort table Classes. But maybe once in the future I will. :-)

    'Research in table 1 d' is the use of classes I do not understand why 'sort the table 1 d' does not work.

    This problem is in LabVIEW 8.2 and 8.5 2009

    I think that the search feature of table 1 d can address each element in the table as an agregate whereas sort requires access to the private data in the data from the class and carrying it even further...

    Say all the elements are in the Parent class and a tow children who both have private data that are uniqie each and not present in the class of parents...

    How they manage breaking when there are different fields to sort on?

    Ben

  • Collection of table sorting or Listbox

    I need to sort a collection of table or a list box.  I tried the example collection ArrayCollection and it ran without errors but do you not sort.

    kind of varort = new Sort();
                    
    There isn't that one sort field, so use a null value
    first parameter.
    SortField varortField = new SortField ("null", true);
                    
    sortfield.setStyle("locale","en-US");
    fate. Fields = [sortfield];
    myAC.sort = sort;
                    
    myAC.refresh ();

    Is there a way to sort the listbox control in ascending order?  The ArrayCollection collection contains the same data, which is just names.

    Neil

    Have solved it.  I had to change the

    SortField varortField = new SortField (null, true);

    TO

    SortField varortField = new SortField (null, false);

    Neil

  • How to do in memory of POJO based ADF table sorting?

    Hello

    JDeveloper 11.1.1.7

    I created a Web of merger application. In the template project created the POJO (Product.java & ProductBean.java) to fill data class. Data created controls from ProductBean.java and then drag on the page jspx.

    Product.Java:

    package model;
    public class Product {
        private String productId;
        private String productName;
        public Product() {      
            super();
        }
        public Product(String productId,String productName) {      
           this.productId=productId;
           this.productName=productName;          
        }
        public void setProductId(String productId) {
            this.productId = productId;
        }
    
    
        public String getProductId() {
            return productId;
        }
    
    
        public void setProductName(String productName) {
            this.productName = productName;
        }
    
    
        public String getProductName() {
            return productName;
        }
    }
    

    ProductBean.java:

    package model;
    
    
    import java.util.ArrayList;
    import java.util.List;
    import model.Product;
    
    
    public class ProductBean {
        private List<Product> products=new ArrayList();
        public ProductBean() {
           this.createData();
        }
       
        private void createData(){
            System.out.println("Cntl in createData :::");
            products.add(new Product("101","Alto"));
            products.add(new Product("102","Benz"));
            products.add(new Product("103","Chevrolet"));
            products.add(new Product("104","Cruze"));
            products.add(new Product("105","Accord"));
        }
       
        public List<Product> findAllProducts() {
            System.out.println("Cntl in findAllProducts :::");
            return products;
          }  
    }
    

    The jspx fills in the data as expected. But when I do a sort in any column of the table, the findAllProducts()'s called making and data get recovered. I want to like her in memory to improve performance of sorting.

    I tried two ways by setting the property conditions and cacheResults refresh of the iterator iterator, but it did not work and it always gets the data while sorting.

    Can anyone help/provide entries?

    ~ Abhijit

    It's my bad all by looking at the newspaper. It is not firing the quey (here createData() method) while sorting. the code above, I posted, works very well. Thanks Jacques and Natasha

    ~ Abhijit

  • How to reset on a sortable table sorting criteria?

    Hi all

    How can I reset the criteria of sorting on a sortable table?

    Concerning

    I remember this as

    
       SortCriteria[] sc = new SortCriteria[0];
        dciter.applySortCriteria(sc); // dcIter is the iterator the table uses
    

    but I can not find in my code base. So it might be something more to do. You can try it, if it works that way, I'll try to dig them up.

    Timo

  • Table sorted target

    Hi all
    where and how can I use command article by to get the data sorted on the target table?
    I tried via the expression editor in a column mapping in the target data store, but received something like "... the word" provenance"key could not be found at planned... »
    Forgive me this stupid question, I'm just an old man new in ODI...
    THX

    Hello

    Try with COL_NAME,

    <%=snpRef.getColList("", " [COL_NAME]", ", ", "", "UD1") %>

    ARY: Re: Please suggest me

    Thank you
    Guru

  • Pivot Table sort using month row

    I have the XML depending on whether I'm trying to get the following results

    2006 2007 2008 2009 2010
    800 845 869 900 56 adoptions
    January 97 96 92 2 2
    February 81 90 78 99 0
    March 105 77 87 125 0
    .....
    759 748 872 919 58 redemptions
    January 79 82 78 81 58
    February 76 66 58 94 0
    March 67 102 75 77 0
    ....
    My dataset XML looks like this:
    My dataset xml is:
    <? XML version = "1.0" encoding = "UTF-8"? >
    -< ROWSET >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 97 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 81 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 105 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 83 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 75 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 67 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < 65 > anicnt < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 84 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 62 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 69 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 81 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 95 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 96 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 90 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 77 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 69 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 80 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 72 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 90 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 80 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 62 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 63 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 76 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 74 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 92 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 78 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 87 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 91 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 77 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 83 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 108 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 98 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 72 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 103 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 94 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 97 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 99 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 2 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 99 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 125 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 120 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 133 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 128 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 2 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 108 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 144 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 104 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 116 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 108 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 220 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 2 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 149 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 1 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2020 < / iyear >
    < cue > Adoptions < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    < exp / >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 79 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 76 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 67 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 35 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 81 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 45 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 52 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 70 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 62 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 71 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 56 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > redemptions < / cue >
    < 65 > anicnt < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 82 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 66 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 102 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 62 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 55 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 64 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 48 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 44 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 48 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 68 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 71 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 38 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 78 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 58 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 75 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 74 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 59 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 57 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 48 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 66 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 88 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 92 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 86 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 91 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 80 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 94 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 77 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 69 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 88 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 87 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 69 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 79 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 59 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 78 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 57 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 80 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 58 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > redemptions < / cue >
    < anicnt > 0 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 2 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 9 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 4 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 6 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 5 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2006 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 4 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    4th year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 10 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 4 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 3 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 1 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 2 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 6 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 8 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2007 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 4 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    3rd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2008 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    2nd year < exp > < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2009 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    Year < exp > 1 < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 52 < / anicnt >
    < imonth > 1 < / imonth >
    January < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 2 < / imonth >
    February < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 3 < / imonth >
    March < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 4 < / imonth >
    April < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 5 < / imonth >
    May < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 6 < / imonth >
    June < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 7 < / imonth >
    July < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 8 imonth < / imonth >
    August < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 9 < / imonth >
    September < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < imonth > 10 < / imonth >
    October < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 11 imonth < / imonth >
    November < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    -< ROW >
    < iyear > 2010 < / iyear >
    < cue > rescue < / cue >
    < anicnt > 0 < / anicnt >
    < > 12 imonth < / imonth >
    December < MNTH > < / MNTH >
    < exp > 0 year < / exp >
    < / ROW >
    < / LINES >


    my number of months is the imonth field in the dataset.
    my bi datamodel Editor is:
    Select posall.iyear as iyear,
    posall. CUE as a benchmark,
    posall.anicnt as anicnt,
    posall.iMonth as imonth,
    posall. MONTH to MONTH,
    posall.exp as exp
    of AnimalControl.Tracking.posall posall
    order of cue, iyear, imonth


    The closest I could get to this result is the following

    I created my pivot table with the columns of iyear
    I have a defined lines as a guide, imonth and mnth showing the anicnt.


    2006 2007 2008 2009 2010
    964 929 1080 1510 150 adoptions
    1 97 96 92 101 149
    January 97 96 92 101 149
    2 81 90 78 99 0
    February 81 90 78 99 0
    3 105 77 87 125 0
    March 105 77 87 125 0
    4 83 69 91 120 0
    April 83 69 91 120 0
    5 75 80 77 133 0
    Peut 75 80 77 133 0
    6 67 72 83 130 0
    June 67 72 83 130 0
    7 65 90 108 108 0
    July 65 90 108 108 0
    8 84 80 98 144 0
    August 84 80 98 144 0
    9 62 62 72 104 0
    September 62 62 72 104 0
    10 69 63 103 116 0
    October 69 63 103 116 0
    11 81 76 94 108 0
    November 81 76 94 108 0
    12 95 74 97 222 1
    December 95 74 97 222 1
    759 748 872 919 58 redemptions
    1 79 82 78 81 58
    January 79 82 78 81 58
    2 76 66 58 94 0
    February 76 66 58 94 0
    3 67 102 75 77 0
    March 67 102 75 77 0
    4 35 62 74 69 0
    April 35 62 74 69 0
    5 81 55 59 88 0
    May 81 55 59 88 0
    6 45 64 57 87 0
    June 45 64 57 87 0
    7 52 48 48 69 0
    July 52 48 48 69 0
    8 70 44 66 79 0
    August 70 44 66 79 0
    9 62 48 88 60 0
    September 62 48 88 60 0
    10 71 68 92 78 0
    October 71 68 92 78 0
    11 56 71 86 57 0
    November 56 71 86 57 0
    12 65 38 91 80 0
    December 65 38 91 80 0
    Rescue 31 39 0 0 52
    1 0 0 0 0 52
    January 0 0 0 0 52
    2 0 10 0 0 0
    February 10 0 0 0 0
    3     2     4     0     0     0
    March 2 4 0 0 0
    4     9     1     0     0     0
    April 9 1 0 0 0
    5     0     3     0     0     0
    May 3 0 0 0 0
    6     4     1     0     0     0
    June 4 1 0 0 0
    7     1     2     0     0     0
    July 1 2 0 0 0
    8     0     6     0     0     0
    August 0 6 0 0 0
    9     0     8     0     0     0
    September 8 0 0 0 0
    10 6 0 0 0 0
    October 6 0 0 0 0
    11 5 0 0 0 0
    November 5 0 0 0 0
    12 4 4 0 0 0
    December 4 4 0 0 0



    After trying many different things, it is overall results closest to you, I can get to what I need. If someone could help me please get the line that starts with a certain number of months, I would have the perfect result set. I'm new to BI Publisher and am stuck here. Thanks for your time.

    Published by: ethel on April 5, 2010 08:35

    Published by: ethel on April 5, 2010 08:38

    Hello

    Create a copy of the PivotTable (or a copy of the RTF) you currently have and delete the imonth the pivot column. Then in the new PivotTable for the 'C' field, change the code as follows:

    It sorts and then by column imonth but doesnot include the line with the number of the month and related data. If you want, I can send you the model. Provide your e-mail ID.

    I used Tim's blog as reference; http://blogs.Oracle.com/XmlPublisher/2010/03/new_skool_crosstabbing.html

    Award points if helpful/correct.

    Thank you!

  • querying a "table sorted in chronological order.

    Hello

    I'm not very familiar with the join of tables... My problem is: given two tables A / B with essentially these columns (ballast omitted):
    A.ID number (pk)
    Date of A.BEGIN

    B.ID number (pk)
    Number B.FK_A reference (ID)
    Date of B.END
    B.DATA...

    (ID are taken in a sequence, and therefore must be digital). Imagine B as "history of the data" of some objects, for example as A 'people' and B 'addresses peoples over time"or something like that, with each movement, which results in an update of the 'last' B.END with the date of the move and by inserting a new line B.

    I often find
    -the line-after-line valid B on a date D (or NULL, if D > A.BEGIN or D < "max (B.END)")
    - and / or the "latest" (as applicable) begins before D, i.e. the value "nvl (max (B.END + 1), A.BEGIN) < = D ' (obviously pseudo code...)
    given some A.ID. Now, what is the way to "cheaper" for this line or the value? Any 'static assistance' (views,...) or data or the type of restriction (such as 'B.END not null') to keep the simple statements would be good, as long as they can't reduce performance.

    It would be nice to have an ANSI-SQL solution, but if some means of Oracle could stimulate this radically, I wouldn't ban these a priori; >.

    Thx a lot!
    Harald

    Generally, you should do something like

    Select min (id) separate (partition of fk_a order of end_date)
    b
    where end_date > & a_id and fk_a =

    get me the id with the end date low after the date, I'm interested.

    You can also watch

    SELECT id, fk_a, lag(end_date,1) over (partition of fk_a order of end_date) start_date, end_date
    b

    who LAGS will use to generate a start date for each record - that creates a view and you can make queries BETWEEN or DUPLICATION.

    Published by: Dave hemming on November 20, 2008 12:16
    -In addition, if you need to fix something in a post, there is a button CHANGE...

  • How to create dynamically sorting table?

    For example, I have a table with 2 columns: 'Name', 'value x; and 1 table with columns 'name' value 'y' (which is based on the value of x + a formula). What I want to achieve is to get table2 sorted whenever I change value in table1. The "Filter/Sort" tool only applies sort once and doesn't react to any changes made to the table 1.

    I don't know how the practice is (I find it easier at the station just manually), but here's a way to generate an array sorted automatically.

    Add a column "index" for the value of Y in the same table (this can be hidden if you want) with a formula like this:

    The formula in C2, filled to the bottom:

    = B2 + 5 + LINE () / 10000

    The idea is to calculate Y using some formula that you use and then add a very small number based on the number of line so that it becomes a unique value that can be used for searches, even when the same value 'original' appears more than once.

    Then in column B of the table "Sorted" list the values for Y in Crescent order like this:

    The formula in B2, filled to the bottom:

    = SMALL (Table 1: $C, ROW (−1))

    And, finally, to get the name corresponding to this value of Y as this:

    The formula in A2, filled to the bottom:

    = INDEX (table 1: $A, MATCH (B2, table 1: $C, 0))

    Now, whenever you change a value in the column X, "Sorted" table is automatically sorts.

    SG

  • Tenaris the sorted string table section and put it at the beginning

    Hi all

    I have an array of sorted strings (see ataached), which contain strings, numeric as T1 - T2, T1-1... T8-1 T8-2... T32-1. I want to do is to select the completeT8 and T9 parts and put it at the beginning of the table keeping remaining table sorted. Is it possible to do so. I try to match and replace without becoming confused in its use.

    Thanks for the help.

    Ankit G

    "Strings of tooth (out)" contains your original sorted table "tooth Strings (en)" with T8 and T9 at the beginning.  There is no deleted items or repeated. The code is attached.

  • Table incorrect/no sorting

    I have a table with 3 columns.  It had been sorted by the first column (number of CR).  Which works very well.

    I'm trying now to sort instead of the third column.  Part of the result is shown below.  He refuses to sort, ascending or descending.  I can still settle successfully in the first column.  Why not this one?

    It isn't that it is sorting according to a strange rule, its not sort at all by this column.  I disabled sorting by any other column but this.

    Right click on the table - sort = ascending - line - only build column is selected.

    The entries are copied and pasted so avoid any typo hidden or characters to cause this.  I even redid some of the entries to be sure, but he still refuses to sort by this column.

    Everyone has no idea why?

    Thank you.

    PS FM 11 - Windows 7

    Tabel_Sort.jpg

    Additive - after new tests, it is clearly the data itself that FM has a problem with.  The other two columns sort correctly, but it does not sort.

    It looks like a bug. I just tested with different scenarios of periods in a numerical sequence. If one of the first two phases (for example, xx.yy.nn.nnn) have different xx and yy values, then FM sorts these elements.

    FM seems to be looking for left right and did an alpha sort. It assumes that they are all sorted so the third sequence (for example, xx.yy.zz.nnn - the end of zz) is also the same in all terms, i.e. that it is not beyond the third period to see other terms of "nnn".

    Please this file as a bug to: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=63

  • Cannot sort a table

    Hi all

    The Table > Sort command is grayed out in my verse. FrameMaker. I have 8.0p277 on Windows XP Professional. (Yes, I know it's all the old, but that is what offers the company where I work.)  I tried to select an entire table, a column, lines, by clicking in the table. Do check the command from main menu, context menu and the keyboard shortcut for sorting. Also leave Frame and restarted my computer.  Nothing helps. Your ideas would be very appreciated.

    Gloria,

    Check your \fminit\Plugins to the presence of the tablesort.dll

    If this isn't there, then he got somehow wipe it (maybe someone clean other plug-ins?) and the menu item has nothing to run.

  • creating style table of dynamic materials &amp; sorting of entries...

    Hello world

    We have created the command script to generate multiple files inx artlink reports to a text file. Finally we have to sort alphabetically. I tried with the concept [myArray.sort ()] before writing in the text file. It works but it first sorts the letters and then it sorts the lowercase of each input. For example,.

    Table sorting But wait

    Apple.EPS

    Banana.EPS

    Candy.TIFF

    Apple.EPS

    Banana.EPS

    Candy.TIFF

    Apple.EPS
    Apple.EPS
    Banana.EPS
    Banana.EPS
    Candy.TIFF
    Candy.TIFF

    Can someone look into this and help for me. Or help me to query below.

    We can settle this report perfectly with InDesign TOC options. I tried to create the style of table of contents through javascript, but I'm unable to do so. Can anyone suggest me how to create style table of contents (with a paragraph style and sort entries in alphabetical order option) or how to import another document TOC styles using javascript.

    Thanks in advance.

    Indana

    That's what JS using said of table-> sorting:

    Sub sort (userFunction: Function)
    Sorts the elements in the array in place, using the given function to compare elements.
    If no function is provided, the elements are sorted alphabetically. Not return a return value.

    Parameter Type Description
    userFunction Function A function provided by the user in the form of userFunction (a, b) that returns less than 0 if a is greater than b, 0 if a and b are equal and greater than 0, if b is greater than one.

    As it is said, the default behavior is to sort alphabetically - and hence they must mean "in ASCII order. What you need is a custom sort routine. A few more string manipulations, I come to this conclusion:

    var myArray = [
    "Apple.eps",
    "Banana.eps",
    "Candy.tiff",
    "apple.eps",
    "BANANA.Eps",
    "candy.tif" ];
    myArray.sort(function (a,b) { return a.toUpperCase() == b.toUpperCase() ? (a < b ? -1 : a > b) : (a.toUpperCase() < b.toUpperCase() ? -1 : a.toUpperCase() > b.toUpperCase()); });
    alert (myArray.join ('\n'));
    

    that sorts correctly the case independent table.

  • How do you sort a row of numbers?

    Something super simple to do, but I can't see how.  I have a line (not column) and the first cell is a name.  After that, a bunch of cells are numbered.  I want to select all cells with numbers and sort them in order from lowest to highest.  Why isn't it obvious, or am I just dark?

    I think that all spreadsheet applications are designed to sort the columns, not to the lines.  But it is quite easy to achieve what you want. With the selected table, choose table > sort transpose them rows and columns in your menu, the by the numbers in the column, and then choose table > convert rows and columns again.

    SG

  • How to make the bubble sort

    I am looking for a way to create a VI that made its way through the elements of an array, compare the adjacent element and if the first element is smaller than the second, change of place. When the swap comes at the end of the table, it dates back to the early and repeats until everything is in order a maximum of N - 1 times. Also, it would be great if you could advise me on how to combine it with a VI that generates random numbers. Thank you very much

    To generate a table for the use of random numbers one of signal generation tools or simply place a dice inside game has to loop, auotindexing on the edge of the loop. Or create a ramp of integer, followed by a riffle.

    To implement your sorting, use a while loop with an initialized with your table sort shift register. Exchange items with each iteration until the table is sorted. Stop the loop and display the sorted table, take the exit of shift register.

    Your questions are quite trivial. You should probably start with some tutorials first.

Maybe you are looking for