Greater Than Number Steps
- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Greater Than Number Steps
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Numbers |
1. Greater Than Steps
The Greater Than step compares two decimal values to determine if the first is greater than the second, resulting in a True or False output.Value1 > Value2 = True
2. Greater Than or Equal To Steps
The Greater Than or Equal To step checks if the first decimal value is greater than or equal to the second, resulting in a True or False output.Value1 ≥ Value2 = True
3. Greater Than in Percents step
The Greater Than in Percents step verifies whether Value 1 exceeds a specific percentage of Value 2. For instance, if Value 1 is 10, Value 2 is 20, and the specified Percent is 25, the outcome of the Rule will be True. Because 10 is 50% of 20 and is greater than 25.(Value1/Value2)*100 > Percent = True
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value 1 | Enter the value to compare it with the value 2. | Decimal |
Value 2 | Enter the value to compare it with the value 1. | Decimal |
Percent | Percent number to compare against the calculated percentage. | Decimal |
Was this article helpful?