Hi,
I have a table in my OutSystems Reactive application, where one of the columns is an editable input field and another is just an expression, both of type number. They hold values that are stored in one of my data entities, which are both Integers. I want both columns's values to be displayed with a comma separator for the thousands, for better visibility. I have looked for some type of formatting but did not find anything for integers.
I have also tested changing one of the data entity's columns to Currency. For the expression one, it can be formatted with a comma separator. However, for the input, it can only be of type 'Number', so I tried using the Input Masks Reactive component, but it still doesn't show the comma separator, even with the configurations below.
Currency Input configuration:
InputMaskReactive configuration:
Do you have any other suggestions, or know what I'm doing wrong here?
Thank you.