In a query I have:
- MNTH/YR (The month & year)
- PROJECTID
- HRS (number)
- PTERNGS: Sum([HrlyBllng]*[HRS]) (Expression)
- PTPRFT: SUM[SumHrlyBllng]*.6] (Trying to create Expression)
I want to see my Profit 6% on every ProjectID
If I cannot perform this within the same query how do I figure out my profit?