I need to create a 3 column by 5 row table that list the values from a prompt parameter that the user selects. This table has to show a vertical line between the columns when 6 or 11 values are selected. My first thought was a repeater table with a conditional block for the vertical line. I can't seem to get repeater tables to work. Does anyone have any ideas? Thanks.
Just use a regular list with a table inside.
And you can apply borders (vertical line) using a conditional variable in a list as well.