Forum Discussion
ROBERTVALENTINE
7 years agoQrew Trainee
I can think of a couple ways to accomplish this, but if it were me I would probably just set up a Formula - Text field for the city and not even use the relationship. Something like this...
Case(
[Your facility name],
"Facility 1", "Tulsa",
"Facility 2", "Denver",
null
)
Case(
[Your facility name],
"Facility 1", "Tulsa",
"Facility 2", "Denver",
null
)