Problem with Report

BlackcatBlackcat Member Posts: 28
Hello,
I have question about Reports. I hope someone can help me :)
Is it Possible to check/copy the Filters set at the default Request Form when I'm at my Request Form ? I want to check what the User entered ..
Hope its Possible :?

Comments

  • vikram7_dabasvikram7_dabas Member Posts: 611
    Request form has property "Save Values" select it Yes.ok.u problem will solved.
    Vikram Dabas
    Navision Technical Consultant
  • kinekine Member Posts: 12,562
    No, there is no way how to read them. First trigger where you can access the filter is in PreReport.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    in OnPreReport you can check the filters with

    MyDataItemRec.getfilters();
    To check the filters in Dataitems is unfortunately not possible in the Request option form.

    Hope this helps

    Regards
    Do you make it right, it works too!
  • BlackcatBlackcat Member Posts: 28
    Hi,
    thanks for the Answers.
    That was a good help
    :D:wink:
  • tinoruijstinoruijs Member Posts: 1,226
    What was the solution?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.