Forum Discussion

Emanshu's avatar
Emanshu
Advocate I
4 years ago
Solved

Character Limit on Value Function?

Hello,  Is there a character limit on the Value function?    I have a concanted column with values in lengths from 6 to 7071, if I try to convert it to a whole number or even add a new column b...
  • AlexisOlson's avatar
    AlexisOlson
    4 years ago

    Emanshu Given your observed behavior of a 308 character limit, it looks like it's interpreting the values as decimals, which are limited to roughly 10^308. Note that even within this limit, you only get about 15 decimal digits of reliable precision.

     

    May I ask what you need such giant numbers for? Typically, it makes more sense to work with text strings with data of that lengh.