Hello. I need to show the value on display only with 2 digits after the decimal point. Is there any option to control the value only after a decimal point?
Hi, I can help you with that. I asked technical support about this some time ago. The supportteam then helped me.
Here is the description:
Please have a look at the documentation under this link: https://www.indi-an.com/help_quickhmi/actual/online/en/textbox.html
The section "Format" specifies the formatting for numbers. As explained there for the formatting they use the library numeral.js Therefore they refer to the page http://numeraljs.com/#format for explanation of valid formatting.
To show only 2 digits after the decimal point please enter 0.00 as format.
Many thanks for your help. Now it works.


