Hi I have a logs that in general looks like:
UID A_TS B_TS C_TS D_TS X Y Z
(TS = time Stamp, UID = unique Id)
I want that I will have a table that will show me something like this:
UID A_TS X Y Z
UID B_TS X Y Z
UID C_TS X Y Z
UID D_TS X Y Z
Now my guess was that I should do split table by column or row but when I try either I get an empty page.
Here is a screen shot before and after split:
After:

Many thanks on any type of help 

