I guys, i have a report that return me only 1 row like this
ID = 001
Name = xxx
Tables = AAABBBCCCDDDEEERRR
My question is:
How can i print some number of rows by splitting the values of {Tables} by a step of tree like this?
ID = 001
Name = xxx
------------------
Tables = AAA
Tables = BBB
Tables = CCC
Tables = DDD
------------------
And so On ... Please send me some tips because i don't know how to solve this problem ...