Trial Design

Command: if
Summary This command evaluates a boolean command inside the if command.  This first command can be a simple check or more complex if used with an and o...
Tue, Nov 8, 2022 at 1:08 PM
Command: import
Summary This command gets the value from an external file according to the inputPath. Import scripts do not require a “when” attribute since they are calle...
Tue, Nov 8, 2022 at 1:09 PM
Command: incrementProperty
Summary This command increments/decrements the value of a property with an integer value. Attributes none Parameters name – (string) This is the na...
Tue, Nov 8, 2022 at 1:09 PM
Command: isDate
Summary This command validates a string representing a date against a date format. Attributes none Parameters value pattern Example <script...
Tue, Nov 8, 2022 at 1:10 PM
Command: isDuplicate
Summary This command returns true if the value of the target question is a duplicate of the value of a specified question. Attributes none Parameters...
Tue, Nov 8, 2022 at 1:10 PM
Command: isSet
Summary This command returns true if the specified question is set.  A question being set means that it contains data within that question. The question ...
Tue, Nov 8, 2022 at 1:11 PM
Command: length
Summary This command measures the length of the string or list specified by the “value” parameter. Attributes none Parameters value Example <...
Tue, Nov 8, 2022 at 1:12 PM
Command: list
Summary This command allows for multiple commands to be listed together rather than separately. Attributes none Parameters two or more commands E...
Tue, Nov 8, 2022 at 1:12 PM
Command: ln
Summary This command returns the natural logarithm of the parameter. Attributes none Parameters one number command Example <script scriptId=...
Tue, Nov 8, 2022 at 1:13 PM
Command: local
Summary The local command retrieves the string property value assigned to the ‘name’ parameter. The local command can be used to call any App Property or a...
Fri, Jul 21, 2023 at 9:18 AM