Formating numbers in reports

andisklavinsandisklavins Member Posts: 8
edited 2003-03-04 in Navision Financials
Hi!

I have a problem - I need to format numbers in report so, that they are without seperated thousands, e.g. 13000 instead of 13 000.

Have you any idea if I can do it and how can I do it?

Comments

  • maikeljmaikelj Member Posts: 50
    Hi there,

    The way I see it is as followed:
    If you got a decimal or an integer use FORMAT to see it as
    a string. With DELCHR you can search in a string for a dot, comma,
    spatial, etc..
    The DELCHR function then deletes the character you're searching for.
    When you have done this, display the string you've created.

    MaikelJ
  • andisklavinsandisklavins Member Posts: 8
    Thanks.

    But I found an easear way to do it. There is a Format property for textbox andif <standard format,1> is entered there,than textboxes output is displayed in an apropriate way.

    But thanks anyway.
Sign In or Register to comment.