Greater Than Number Steps
  • 01 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Greater Than Number Steps

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Value 1Enter the value to compare it with the value 2.Decimal
Value 2Enter the value to compare it with the value 1.Decimal
PercentPercent number to compare against the calculated percentage.Decimal



Was this article helpful?

What's Next