Display filtered table value in Note field

Good Morning.

I have 2 tables defined in the Choices page, A and B. I have a select_one {A} and want to then use the result of the user input to display the value from table B as a read-only bit of information to the user.

Can someone explain how to do this? Is there a way to access tables from the Choices page in functions?

Thank you in advance.

Hello,
You may try this:
Copy the variable/question after the first one.
Adapt the name and label, keep the select type.
Set read_only (column) to true.
Do calculation as: ${nameOfFirstSelect}.
This should show a copy with the selection as read_only.

2 Likes

Perfect! Thank you so much for the quick response.

1 Like