Historic Part compare
I have a situation where i want to compare my current modified Wt Part Strucuture with an historic as released version. The prombel is that it shows also current as released models that are released between the history version and my current to release version.
Example:
I have a Assembly released as follows:
Assembly(A.1 - Released)
|-Sub1(A.1 - Released)
| |-Part2(A.1 - Released)
| |-Part3(A.1 - Released)
| |-Part4(A.1 - Released)
|-Sub2(A.1 - Released)
| |-Part5(A.1 - Released)
|-Part1(A.1 - Released)
I have modified the Assembly with as result. Notice that Sub1 is already released for whatever reason
Assembly(B.3 - InWork)
|-Sub1(B.2 - Released)
| |-Part2(A.1 - Released)
| |-Part6(A.1 - Released)
| |-Part4(A.1 - Released)
|-Sub2(B.2 - InWork)
| |-Part5(A.1 - Released)
| |-Part7(A.1 - InWork)
|-Part1(B.4 - InWork)
|-Part8(A.1 - InWork)
If i want to compare the part structures the newer released version shows up
Assembly(A.1 - Released)
|-Sub1(B.2 - Released)
| |-Part2(A.1 - Released)
| |-Part6(A.1 - Released)
| |-Part4(A.1 - Released)
|-Sub2(A.1 - Released)
| |-Part5(A.1 - Released)
|-Part1(A.1 - Released)
Are there any methods to compare to a historic version without a created additional baseline?
