Xof-func
This function returns a dataset containing the X values of dataset vd.
dataset xof(dataset vd)
vd
Returns a dataset containing the X values of dataset vd.
range ry = [Book1]Sheet1!col(B); col(c)=xof(ry);
newbook; col(A) = data(3,9); col(B) = data(1,7); dataset ds = xof(col(B)); ds[2] = ; col(C) = ds;
Xindex, Xindex1, Xvalue