One of the things that I have been trying to solve, is how to represent a recursive/self join table as a multi-level dimension. <br>
For example, you have a team table that is joined to itself to create a team hierarchy - (with the following fields : team#, teamdescr, parentteam# - where parent team number joins to team#)<br>
<br>
How do you represent this ?
For example, you have a team table that is joined to itself to create a team hierarchy - (with the following fields : team#, teamdescr, parentteam# - where parent team number joins to team#)<br>
<br>
How do you represent this ?