Varied feature list --- array and joined columns best solution?

I need to combine a varied list of features (up to 70 features total) and display these in paragraph form (in lieu of a formatted list) to save screen real estate and reduce scrolling, something like this:

Using a combination of ITE, array, joined list columns I’m able to accomplish this but I feel like I’m unnecessarily bloating my data table to do so? Should I be going about this a different way? Thx

You could probably use a choice component to make your selections for each park. It will save the selections as a comma delimited list. Then use a template column to replace the commas with the checkmark.

4 Likes

Thx, Jeff. Love that idea — gets rid of a TON of columns, makes editing easy, and displays perfectly. I appreciate you getting me over this speed bump/brain freeze. :grinning:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.