You set the datafield property to a fieldname when you want to make a break between different records values
For exemple
Name : SectionGroup_SalesLine
Table : SalesLine
DataField : SalesId
Will do something like that
SalesId VendAccount ……….
1 10
2 2
3 40
if you remove the dataField SalesId and you may have something like this
SalesId VendAccount
1 10
1 10
2 2
3 40
3 40
REMEMBER, in order to work, you have to use a sortfield with the same fieldname in the datasource
----------------------------------------------------
Bacon Joannick
Stagiaire Informatique / IT trainee
B O A - F R A N C | M I R A G E
T 418.227.1181 #2313
F 418.227.1188
----------------------------------------------------
www.boa-franc.com
----------------------------------------------------
-----Message d'origine-----
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 16 octobre, 2003 04:41
À : [EMAIL PROTECTED]
Objet : [development-axapta] datafield property of section group
Hi all;
There are three properties in “section groups” in reports; Name, Data Field, Table.
In some Section Groups, DataField is set, but in the others, it is not set.
I wonder when to set a datafield property of a section group.
Thanks in advance.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

