Skip to main content
Nintex Community Menu Bar

Evaluate value of variable for greater than or equal to

  • September 28, 2017
  • 5 replies
  • 53 views

Forum|alt.badge.img+3

Is there an action that allows you to evaluate whether a variable's value is greater than or equal to another value?  I'm working in Nintex Workflow 2010.

5 replies

kelliganp
Forum|alt.badge.img+10
  • Rookie
  • September 28, 2017

Hi Levon,

Try using a Set condition action. Below is an example comparing two variables but the second could be a constant or a hard coded value if you want.

Once you compare, add whatever action are required for each branch of the condition.

Regards,

Patrick Kelligan


Forum|alt.badge.img+3
  • Author
  • September 28, 2017

Sorry.  I'm using Nintex 2013.  I don't get an "is greater than or equal to" option in my "Set a Condition" action.  My variable is set to a double and not an int as well.


Forum|alt.badge.img+3
  • Author
  • September 28, 2017

And never mind.  I found it.  Thanks!


kelliganp
Forum|alt.badge.img+10
  • Rookie
  • September 28, 2017

My screenshots are from Nintex 2013 as well.

You should have these options depending on the variable type. If  you are evaluating a number, integer or date (variable type) you will have this option. What is the variable type you are evaluating?


kelliganp
Forum|alt.badge.img+10
  • Rookie
  • September 28, 2017

Good to hear!