Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/05/2015, 07:04
antonio_dsanchez
 
Fecha de Ingreso: abril-2015
Mensajes: 130
Antigüedad: 9 años, 9 meses
Puntos: 0
Respuesta: ultima consulta sql final de trabajo

si ya esta gracias jajajaja solo lo tenia que agrupar por

Código SQL:
Ver original
  1. SELECT MP.INPUT_QTY * ISNULL($[OWTQ.U_RSG_CANT],0) + MP.INPUT_QTY
  2. * ISNULL($[OWTQ.U_RSG_CANT_RH],1) AS 'Consumo unitario'
  3. FROM BEAS_STL MP WHERE MP.ItemCode = $[OWTQ.U_RSG_PT]
  4. OR MP.ItemCode = $[OWTQ.U_PT_RH] AND MP.ART1_ID = $[$23.1.0]
  5. GROUP BY MP.INPUT_QTY

Última edición por gnzsoloyo; 21/05/2015 a las 07:11