Character Limit to CASE Statements?
Answered
I have not came across any calculated field characters limitation, is anyone who know or point me to the document where it has been explain.
Appreciate your time and help in advance.
Thanks
Mohammad
No problem!
No problem!
Hi Mohammad,
This will depend slightly on your database, but in a MySQL config, the SQL clause is stored as a MEDIUMTEXT (reportfieldtemplate.SQLClause). Which has a byte limit rather than character limit:
https://stackoverflow.com/questions/13932750/tinytext-text-mediumtext-and-longtext-maximum-storage-sizes
Hopefully this helps!
Regards,
Nathan
Hi Mohammad,
This will depend slightly on your database, but in a MySQL config, the SQL clause is stored as a MEDIUMTEXT (reportfieldtemplate.SQLClause). Which has a byte limit rather than character limit:
https://stackoverflow.com/questions/13932750/tinytext-text-mediumtext-and-longtext-maximum-storage-sizes
Hopefully this helps!
Regards,
Nathan
Replies have been locked on this page!