ValuePercentiles

The percentile values that you want to return with the ValueDetails response.

By default, when you set ValueDetails to True, IDOL Content Component returns the 10th, 25th, 50th (median), 75th, and 90th percentiles. You can modify this range by setting ValuePercentiles. You can use the following options:

  • all. Print all percentile values from one to 100.
  • stepN. Print all values that are multiples of N. For example, step10 returns the percentile values 10, 20, 30, 40, and so on.
  • comma-separated list of percentile values. Print the specified percentiles. For example, 10,50,90 prints the 10th, 50th, and 90th percentiles.

NOTE: If you send the GetQueryTagValues to a Distributed Action Handler (DAH), the ValueDetails response always includes only the default value percentiles. However, DAH requests additional percentiles from the child servers so that it can calculate the appropriate ranges for the whole dataset.

Actions: GetQueryTagValues
Type: String
Default: 10,25,50,75,90
Example: ValuePercentiles=all
See Also: ValueDetails