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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -