Hide DataItem in Report

Hi I’ve done a report with 3 dataitems, Customer, Project and Item. The report Itself shows Items not bought by each customer grouped by project. So I need to show the dataItems Customer and Item…but I’d like to hide the Project DataItem…On Project dataitem, “ReqFilterFields” is undefined, but it is showed. Could it be hidden?

Hi On the Project DataItem You will need to find the DataItemTableView property and set the key to the (default) Primary Key.

Yes, by setting the DataItemTableView property of the Project DataItem.

Thanks a lot. Of course, It worked fine…I didn’t know that… [:D] With your help, my life has changed…[:D]