on ‎2020 Jun 10 4:17 PM
Buenos dÃas
Sr(s)
Se solicita apoyo con informe QUERY que al generarlo me duplica el valor del total por documento y la sucursal esta en la tabla INV1 y el total con descuento esta en la tabla OINV. Gracias por su colaboración.
SELECT T1.[DocDate], T1.[DocNum], T1.[DocTotal], T0.[Project] FROM INV1 T0 INNER JOIN OINV T1 ON T0.[DocEntry] = T1.[DocEntry] WHERE T1.[DocDate] >=[%0] AND T1.[DocDate] <=[%1]

Request clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.