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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -