The following routines are meant to write values obtained via a SIL script to an Excel file, and also to configure the writing process. These routines should be used in the reporting script, after the data has been generated.
Routine | Description | Syntax |
---|---|---|
reporting_getDateValue | Retrieves the value of a DatePicker/DateTimePicker input. | reporting_getDateValue(argv, label) |
reporting_getMultiUserPickerValue | Retrieves the values from a MultiUserPicker input. | reporting_getMultiUserPickerValue(argv, label) |
reporting_getMultiValues | Retrieves the selected values from a MultiSelectList or a similar input control. | reporting_getMultiValues(argv, label) |
reporting_getSingleValue | Retrieves the value from an Input or other single value input control. | reporting_getSingleValue(argv, label) |
(DRAFT)