Hi,
What is Fractional digit used for? Can it help to identify character length within an attribute?

Hi,
What is Fractional digit used for? Can it help to identify character length within an attribute?
Best answer by Pele
Hi
the property Fractional digits indicates how many numbers are there after the decimal separator - typically used in floating point numerical types. Since your attribute in the screenshot isn’t a floating point but rather a STRING type (NVARCHAR to be precise) this property doesn’t apply, hence is 0. It won’t help you in any way to indicate the actual string data length.
The maximum length of the string for your attribute is 500 characters (assuming 1byte per character and abstracting from the complexity of multi-byte characters & collations).
To see the string length of this attribute in a data set you could profile the data or set up a rule in a DQ monitoring project.
Hope this helps.
Petr
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.