Check if the column has a 12-character number

check if the column has a 12-character number
image

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

open in advanced editor:
grafik

Use instead of Name your Column Name

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.