So, I got myself in a situation where I have 36 columns and need to essentially do a "MIN" on ALL those columns. Not a MIN by grouping, rather, what I need is what the 2022-and-after LEAST function does.
Does anyone have any suggestion of how I could accomplish this? I did some research and reading, but didn't find anything that wasn't IIF, which, with 36 columns, well, it seems a bit uglier-than-ugly.