Hello, I have a question about field dependency / visibility: Can the master field that controls visibility also be located in an external collection?
I have two collections: ‘QSOs’ and ‘Repeaters’. In the “QSOs” collection, I can select a repeater from the ‘Repeaters’ collection via a link.
The ‘Repeaters’ collection includes the ‘Mode’ field, which can take the values “FM” or ‘DMR’ via radio buttons.
In the ‘QSOs’ collection, I would now like to show or hide a ‘Talkgroup’ field depending on the value in the ‘Mode’ field (show for “DMR”, hide for ‘FM’) .
Is this possible? Can I possibly copy the ‘Mode’ field from the “Repeaters” collection to the ‘QSOs’ collection?
Many thanks: Michael
Addendum: I tried using a lookup field, but it appears that this cannot be used as a master field for visibility control.