--- title: QuanticNumericFacet slug: latest-insight-panel-numeric-facet canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-numeric-facet/ collection: quantic source_format: adoc --- # QuanticNumericFacet > **Note** > > This component was introduced in version `1.32.0`. The `QuanticNumericFacet` component displays facet values as numeric ranges. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `facetId` | `facet-id` a| A unique identifier for the facet. | `string` | Defaults to the `field` value. | `field` _(required)_ | `field` a| Specifies the index field whose values the facet should use. | `string` | | `label` _(required)_ | `label` a| The non-localized label for the facet. This label is displayed in the facet header. | `string` | | `numberOfValues` | `number-of-values` a| The number of values to request for this facet, when there are no manual ranges. | `number` | `8` | `displayValuesAs` | `display-values-as` a| Whether to display the facet values as checkboxes (multiple selection) or links (single selection). Possible values are 'checkbox', 'link'. | `'checkbox', 'link'` | `'checkbox'` | `sortCriteria` | `sort-criteria` a| The sort criterion to apply to the returned facet values. Possible values are: * `ascending` * `descending` | `'ascending', 'descending'` | `'ascending'` | `rangeAlgorithm` | `range-algorithm` a| The algorithm used for generating the ranges of this facet when they aren’t manually defined. The default value of `'even'` generates equally sized facet ranges across all of the results. The value `'equiprobable'` generates facet ranges which vary in size but have a more balanced number of results within each range. | `'even', 'equiprobable'` | `'equiprobable'` | `formattingFunction` _(required)_ | `formatting-function` a| The function used to format the date facet value label. The default result format is the following: `[start] - [end]` | `function` | | `withInput` _(required)_ | `with-input` a| Whether this facet should contain an input allowing users to set custom ranges. Depending on the field, the input can allow either decimal or integer values. * `integer` * `decimal` | `'integer', 'decimal'` | | `dependsOn` _(required)_ | `depends-on` a| This property defines the relationship between this facet and a parent facet, indicating the specific parent facet that this facet relies on and the selected value required from that parent facet for this facet to be displayed. When this property is defined, the facet will only display if the specified `parentFacetId` has the `expectedValue` selected. If `expectedValue` is omitted or set to `undefined`, the facet will display as long as any value is selected in the parent facet. Supported facets: Dependencies can only be created on a basic or category facet. Dependencies on numeric, timeframe, or date facets are not supported. For example usage and more details, see: https://docs.coveo.com/en/quantic/latest/usage/display-facet-based-on-selection-of-another-facet/ | `DependsOn` | |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-numeric-facet)