Hi Community,
I have months as field names in the data:
- January
- February
- March...till December
I wish to dynamically select columns till current month. For example - since we are in April, I'd like to select -
- January
- February
- March
- April
If we are in December, we'd select all columns from January through till December.
Is there a formula that I can use within dynamic select to select current month and all previous months of the current year?