Is there any function to check whether the entered input is non-numeric or numeric?Thanks!...
OriginalPostID-106178
Discussion posts and replies are publicly visible
Hello Mike used your suggestion also added some my inputs so as to use the code for all types of rule input limitation is input cannot extend more than integer size then it won't catch int field appropriately. if any comments on this code snippets would help me understand missing cases and scenarios
)a!localVariables( local!b: trim(ri!id), if( a!isNullOrEmpty(tointeger(ri!id)), false, if(int(ri!id) = local!b, true, false) ) )
a!localVariables( local!b: trim(ri!id), if( a!isNullOrEmpty(tointeger(ri!id)), false, if(int(ri!id) = local!b, true, false) ) )