parmValueItem
Defines the abstract base class for parameter value items used by IBM® Cognos® Analytics.
This class
is an abstract type used to define properties that are inherited by other types
Derived Classes
References
- Used by the following properties:
bibus » parameterValue » value
bibus » baseParameter » values
Properties
This class has the following properties.
- inclusive
Specifies whether the parameter values are included in the result set.
If
true, the value should be included in the result set. Iffalse, the value should be excluded.The examples in the following table show the result set for a data set that contains the values 1, 3, 5, and 7. Inclusive range values are indicated with square brackets and exclusive range values with parentheses.
Table 1. Sample result sets based on values of the inclusivepropertyParameter value
Value of
inclusivepropertyResult set
5
true5
5
false1, 3, 7
[1, 5)
true1, 3
[1, 5)
false5, 7
(1, 5]
true3, 5
(1, 5]
false1, 7
[1, 5]
true1, 3, 5
[1, 5]
false7
This property
is of type
booleanis encoded as type
xs:boolean