script for multivariate report
hello ,any help would be really appreciated.I am writing a script to automatically create a multivariate report. The column names inside Y ( Multivatiate (Y( col1,col2,col3, ...) ....) will be changing, therefore I am trying tofeed Y with a list of column names . Is this possible? ///
num_table= df << Subset( ( num_col_select ),
Output Table Name( "numerical columns only- the only use for this
...