si ya esta gracias jajajaja solo lo tenia que agrupar por
Código SQL:
Ver originalSELECT MP.INPUT_QTY * ISNULL($[OWTQ.U_RSG_CANT],0) + MP.INPUT_QTY
* ISNULL($[OWTQ.U_RSG_CANT_RH],1) AS 'Consumo unitario'
FROM BEAS_STL MP WHERE MP.ItemCode = $[OWTQ.U_RSG_PT]
OR MP.ItemCode = $[OWTQ.U_PT_RH] AND MP.ART1_ID = $[$23.1.0]
GROUP BY MP.INPUT_QTY