Ho to make the script continue running after encountering a non-present column?
Hi everyoneI have a data table with a lot of columns. in my script I name some of them and make a new table to plot the graphs.the data get updated every day for last 90 days. sometimes in happens that one of the column does not present in the data table in the updated data since it was not running on the tool for a while. the script stops when encounters to naming that non-present column. How I c...