Normally the decimal numbers are displayed in the format 1,234.56 where the decimal separator is the point.
How can I do to display numbers in the format 1.234,56 ?
How can I do to display numbers in the format 1.234,56 ?
Re: How can I do to display numbers in the format 1.234,56 ?
I plan to post a tutorial on this soon. Stay tuned 


- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: How can I do to display numbers in the format 1.234,56 ?
HI,
Is there any news about the decimal point position?
Is there any news about the decimal point position?
Re: How can I do to display numbers in the format 1.234,56 ?
I guess I didn't update my reply here for so many years, but you can specify this format in AppGini under the 'Data format' tab, select the option highlighted below from the drop-down. The field data type should of course be float, double or decimal in order for this to work.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: How can I do to display numbers in the format 1.234,56 ?
thanks for the reply, great. I tried.
But I have the problem of the cells with the automatic calculation. There I can not set the 'data format'. How should I do to display them in the same way?

But I have the problem of the cells with the automatic calculation. There I can not set the 'data format'. How should I do to display them in the same way?
- Attachments
-
- appgini format error.JPG (88.97 KiB) Viewed 5568 times
-
- appgini format error2.JPG (80.65 KiB) Viewed 5568 times
Re: How can I do to display numbers in the format 1.234,56 ?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: How can I do to display numbers in the format 1.234,56 ?
Thanks for your help. You are always very kind and helpful.
I tried with SELECT FORMAT (myNumber, decimals, 'it_IT') inserted directly into the automatic calculation field. It works and the correct format number is shown. But then the total sum of the column goes wrong. As if rounding down but taking more than necessary.
Has anyone solved it?
***In italiano***
Grazie per l'aiuto. Sei sempre gentilissimo e disponibile.
Ho provato con SELECT FORMAT (myNumber, decimals, 'it_IT') inserito direttamente nel campo del calcolo automatico. Funziona e viene mostrato il numero del formato corretto. Però poi mi sballa la somma totale dela colonna. Come se arrotondasse per difetto tohliendo però più del necessario.
Qualcuno ha risolto?
I tried with SELECT FORMAT (myNumber, decimals, 'it_IT') inserted directly into the automatic calculation field. It works and the correct format number is shown. But then the total sum of the column goes wrong. As if rounding down but taking more than necessary.
Has anyone solved it?
***In italiano***
Grazie per l'aiuto. Sei sempre gentilissimo e disponibile.
Ho provato con SELECT FORMAT (myNumber, decimals, 'it_IT') inserito direttamente nel campo del calcolo automatico. Funziona e viene mostrato il numero del formato corretto. Però poi mi sballa la somma totale dela colonna. Come se arrotondasse per difetto tohliendo però più del necessario.
Qualcuno ha risolto?
Re: How can I do to display numbers in the format 1.234,56 ?
Hi ,
which version of AppGini are you using? I think the newer versions allow using the Data format with calculated fields.
which version of AppGini are you using? I think the newer versions allow using the Data format with calculated fields.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: How can I do to display numbers in the format 1.234,56 ?
I use the 23.15 revision 1484
It won't let me save the format in calculated cells
It won't let me save the format in calculated cells