How to hide dataitem when running a report?

alsolalsol Member Posts: 243
Hi there,
Maybe a stupid question, but I could not find a solution myself...

I have a report with 4 data items and some options. All the selections I need can be entered under Options, so I would like to hide the data items when running the report. How is that possible?

Thanks in advance,
Regards

Comments

  • jhoekjhoek Member Posts: 216
    In each of the dataitems that you want to hide, specify a key in the DataItemTableView property, and clear any value from the ReqFilterFields property.
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • jhoekjhoek Member Posts: 216
    BTW, I think ReqFilterFields stands for Request Filter Fields (these fields are displayed on the so called request form).
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • alsolalsol Member Posts: 243
    Great, that works perfect.

    Thanks a lot.

    Regards
Sign In or Register to comment.