Show field and label only if value is > 0 in report

shyamraooshyamraoo Member Posts: 38
hi am new to navision,

i have one requirement, in sales invoice report

tax text field and label field should be visible only if the value is greater then zero..

pls help me.. :thumbsup:
Regards,

N.Shyam Kumar

Comments

  • bbrownbbrown Member Posts: 3,268
    Create two sections for the same part of the report. In one section include those two field. Leave them out of the other section. Then use CurrReport.SHOWOUTPUT to control which section prints.
    There are no bugs - only undocumented features.
  • ppavukppavuk Member Posts: 334
    Or you can use textbox instead of label, put your label to text constant, and assign it conditionally.
Sign In or Register to comment.