In a decision box I want to check if the number entered is numeric and greater than zero,
@redwud800 - welcome to community!
pls try below…
If(IsNumeric(inputVariable) And CInt(inputVariable)<0 , True)
3 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.