Softerra LDAP Administrator HelpShow AllHide All

<boolean> element

Specifies a boolean report user parameter.

<reports>
   <report>
      <userParameters>
         <boolean>
<reports> 
  <report>
    <userParameters>
      <boolean id="parameter id">
        <name lang="[en|de]>...</name>
        <description lang="[en|de]">...</description>
        <default>[true|false]</default>
      </boolean>
    </userParameters>
  </report>
</reports>

Remarks:

Possible values are true or false. On the report dialog, this parameter is displayed as a drop-down list with possible values Yes and No possible values.

Attributes

AttributeDescription
id Required attribute. Identifies the user parameter. The value is used to join report parameters with filter parameters.

Child Elements

ElementDescription
<name> Specifies the name of a user parameter.
<description> Specifies the description of a user parameter.
<default> Specifies the default value for a user parameter.

Parent Elements

ElementDescription
<userParameters> Specifies parameters that are used in a parameterized search filter.