|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AllAvailableOperatorsIdentifiers
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheAllAvailableOperatorsIdentifiers defines the unique
identifiers for all Web Intelligence FormulaOperator objects.
ReportStructure.getOperators(),
FormulaOperator| Field Summary | |
|---|---|
static int |
ID_ADDITION
Addition operator. |
static int |
ID_ALL
Tells the Count function to count all values. |
static int |
ID_AND
Returns true if all boolean expressions in a list are true. |
static int |
ID_BETWEEN
Determines whether a variable is between two values. |
static int |
ID_BLOCK
Refers to block data in extended calculation syntax. |
static int |
ID_BODY
Refers to body data in extended calculation syntax. |
static int |
ID_BOTTOM
Sets the Rank function to rank from bottom to top. |
static int |
ID_BREAK
Refers to break data in extended calculation syntax. |
static int |
ID_COL
Sets the calculation direction in running aggregate functions. |
static int |
ID_DISTINCT
Tells the Count function to count distinct values only. |
static int |
ID_DIVISION
Division operator. |
static int |
ID_EQUAL
Equal To operator. |
static int |
ID_FORALL
Removes dimensions from a calculation context. |
static int |
ID_FOREACH
Adds dimensions to a calculation context. |
static int |
ID_GREATER_THAN
Greater Than operator. |
static int |
ID_GREATER_THAN_OR_EQUAL
Greater Than Or Equal To operator. |
static int |
ID_IN
Specifies dimensions in a calculation context. |
static int |
ID_INCLUDEEMPTY
Includes empty values in calculations. |
static int |
ID_INLIST
Determines whether the value in an expression is equal to values in a list. |
static int |
ID_LESS_THAN
Less Than operator. |
static int |
ID_LESS_THAN_OR_EQUAL
Less Than Or Equal To operator. |
static int |
ID_MINUS
Minus operator. |
static int |
ID_MULTIPLICATION
Multiplication operator. |
static int |
ID_NOT
Returns the opposite of a boolean expression. |
static int |
ID_NOT_EQUAL
Not Equal To operator. |
static int |
ID_OR
Returns true if at least one boolean expression in a list is true. |
static int |
ID_PARENTHESIS_CLOSE
) operator |
static int |
ID_PARENTHESIS_OPEN
( operator |
static int |
ID_REPORT
Refers to report data in extended calculation syntax. |
static int |
ID_ROW
Sets the calculation direction in running calculations. |
static int |
ID_SECTION
Refers to section data in extended calculation syntax. |
static int |
ID_SELF
Allows the Previous function to refer to the previous cell value when the cell contains content other than one report object. |
static int |
ID_SEMICOLON
Semicolon operator. |
static int |
ID_TOP
Sets the Rank function to rank from top to bottom. |
static int |
ID_WHERE
pecifies limiting conditions on data. |
| Field Detail |
|---|
static final int ID_PARENTHESIS_OPEN
static final int ID_PARENTHESIS_CLOSE
static final int ID_MULTIPLICATION
static final int ID_ADDITION
static final int ID_MINUS
static final int ID_DIVISION
static final int ID_SEMICOLON
static final int ID_LESS_THAN
static final int ID_LESS_THAN_OR_EQUAL
static final int ID_NOT_EQUAL
static final int ID_EQUAL
static final int ID_GREATER_THAN
static final int ID_GREATER_THAN_OR_EQUAL
static final int ID_ALL
static final int ID_AND
static final int ID_BETWEEN
static final int ID_BLOCK
static final int ID_BODY
static final int ID_BOTTOM
static final int ID_BREAK
static final int ID_COL
static final int ID_DISTINCT
static final int ID_FORALL
static final int ID_FOREACH
static final int ID_IN
static final int ID_INCLUDEEMPTY
static final int ID_INLIST
static final int ID_NOT
static final int ID_OR
static final int ID_REPORT
static final int ID_ROW
static final int ID_SECTION
static final int ID_SELF
static final int ID_TOP
static final int ID_WHERE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||