RyanBuschmeyer
3 years agoQrew Member
Using Case formula with table record list
Here's what I am attempting to do in a very specific way:
We have kids in classes [class] that correspond to their academic grade [grade]. Rather than using a hard-coded CASE formula that would read:
...we'd like for Case to look up that grade in another table and return "Jr. High"
The parallel "Classes" table is in our data app so that the people using it (Church Secretary) can easily add to this list without having to edit the field attributes.
What would be the best way to approach this type of lookup?
------------------------------
Ryan Buschmeyer
------------------------------
We have kids in classes [class] that correspond to their academic grade [grade]. Rather than using a hard-coded CASE formula that would read:
case(
[grade],"6","Jr. High",
[grade],"9","Sr. High")
...we'd like for Case to look up that grade in another table and return "Jr. High"
The parallel "Classes" table is in our data app so that the people using it (Church Secretary) can easily add to this list without having to edit the field attributes.
What would be the best way to approach this type of lookup?
------------------------------
Ryan Buschmeyer
------------------------------