Is the decimal point (at least) working?
It does now for me.
Steven
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
number format on reports
Re: number format on reports
You do not have the required permissions to view the files attached to this post.
-
- Posts: 36
- Joined: Wed Jan 27, 2016 12:35 pm
- Location: Salvador, Bahia - Brazil
Re: number format on reports
My results
a) Using decimal format with no grouping:
b) Using currency format we use here in Brazil:
I think after fixed it will allways show 2 decimals, even when it's ,00 - isn´t it?
Thanks!
a) Using decimal format with no grouping:
b) Using currency format we use here in Brazil:
I think after fixed it will allways show 2 decimals, even when it's ,00 - isn´t it?
Thanks!
You do not have the required permissions to view the files attached to this post.
Re: number format on reports
Guys,
I have fixed what I can.
It is on Github now.
Please test it.
I don't understand how to fix the font problem mentioned here...
https://forums.nubuilder.cloud/viewtopic.php?f=19&t=10654
Maybe someone can send me the fixed pdf file.
Steven
I have fixed what I can.
It is on Github now.
Please test it.
I don't understand how to fix the font problem mentioned here...
https://forums.nubuilder.cloud/viewtopic.php?f=19&t=10654
Maybe someone can send me the fixed pdf file.
Steven
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: number format on reports
Just tested - and for info - how it looks like with latest nuBuilder standard setting:
And by the way I used umlauts - and looks working.
Maybe the proper fonts to be used - I had some issues in the the past with Polish language and only 2 type of fonts were supporting special characters. AND to mention if someone wants to use any other format it can be easily created with SQL using FORMAT and CONCAT functions so here belowe the other possible notation with minus in different place:
And by the way I used umlauts - and looks working.
Maybe the proper fonts to be used - I had some issues in the the past with Polish language and only 2 type of fonts were supporting special characters. AND to mention if someone wants to use any other format it can be easily created with SQL using FORMAT and CONCAT functions so here belowe the other possible notation with minus in different place:
You do not have the required permissions to view the files attached to this post.
If you like nuBuilder, please leave a review on SourceForge
-
- Posts: 30
- Joined: Fri Oct 30, 2020 7:08 pm
Re: number format on reports
You do not have the required permissions to view the files attached to this post.
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: number format on reports
You do not have the required permissions to view the files attached to this post.
If you like nuBuilder, please leave a review on SourceForge
-
- Posts: 30
- Joined: Fri Oct 30, 2020 7:08 pm
Re: number format on reports
Thanks, now the numbers with signs "Currency symbols" do work for me as well.
Those without currency symbols do not work at all, regardless if they have decimals or not.
They show up on the reports the wrong way.
Those without currency symbols do not work at all, regardless if they have decimals or not.
They show up on the reports the wrong way.
You do not have the required permissions to view the files attached to this post.
Last edited by paulkauz on Sun Nov 29, 2020 6:10 pm, edited 3 times in total.
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: number format on reports
just done short test with new install from Sourceforge and looks like working on different formats:
Question if the minus is properly formatted - but there are many standards and for some it might be fine and for some maybe not.
What do you mean by "without signs" - is it just positive numeric value?
Question if the minus is properly formatted - but there are many standards and for some it might be fine and for some maybe not.
What do you mean by "without signs" - is it just positive numeric value?
You do not have the required permissions to view the files attached to this post.
If you like nuBuilder, please leave a review on SourceForge
-
- Posts: 30
- Joined: Fri Oct 30, 2020 7:08 pm
Re: number format on reports
I have edited my earlier post. Please try biger numbers with separators to check if they work for you?Janusz wrote:just done short test with new install from Sourceforge and looks like working on different formats:
Question if the minus is properly formatted - but there are many standards and for some it might be fine and for some maybe not.
What do you mean by "without signs" - is it just positive numeric value?
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: number format on reports
YES - I see now - and to confirm I have the same problem here.Thanks, now the numbers with signs "Currency symbols" do work for me as well.
Those without currency symbols do not work at all, regardless if they have decimals or not.
SO if the new format is created and the signs /Currency symbol is not defined (left blank) then the format is not working well on the reports.
The first sample belowe is with format: CHF 1'000.00
and the second with format: 1'000.00 (defined without currency) and for example on the Browse Form - the format without currency symbol - works OK
You do not have the required permissions to view the files attached to this post.
If you like nuBuilder, please leave a review on SourceForge