Skip to main content
rohinip313838
New Participant
September 2, 2026
Question

floatingpoint field is converting to scientific notation

  • September 2, 2026
  • 1 reply
  • 28 views

Hello,

I have a floating point field in UI designed with decimal(12,2) in the backend .
In the UI when I entered the number , its converting to scientific notation.

How can I avoid this .

 

Thanks

 

 

 

    1 reply

    stefanhelzle0001
    Brainy
    September 2, 2026

    Use the text() function to format the number as per your requirements.