It’d be nice to have a database field that takes a number/float and formats it as percent when displayed, e.g.:
0.581234 → 58.12%
It’d be great because it wouldn’t be “lossy” and it would still be a number value at its core. Right now the only workaround is to have a text input in which we awkwardly concatenate a `%` at the end of a number, while programmatically trimming it to a desired precision...
Be the first to reply!
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.