Your screenshot looks like SSMS, but yes in a BAQ you can achieve this using a calculated field (column)
In this case, ExtCost is already the sum of the unit costs times the TranQty so not sure if you really need a calculated field, but that’s what they can be used for
We have a crystal report and we are trying to recreate the report into a dashboard. I made a query on SSMS for PartTran and I found out that crystal report sums up the costs for all the transactions that was done on the part.
@Raymark Are there any other groupings like job, lotnum? All costs by part seems to be a big bucket. Is the CR report from Epicor? If so it was possibly a baq report which would be usable in a dashboard. If it was from a stored procedure that would give you the details you would need for a baq.