Subject Re: Error in calculations SQL
Author dcanyas2
When I execute select:

SELECT sum(coalesce(Precio, 0) * coalesce(Cantidad, 1) *
(100-coalesce(Descuento, 0))/100)*1.16 as TotalAlbaran
FROM LinAlbaranes
WHERE AnoAlbaran=2007 and SerieAlbaran=0 and idAlbaran=36

it gives back the error to me "Invalid KeyLinks entry:
LINALBARANES.ANOALBARAN"