I have a set of numeric columns that are created in a crosstab.
1. I need to dynamically identify the new column which has a title equal to the min value (which is a string variation of a date) of the possible column titles.
2. after identifying that column i need to filter out null values from that column (the easy part).

in this example the column i want to dynamically select for filtering is 2019M01.
i have fully flushed out the limitations of dynamic select with this use case.
Thanks for your help Community!