I have a matrix table with 300 columns using the reusable choice list.
I’d like to display columns based on an answer to a text entry question earlier in the survey, where the respondent answers with a value between 0 and 300.
If the respondent answers say, 10, then I’d only want to show the last 10 columns in the matrix table i.e. hide the first 290 columns.
If the respondent answers say, 200, then I’d want to show the last 200 columns in the matrix table i.e. hide the first 100 columns.
I appreciate that this is possible with Display Logic, but I assume would be very painful.
Thanks