

# DataSetNumericRangeFilterCondition
<a name="API_DataSetNumericRangeFilterCondition"></a>

A filter condition that filters numeric values within a specified range.

## Contents
<a name="API_DataSetNumericRangeFilterCondition_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** IncludeMaximum **   <a name="QS-Type-DataSetNumericRangeFilterCondition-IncludeMaximum"></a>
Whether to include the maximum value in the filter range.  
Type: Boolean  
Required: No

 ** IncludeMinimum **   <a name="QS-Type-DataSetNumericRangeFilterCondition-IncludeMinimum"></a>
Whether to include the minimum value in the filter range.  
Type: Boolean  
Required: No

 ** RangeMaximum **   <a name="QS-Type-DataSetNumericRangeFilterCondition-RangeMaximum"></a>
The maximum numeric value for the range filter.  
Type: [DataSetNumericFilterValue](API_DataSetNumericFilterValue.md) object  
Required: No

 ** RangeMinimum **   <a name="QS-Type-DataSetNumericRangeFilterCondition-RangeMinimum"></a>
The minimum numeric value for the range filter.  
Type: [DataSetNumericFilterValue](API_DataSetNumericFilterValue.md) object  
Required: No

## See Also
<a name="API_DataSetNumericRangeFilterCondition_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/quicksight-2018-04-01/DataSetNumericRangeFilterCondition) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/quicksight-2018-04-01/DataSetNumericRangeFilterCondition) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/quicksight-2018-04-01/DataSetNumericRangeFilterCondition) 