Ok, I should be able to work this out, but I cant, so any assistance greatly appreciated.
I have a table ITEMs. It has two connected fields TYPE and STATUS.
What I want to be able to do is filter the selection field for STATUS based on TYPE. Some TYPEs have lost of possible STATUSes, so have only a few.
How this is set up is:
TYPE is connected to REF_TYPES, so that each ITEM can have 1 REF_TYPE, each REF_ITEM_TYPE can have many ITEMS.
STATUS is connected to REF_STATUS, so that each ITEM can have 1 REF_STATUS, each REF_STATUS can have many ITEMS.
REF_STATUS has a 1:N connection to REF_TYPE, so that each REF_STATUS can have many REF_TYPE.
That is the connection I was hoping to use as a filter.
BUT when I try to set up a filter on STATUS, I do not get any dynamic options at all - all i have fixed options as below. And show is all about connection to users, so no joy there either.
I was hoping for something like “REF_STATUSes connected to this Record’s TYPE”
What am I missing?
