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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -