Printing Reports

HinaHina Member Posts: 5
edited 2002-05-14 in Navision Financials
I want to run a report without using the request window but the report has two dataitems and I need to set filter for the second dataitems. How can I set filters for the second dataitem at runtime?

Comments

  • Christian_BuehlChristian_Buehl Member Posts: 145
    Put the filter into the trigger OnPreDataItem()
    use
    tablename.SetFilter(tablename.field, 'filtercriteria')
    or
    tablename.SetRange(tablename.field, from, to)
Sign In or Register to comment.