|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies how tuples or members are restricted by the IBIRankingFilter
.
The following ranking restrictions are possible:
TOPCOUNT
- filters to the top n tuples/members found after sorting the
set. The set is sorted according to the IBIInputReference
.TOPPERCENT
- filters to the top
x percent tuples/members found after sorting the set. The set is sorted
according to the IBIInputReference
.TOPSUM
- filters to the top tuples/members
which together make up a specific sum specified by IBIInputReference
found after sorting the set. The set is sorted according to the IBIInputReference
.BOTTOMCOUNT
- filters to the bottom n tuples/members
found after sorting the set. The set is sorted according to the IBIInputReference
.BOTTOMPERCENT
- filters to the bottom x
percent tuples/members found after sorting the set. The set is sorted according
to the IBIInputReference
.BOTTOMSUM
- filters to the bottom
tuples/members which together make up a specific sum specified by IBIInputReference
found after sorting
the set. The set is sorted according to the IBIInputReference
.
Methods inherited from interface javax.jmi.reflect.RefEnum |
equals, hashCode, refTypeName, toString |
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |