crystal reports - Decimals dont show and adds 000 -


i have string filed in crystal report value of 696 000.00. want displayed 6,960,00 in report. using below formula that's not working. ideas?

the normal value befor add formua 6960.

totext( tonumber({fakturalinje.itemdescription2}))

you have 2 ways...

one right click on field , go format , select required option.

second way totext({fakturalinje.itemdescription2},'#')

format window this.

enter image description here


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -