Control step with report data
This examples shows a control step with different types of report data.
Report Data of Type Integer, Real, or String

<form> Enter the results from the three tests: <br /><br /> Test1:<input name="VISCOSITY1" size="20" maxlength="20" type="TEXT" > <sop>VISCOSITY1.EU</sop><br /><br /> Test2:<input name="VISCOSITY2" size="20" maxlength="20" type="TEXT" > <sop>VISCOSITY2.EU</sop><br /><br /> Test3:<input name="VISCOSITY3" size="20" maxlength="20" type="TEXT" > <sop>VISCOSITY3.EU</sop></form>
Report Data of Type Enumeration
<form> Enter the qualitative results of the tests: <select name="RESULTS" size="1"></select> </form>
Provide Feedback