It would be nice to be able to dynamically select which field of a table to use in an expression, instead of having to hard-code it.
For example, I’m building a lot of pre-calculated statistics. The simplest way to store them is to just make a field like “stat-number-1” and then another field like “stat-number-2”. However, when I go to display them, there’s no way to switch between fields without using hard-coded conditions.
I can switch between items in a list, but not between fields. I can’t search for field names either.
So if field names were also dynamic, I’d be able to swap out the field names in an expression and show the data without needing to hard-code a different expression for every field.