Splitting data between columns
Splitting data between columns
dtbob
Posts: 1Questions: 1Answers: 0
Hi,
I was wondering, can DT be used to split data between columns.
So say I have a datastream:
Number, Text
1, hello
2, thing
3, there
4, place
I'd like it in a table formatted like this, basically with two (or more) tables side by side and the data split between them:
Number, Text---- Number, Text
1, hello-----------3, there
2, thing-----------4,place
Is this possible? (sorry about my failed attempt to fight the formatting code, hope it's clear what I'm seeking)
This discussion has been closed.