I am struggling to find a solution how to create a drop-down list where only certain elements are visible based on a filter. It is hard to explain so I created a dummy where you can see.
My goal is to have a drop-down list in the last table called “Planned expenses” but only with the expenses connected to Activity #1 not all. Somehow I am unable to create a working filter.
I think it was too late and I asked the question wrongly. What I would like to do is that when Activity # is Activity 1 then only the Expenses connected to Activity one appears in planned expenses (A1_Travel, etc.) When it is Activity 2 only Activity 2 expenses are in the dropdown (A2_Travel, etc.)
For some reason when I create filter or lookup it gives back nothing.
yes, I had to leave
the thing is that your table set up is confusing (naming etc), but via chaining you can find the right value to link to. I prefer Contains(), but = will work as well.
Thank you very much! I think I understand now, the real table (not the dummy) is not that confusing I think…
I enjoy a lot finally having some time to upgrade my Coda tables.
Thank you again for the advise. I think I know understand what you meant by data set.
Here is the final result where I am now.
The core problem is that I cannot believe that I really need the on the Mobility Plan page the “Activity Type” table (see at the very end) with only 1 column. But now it seems the chaining working and clear and I understand what is what. Interesting that a table is needed only with one 1 column to build a whole complex structure.