I have an Fx column in dataverse that is telling me my character length exceeds the allowable 1000 characters and is 1014. I am summing other Fx columns which I believe may be the issue. I had this column working but I needed to update the columns that it referenced so I deleted all the columns and was able to update the referenced columns but I cannot create this column again with this issue. The formula in this Fx column is :
If('Percentage Cut'>0,'Current Sticks Cut'/('Percentage Cut'/100),Sum('One to 4','Five to Eight','Nine to Twelve','Thirteen to Sixteen','Seventeen up'))
I had updated the referenced columns because I was running into this same issue in them previously.
Thanks!