Hi,
I need to run a query that has several columns that calculate the sum of that column, but filtered down.
Example:
select
Stations.StationName as "Station Name",
sum(itembalance.balanceonhand * Itemmaster.standardcost) as 'station total value',
sum(txcost)
from transactionhistory
join...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.