DataItem headers on Report

jayshyne
jayshyne Member Posts: 29
Hi,
I have a problem with a report. The issue is that i have a report with five DataItems but on the request form i dont want to see all these DataItem headers. i Just want to show the header of the first dataitem on the request form of the report. I have seen something like this in some standard navision reports but jus cant seem to figure out how it works. Any help will be much appreciated.

Thanks

Comments

  • JoeK
    JoeK Member Posts: 53
    Hello,

    just specify an DataItemTableView on the DataItems you want to omit...and watch out that the RequiredFilterFields Property is empty...

    Hope 2 Help
    Greetings
  • jayshyne
    jayshyne Member Posts: 29
    I tried. doesnt seem to work. All the ones that i've set DataItemTableView for and have nothing the ReqFilterFields property still appear on the request form.
  • JoeK
    JoeK Member Posts: 53
    Strange...have you specified an key in the DataItemTableView?
  • jayshyne
    jayshyne Member Posts: 29
    Wow. Thanks Joek. Worked like magic.