Hello,
I'm looking for a workaround to using some If/Else logic, and I'm not sure if it's possible.
I'm creating a database for a consortium of 24 communities. Anyone who is currently living in, or was originally from (regardless of where they currently live), one of the 24 communities can participate in the DB.
I have a form with these two questions:
- Which community are you originally from?
- Which community do you currently live in?
Both contain the same drop-down list of 24 communities, plus "None of the above". (It's impossible to ever respond "None of the above" to BOTH questions.)
I'm displaying separate tables for each community. Currently, if someone is *from* Community A, but *lives* in Community B, they will appear in two tables, essentially being counted twice.
I would like to know if this is possible:
Populate a third field called "Community":
- If answer to Q2 above is not "None of the above" use the answer from Q2.
- If answer to Q2 is "None of the above", use the answer from Q1.
I originally thought I could do this via Text Formula, but the Functions seem quite limited. Unless I'm missing a more advanced reference than what is on this page:
https://support.knack.com/hc/en-us/articles/115005002328-Text-Formula-Functions
Thank you so much for your help!