I have a table like this:
column 1 => data 1;
column 2 => data 2a (wich is marked "no")
data 2b (wich is marked "yes")
data 2c (wich is marked "no")
etc.
In column 2, I may have more than one element, and every element is "tagged" yes or no, like pairs.
To put that in words, column 1 is a piece of text and column 2 is a list of one or more related links, that might be in english or not (for later output).
I'm struggling to deal with column 2 data by breaking it as a big string into smaller strings, but I'm sure there's a better concept...In my newbieness I'm fantasizing about a "3D table" or something 🙂. However, I don't even know what to look for , in any documentation.
If you understood my question, maybe you could give a hand 😉.
Thanks