How do I name data table after a cell value
Hello, I have a simple script that combines relevant columns from two data sets, matching by data.For each batch of data, the column Date contains the same value in every row. My script includes: Output Table( "Data 1 and 2")) How would I append a value from the Date column in front of the string, so that the table becomes, for example, "23.09.20 Data 1 and 2". Thank you.
jay_holavarri