Set ValueDetails
to True
to return the following additional information about the numeric values that occur in the specified FieldName:
<autn:values>
|
The total number of numeric values. TIP:
The |
<autn:valuesum>
|
The sum of all the numeric values. |
<autn:valueaverage>
|
The average (mean) of the numeric values. |
<autn:valuemin>
|
The minimum value. |
<autn:valuemax>
|
The maximum value. |
For example:
<autn:values>47</autn:values> <autn:valuesum>242.50</autn:valuesum> <autn:valueaverage>5.16</autn:valueaverage> <autn:valuemin>3.50</autn:valuemin> <autn:valuemax>9.00</autn:valuemax>
The total
, average
, min
, and max
are rounded to two decimal places.
String values do not affect the calculated values or the count.
You can also use the FieldDependence parameter in combination with ValueDetails
. When you set both ValueDetails
and FieldDependence to True
, HPE Content Component prints ValueDetails
for the last field that you list in the FieldName parameter. In this way, you can obtain value details for a full hierarchy in a single query.
When you set ValueDetails
and FieldDependenceMultiLevel to True
, HPE Content Component prints the details for the last FieldName in the hierarchy, in the context of the previous fields.
Actions: | GetQueryTagValues |
Type: | Boolean |
Default: | False |
Example: | ValueDetails=True |
See Also: |
|