How Can I set the visible of a Text Box to False in Reports?

kkaklkkakl Member Posts: 8
edited 2004-11-30 in Navision Attain
Hi

I have a text box of Data type Decimal in a report and I want to set its visible to False.
The reason I am trying to do something like that is that there is a need not printing 0,00 when that value is 0.

Does anyone has done something like that before?

Thank you in advance
kkakl

Comments

  • ArhontisArhontis Member Posts: 667
    Hello,

    You could play with the:

    BlankNumbers
    Use this property to tell the system to blank a range of numbers as it formats them.
    - or -
    BlankZero
    Use this property to tell the system whether to display zeros (0) and No.

    properties of your textbox...

    Personally I have used BlankNumbers=BlankZero in a few of my reports.
  • kkaklkkakl Member Posts: 8
    :D IT WORKS PERFECT!!!
    THANKS
Sign In or Register to comment.