Hi,
I'm working on a report and data from a ProdTable. I have two custom string fields in the prodTable: ItemA and ItemB. I have created a query that retrieves this data and the other data from the ProdTable.
I created new ssrs report, new tablix and added grouping by ItemA and ItemB.
The result displays so that the table shows two rows. This seems logical to me, since the first row shows the result for ItemA and the second row shows the result for ItemB.
The problem is that these are duplicated rows, which I don't need.
Setting an additional grouping after ProdId does not work properly. Grouping by prodId is not sufficient because when summing up values, they are duplicated anyway....
query:

Results:

ItemA and itemB on prodTable is a lookup from a custom table, which has two fields:
1. itemDescription
2. itemId (form InventTable)
What I am most concerned with is how to get only one entry from ProdTable. Is there any way to get it?
I hope I described my problem clearly.
Thank you