check if the column has a 12-character number

a reliable check could be a regex used within an isMatch
System.Text.RegularExpressions.RegEx.isMatch("YourStringOrVar").Trim,"^\d{12}$")
how it can do in StudioX because it used in if
show us the modelling done so far. Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.


