Sheet Numbering

Hi everyone,

I try to group sheets according to subsystem and renumbering related to the level(in some cases one subsystem have more levels than other subsystems),
Like TB subsytem = 7 for 3 level of building it should count and renumbering TB doc no : 0, 1 , 2, 3 ,4
Result ;
+1,10 level = xxx-07-001
+2,50 level = xxx-07-002
+3,50 level =xxx-07-003
also for other sub systems same should happen ;
+1.10 level =xxx-08-001
+2,50level =xxx-08-002
+3,50level=xxx-008-003
+4,50level=xxx-008-004

Here is the code that i stuck. Sheet number take number of count not the squence

Thanks

@Strider ,

why you access your elements with ListLevel @L1 ?

element(count) has to be Value-Inputs

by the way, you can count this way
grafik

Hi Draxly,

İ change the list lev2 and a small devolopment was happened :slight_smile: but still some effort for the leveling.Also without leveling smth went wrong sheet list can take parameters according the count but i think i need to filter also systems before sublist;

1 Like

@Strider ,

prefilter with boolmask :wink:

1 Like