InventSum ISum;
While select ItemId, sum(PhysicalInvent) from ISum
group by ItemId {
// ISum.PhysicalInvent contains the
// sum of PhysicalInvent for each ItemId
}
Steeve...
-----Message d'origine-----
De�: Steeve Gilbert
Envoy�: 28 juin 2004 08:07
��: [EMAIL PROTECTED]
Objet�: RE : [development-axapta] Syntax help
Simple group by could look like this :
InventSum ISum;
While select ItemId, sum(PhysicalInvent) from ISum {
}
Steeve...
-----Message d'origine-----
De�: axapta_dude [mailto:[EMAIL PROTECTED]
Envoy�: 26 juin 2004 12:24
��: [EMAIL PROTECTED]
Objet�: [development-axapta] Syntax help
hello guys..
I hope u all can give me some guidance/pointer.What is the syntax for group by sum.I
hope u all can help me.
Thanx in advanced
Yahoo! Groups Links
Yahoo! Groups Links
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

