Skip to end of banner
Go to start of banner

Data writing routines

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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_getDateValueRetrieves the value of a DatePicker/DateTimePicker input.reporting_getDateValue(argv, label)
reporting_getMultiUserPickerValueRetrieves the values from a MultiUserPicker input.reporting_getMultiUserPickerValue(argv, label)
reporting_getMultiValuesRetrieves the selected values from a MultiSelectList or a similar input control.reporting_getMultiValues(argv, label)
reporting_getSingleValueRetrieves the value from an Input or other single value input control.reporting_getSingleValue(argv, label)

 

(DRAFT)

  • No labels