Quick Data Set

Compile data points into a Data Set

Description

Compiles a data tree of text or numbers into a list of Data Sets with optional formatting options.

For use with PDF+ Chart and Table components.

  • Table: Each Data Set is a column in the Table

  • Chart: Each Data Set is a series in the Chart

Usage

Each list will be compiled into a Data Set and the first branch of the data tree will be converted to the list.

  • {A}:i[txt] = A[DataSet(i)]

  • {A;B}:i[txt] = {A}:B[DataSet(i)]

  • {A;B;C}:i[txt] = {A;B}:B[DataSet(i)]

Last updated