Restructure: Unstack Columns
Unstack data using group columns
Minimum Origin Version Required: 8.1 SR0, updated in 8.5.1
wunstackcol irng1:=2 irng2:=1 missing:=1; wunstackcol irng1:=col(2) irng2:=col(1) nonstack:=1 other:=col(3); wunstackcol -r 2 irng1:=(3:5) irng2:=col(2) sort:=data pos:=udl label:=L;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
int
Option list:
Output
Worksheet
string
wstackcol, colsplit
Please refer to this page in the User Guide for more information.