Options

Duplicated request filter fields on report request page

poppinspoppins Member Posts: 647
edited 2015-09-08 in NAV Three Tier
Hi everyone,

I am running a custom report with a request filter field on Shipment Date.
I am setting some filters on a record SalesLine then I am running the report by the following instruction:
    REPORT.RUNMODAL(ReportSelection."Report ID",GUIALLOWED,FALSE,SalesLine);
When I run it, I get the field Shipment Date twice: one blanck and one with the filter value.

How can I avoid that?

Thanks in advance :mrgreen:

Comments

  • Options
    neilgfneilgf Member Posts: 148
    Hi

    Do you need the request page for the report when it is run from the code? If not set this to false.
    Another solution would be to remove the filter from the report properties within the report design so it is not a user definable filter.

    Neil
  • Options
    SilverXSilverX Member Posts: 134
    Please check with the latest Cumulative Update. There was some issue with the filter display if I remember correctly...
    Cheers
    Carsten


    ==> How To Ask Questions The Smart Way

    This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Sign In or Register to comment.