"Sparse" Rank in Business Objects XI Web Intelligence? -
in business objects xi web intelligence rank function returns dense results. example when ranking "amount" want return top ten records only. 3 records tie 5th place on "amount". result total of 12 records: 1 each places 1 4 , 6 10 , 3 records 5th place.
desired result "sparse" top ten drops 2 lowest ranked records (places 9 , 10).
i tried , rank customers amount.
i have 2 objects: [amount] , [customernumber]. [customernumber] numeric.
i created new variable:
[varforsorting]=[amount]*10000000+tonumber([customernumber])
then rank new variable [varforsorting].
customers same amount sorted in alphabetic order customer number. hope helps.
Comments
Post a Comment