Overlapping lines in BAQ

Hello everyone,

I’m trying to create a DMR report in BAQ. My BAQ needs a description of the reason code. And since the DMRHead and DMRActn tables do not have this description field, I linked the Reason table. But, if I link this reason table, I get three identical lines in the query result.
Why does this happen? How do I set it up?
Thanks in advance!


The Reason table can have multiple records with the same Reason Code as you can have the same one for different Reason Types.

Reason Type
Indicates the Type of reason. Can be β€œS” - Scrap, β€œR” - Rework, β€œM” - Inventory Adjustments, β€œA” - RMA, β€œD” - DMR, β€œQ” - Quality Assurance β€œC” - Service Calls β€œW” Win CRM β€œL” - Loss CRM, β€œT” Task CRM, β€œH” - Part On Hold, β€œE” ECO Task, β€œH” HelpDesk, β€œC” Service Call, β€œU” Course Result, "β€œF” Field Service Contract.

You may want to try filtering the Reason table where ReasonType = D for DMR

7 Likes

Tracy’s explanation is probably correct for one of the duplications but the other may be that fact that this particular DMR appears to have two separate discrepancies of two pieces each (Qty by Reason).

4 Likes

you were correct I solved it with your advice.