Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
biv = dt << Run Script("Bivariate");
rep = Report(biv);
s = rep << XPath("//*[@selected='true']");
If(N Items(s) > 0,
ref = s[1];
,
ref = Empty();
);
sub_path = ref << Get Display Path(rep, Mode("Subscript"));
// biv["Bivariate Fit of weight By height", "Linear Fit", "Summary of Fit", String Col Box(1)]