Hello Fadi,
I am trying to create a hierarchy of superclass and subclasses using the pluging.
Below is my example spreadsheet, and my objective is to be able to create subClass4->subClass3->subClass2->subClass1. With subClass1 beign the top/highest in hierarchy and subClass4 the lowest in the hierarchy. I wonder what would be the best way to create this in the tool.
Hello Fadi, I am trying to create a hierarchy of superclass and subclasses using the pluging.
Below is my example spreadsheet, and my objective is to be able to create subClass4->subClass3->subClass2->subClass1. With subClass1 beign the top/highest in hierarchy and subClass4 the lowest in the hierarchy. I wonder what would be the best way to create this in the tool.
superClass subClass1 subClass2 subClass3 subClass4 SuperClass 1 SubClass 1-1
SuperClass 2 SubClass 1-2 SubClass 2-1
SuperClass 3 SubClass 1-3 SubClass 2-2
SuperClass 4 SubClass 1-4 SubClass 2-3
SuperClass 5 SubClass 1-5 SubClass 2-4
SuperClass 6 SubClass 1-6 SubClass 2-5
SuperClass 7 SubClass 1-7 SubClass 2-6 SubClass 3-1 SubClass 4-1 SuperClass 8 SubClass 1-8 SubClass 2-7 SubClass 3-2 SubClass 4-2
Thank you for your attention.