Hello,
I have this SQL table as a datasource in CR XI.
Table A
Columns
Name Mom Dad
Tim Mary Dave
Mary Sue Rick
Rick Amy Bob
... and so on
I want to show the "family tree" of these people in a report like so.
--Sue
--Mary -- --Amy
--Rick --
Tim -- --Bob
--Dave
I guessing I need to make an array for this but I have not been able to find any solutions.
Thanks for your help.
I have this SQL table as a datasource in CR XI.
Table A
Columns
Name Mom Dad
Tim Mary Dave
Mary Sue Rick
Rick Amy Bob
... and so on
I want to show the "family tree" of these people in a report like so.
--Sue
--Mary -- --Amy
--Rick --
Tim -- --Bob
--Dave
I guessing I need to make an array for this but I have not been able to find any solutions.
Thanks for your help.