Filtering by shipment date in a report

DarkHorseDarkHorse Member Posts: 389
Hello, I'd like to know how can I specify in a body report that if the field Shipment Date from Sales line table is informed (from filtering) then show the body or not, with Curreport I suppose.
Thanks.

Comments

  • kapamaroukapamarou Member Posts: 1,152
    a) IF Condition THEN CurrReport.SHOWOUTPUT(FALSE);

    b) CurrReport.SHOWOUTPUT( Boolean Condition)
  • DarkHorseDarkHorse Member Posts: 389
    Thank you, but I believe that I have not explained myself well. In a report filter, when executing it by Shipment Date the body shows something; what I want is to put the condition of which if it has been used the filter that shows this body or not, I mean that if it is informed. I hope to me to have explained well.
    Thanks in advance.
Sign In or Register to comment.