I do not quite get the working logic of the data type - fixed decimals. My understanding about this data type from what I learnt in Alteryx help document is that, for example - if the given number is 1234.567 with a length of 7.2, it means there can be up to a maximum 7 digits written to the left of the decimal & 2 digits at the right of the decimal.
Going by this understanding, for the given number 1234.567, if I select 7.3 as the length, Alteryx throws a conversion error, whereas when I select the length as 8.3, Alteryx gives the result as 1234.567.
What is happening here? Why does the 7.3 precision, with less that 7 digits to the left of the decimal & 3 digits already available to the right of the decimal, does not give me the result as 1234.567? How the length of 8.3 gives this result?
A clear explanation on this would help my understanding.