Softerra LDAP Administrator Help | Show AllHide All |
Defines a computable parameter that can be used in the search filter.
<reports><reports> <report> <filterParameters> <parameter id="[1..9]" type="[boolean|integer|longInteger|string|UTCTime|GeneralizedTime|GeneralizedTimeNoFraction|Interval]"> ... </parameter> </filterParameters> </report> </reports>
The <parameter> element can have macro-like function values such as {now} and {today}, but usually it is evaluated from a user parameter using expressions.
Currently, the supported macros are:
Currently, the supported expressions are:
Attribute | Description |
---|---|
id | Required attribute. Uniquely identifies the filter parameter when substituting it in the search filter. Range of possible values: 1 to 9. |
type |
Optional attribute. Specifies the type of the filter parameter that will be substituted in the search filter.
This attribute defines the value constraints and the way the underlying value is transformed into string
before the substitution. Possible values are:
|