Hi all
Firstly, I’m a complete newbie to everything here. Never coded, new to databases and new to front ends.
I volunteer for a small NFP charity that rescues cats. We presently have our data stored in google sheets which is fine for a couple of us but we would like foster carers to be able to update the database so want to make a front end. I’m looking at Glide as a no-code solution but I’m wondering if it will actually work.
Essentially we have three tables - cats, people, medical. Cats is a list of all the cats, people is a list of all the people and their various roles, and medical is a list of all the medical actions taken for each cat.
Presently our google sheets has drop down lists in the tables which are populated by filtered data from the other sheets. For example, in Medical, we have a Practitioner field which is populated as a drop down comprising of the People list BUT filtered to only show those people set as Vets or Foster Carers. Also in Medical, there is a drop down list of every cat name (all which are unique). We potentially may want to filter this to exclude deceased or adopted cats - not sure yet. And in Cats, we have a field showing the current Foster Carer, which is a drop down populated again from the People list BUT filtered to only show those people that have a type of Foster Carer. That’s just some examples.
I imported the google sheets into Glide but it seems all the formulas are stripped meaning the sheets can no longer create dynamic drop down lists.
So my question is two fold. First, how do I create a drop down list and, secondly and most importantly, how do I make the drop down list dynamic based on filtered data from a particular sheet?
As said, I am a newbie. I have limited Excel/Google Sheet knowledge but everything else is brand new to me.