SCV data copying and referencing improvements


Version: 2020b

Type: Features

Category: Data Handling

Subcategory: Set Column Values / Cell Formula

Jira: ORG-21624


Can now use offsets from i when copying column data using Set Column Values. Define range to a subset of data in the Before Formual Scripts section, then applit an i=based offset in the Formula. See illustration below.

Last value in column may now be references as A[0] or A[end]. Range to end is A[5:0] or A[5:end].