Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
//@Reset - Place this in the supplier group header suppressed
WhilePrintingRecords;
Shared Stringvar ClassCode :="";
//@Accumulate - Place this in the detail section suppressed
WhilePrintingRecords;
Shared Stringvar ClassCode;
If ClassCode = "" Then
ClassCode := {Supplier_Class}
Else
ClassCode := ClassCode & ", " & {Supplier_Class};
//@Display - place this in the supplier group footer section
WhilePrintingRecords;
Shared Stringvar ClassCode;
//YourFormula
StringVar Classification := Classification + " " +{Supplier_Class}