You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fields always containing integer values get a sniffed type Integer.
fields always containing decimal values get a sniffed type Decimal with data formats properties decimal separator and thousands separator set accordingly.
If there are both fields with "." and "," as decimal separator, change one of them to Text by majority vote. In case counts are equal, prefer ".".
The text was updated successfully, but these errors were encountered:
Goals:
Integer
.Decimal
with data formats propertiesdecimal separator
andthousands separator
set accordingly.Text
by majority vote. In case counts are equal, prefer ".".The text was updated successfully, but these errors were encountered: