StaCrossTab Members
Functions
| Name | Description |
|---|---|
| Flatten | Stack a spreadsheet by the specified variables. Return value: Object. |
| Tabulate | Unstack a spreadsheet. Return value: Object. |
Properties
| Name | Description |
|---|---|
| CaseSensitive | Gets/sets the string comparison case sensitivity. Return/assignment value: Boolean. |
| PreCreateVariables | When doing a tabulation (unstacking) operation, make an initial pass through the input data file to pre-create the variables needed in the result. Return/assignment value: Boolean. |
| PreserveRelativeVariableOrder | Preserve relative variable order. Return/assignment value: Boolean. |
| SkipMissing | When false, missing data in crosstab rows/columns are treated as any other value and are not omitted. Return/assignment value: Boolean. |
| SortOutputVariables | Sort the variables in the output by the values of the crosstab column. Return/assignment value: Boolean. |
Subtopics