Try statement with Group Columns
I have a list of columns I want to group but the script fails if any of the columns are absent. A try statement does not seem to fix the problem.
dt = Current Data Table();
Try( dt << Group Columns ("TM", {:Param_1, :
Param_2, :Param_3}));