Ok so I’m not really the sure the best way to go about this. I’m looking to create a calculation that will return a YES is the Unit Name contains a # or digit but not just a digit it could have letters too.
I can’t make these work…
contains(${units.unit_name},Digit)
If(${units.unit_name},(0,1,2,3,4,5,6,7,8,9))