Hi @matteo_patelmo ,
I had a mess around with the function, seems its used to create a column and rows into the make combined data table. You could use this to bring in current user generating the report (tracking it with a function) or date or report creation (as some ideas)
w=new window("my window", ob=outline box("my outline", Table Box(
String Col Box( "names",
{"x", "y", "z"}
),
Number Col Box( "values",
{11, 22, 33}
),
Plot Col Box( "values",
{11, 22, 33}
)
)));
ob<<add context("Source", "Study 1");
ob<<add context("Created by", "Ben");
//Hit 'make combined data table' to have these brought in as column headers
Thanks,
Ben
“All models are wrong, but some are useful”