Home Forums General discussion Question – what is the advantage to nesting tabbles? Reply To: Question – what is the advantage to nesting tabbles?

Maurizio
Keymaster
Post count: 100

I am glad you find it useful. 🙂

Consider you can have multiple parents for a tabble. This produces some very useful features. For example you can simulate an “or” of two tabbles. Example: show individuals that are either singers or writers.

For example, suppose you have the following existing structure:

writer
   stephen king
   agatha christie

singer
   michael jackson
   bruce springsteen

Then you can just add the following structure, by copying tabbles, without retagging any file:

person
   writer
   singer