See what variable set a ComboBox is linked to in object inspector
backlog
Q
Quicksand Macaw
Currently, seeing which variables a ComboBox is linked to requires inspecting R code and searching the document, which is cumbersome. It would be beneficial to have a more straightforward method to identify the source variable directly from the ComboBox on the screen (in the object inspector), without needing to rely on variable names or additional searches. Simplifying this process would enhance usability and efficiency.
J
Jamie Morris
backlog
J
Jamie Morris
A good workaround for this is to right click the combo box and select Dependency Graph. This will allow you to see what it has been linked to, and select anything related to it.