Hi:
I simply want to add a couple of fields to the canned GP SSRS Historical Inventory Trial Balance (HITB), such as the Item Class Code.
In Report Builder, I was able to create a Data Set called "ITEMS" based on the simple "select * from IV00101" query.
But, when I tried to add the Item Class Code field as a column in the report from this new Data Set in the HITB, I received an error saying that only fields from the HITB's original Data Set can be added to the report.
I realize that it is easy to create a new HITB report in some form simply by basing a new report on the SEE30303 table, but I want to modify the canned HITB report as requested by the end user.
And, yes, I know that I can duplicate the stored procedure that the canned HITB report is based on and create a similar SSRS report based on the revised duplicate stored procedure. This, however, seems like a lot of "trouble" just to add one or two fields.
Not only that, if I were to change the original HITB's Data Set to look at a "revised" duplicate stored procedure, how would that affect potentially other canned GP SSRS reports that use this same Data Set?
Why is the canned report not letting me add fields from a newly created Data Set? Is there another means of modifying such a canned report?
Thanks!
John