Hi All,
I am attempting to make a cacasding drop down list using two tables, while comparing the unique ID's of items. My two tables are the follwing:
Referrals: ID, X, Y, Z, Created By, Created
Decision: Title, ID (reference to referral unique ID's), A, B, C
Currently, my first dropdown menu has an item value of Distinct(Referrals,ID). This works fine, but the problem comes in with my items value for my second dropdown, which is (Distinct(Filter(Referrals,ID = Dropdown1.Selected.Value),"Created By"). I get an error that the filter is attempting to compare a number to a text value. When I change the .Value to .ID, I still end up with an error stating that the equation is invalid. is there anyway that i can use a referenced ID to get the created by value? Thanks in advance.

Report
All responses (
Answers (