I have 3 formulas
//{@reset} to be placed in GH#2:
whileprintingrecords;
stringvar x;
if not inrepeatedgroupheader then
x := "";
//{@accum} to be placed in the detail section:
whileprintingrecords;
stringvar x := x + {SNF_TABLE.DATA};
//{@display} to be placed in the GF#2:
whileprintingrecords;
stringvar x ;
i want my result to have only 25 characters, where would i display this criteria
//{@reset} to be placed in GH#2:
whileprintingrecords;
stringvar x;
if not inrepeatedgroupheader then
x := "";
//{@accum} to be placed in the detail section:
whileprintingrecords;
stringvar x := x + {SNF_TABLE.DATA};
//{@display} to be placed in the GF#2:
whileprintingrecords;
stringvar x ;
i want my result to have only 25 characters, where would i display this criteria