Multiple data in one cell

Hi!

What I’m trying to do is have multiple entries in one cell, separated by a comma or anything else, really.

Let’s say, for example, my dataset contains books. One row is the authors, but the book was written by three authors. I want them all in the same row, so to be displayed correctly on the website, but also have Wix consider them separately so each author can have an index page listing their work correctly (the index page is a dynamic page generated automatically, since I would have a lot of authors, creating each one by hand isn’t recommended).

Can I contain multiple data in one cell? How could I do that?

Thanks in advance!

Looking to do something similar. Did you ever arrive at a solution? i want to be able to have a “keyword” column in my data set… one entry may have 4 keywords in this column and another may have 6. I want to have a dynamic category page that displays pictures for all entries where the selected keyword was present in the keyword column

Didn’t find a workaround yet… I keep hoping someone will find a solution :stuck_out_tongue:

Well, you can do this with code… When you get this string, separated by comma, you can then split it with this javascript function - .split(‘,’)

It will be array of strings
But, you will need then to assign splitted data to some texts on page… Or, you can assign it to .rows property of table