Hello,
I'm trying to do a grouped weighted average query and am not having much luck.
I have the following sub-query defined as [Mike - Total Floating Balance by Deal Number]:
SELECT Order.[Deal Number],
Sum(IIf(Order.[Fixed/Float]="Fixed",0,Order.[QTY MM]*Issue.[Factor])) AS...
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.