Hello again.
I have a question about "format of number value" in RTC Report.
There is some standart formats, when you use textbox format property.
One of them is "N" which always shows 2 digits after coma, and separates thousand groups with space.
Its perfect format for currency values.
But how to use this format for Integer values? I need just separate thousand groups with space without decimal places.
MB7-840
0
Comments
Here is an example from report 111 in the W1 database:
.
If you prefer not to use the Format from NAV, you can use these Standard Numeric Format types:
http://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.95)
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
When i use N format, RDLC puts coma and two decimals after my number
But in NAV you can make your own 1000 char so just use a white space.