---
title: "Number Filter"
canonical: "https://support.appfire.com/space/REPS/472914864/Number%20Filter"
format: markdown
---
> Macro (aura-html)

### Description

This filter will ensure that the specified **prefix:key** value is a number, and that it matches the required criteria.

This macro must be used within a reporter macro.

### Parameters

| Name | Required | Migratable to Cloud? | Default Value | Description |
| --- | --- | --- | --- | --- |
| [default] /key | - (/) | - NO |  | The key value to filter on. |
| minValue (Minimum Value) | - (X) | - NO |  | If specified, the number must be greater than or equal to the specified value. |
| maxValue (Maximum Value) | - (X) | - NO |  | If specified, the number must be less than or equal to the specified value. |
| aboveValue | - (X) | - NO |  | The key value must be above this. (Exclusive) |
| belowValue | - (X) | - NO |  | The key value must be below this. (Exclusive) |
| value (Exact Value) | - (X) | - NO |  | *(Since 3.4.0)* The exact value the key value must equal. |
| decimal | - (X) | - NO | false | If specified, setting it to **true** will require that the number is a decimal type, and setting it to **false** will require it is a whole number. By default either is accepted. |
| required | - (X) | - NO | false | If set to **true**, the key value must have a value of some sort - it may not be empty. |

### Editor View

- Not applicable.

### Macro Edit View

- Not applicable.

### Notes

- Not applicable.

# Tutorial Examples

> Macro (contentbylabel)