Hi,
I have a problem, and I am not sure what's the best way.
My query using Sum, and GroupBy that produce a result of
Name, Quantity, Price, Type
AC32, 755.95,13698, LM
AC32, 320.89, 1736,EA
but I would like it such that,
Name, Quantity(LM), SumOf LM+EA,
AC32, 755.95, 15434,
Is that enough information?
Thanks in advance.
I have a problem, and I am not sure what's the best way.
My query using Sum, and GroupBy that produce a result of
Name, Quantity, Price, Type
AC32, 755.95,13698, LM
AC32, 320.89, 1736,EA
but I would like it such that,
Name, Quantity(LM), SumOf LM+EA,
AC32, 755.95, 15434,
Is that enough information?
Thanks in advance.
