Try in context of Transposition
I have a script that performs a transposition of some data obtained from a SQL query. I would like to add some forgiveness to the script whereby the exact columns in the query can vary. My current script mandates a series of columns that need to be present for it to work and I'd like to apply the Try() functionality somehow to accommodate variance in the SQL query. I did an exercise with the tr...