field for counting number of sheets in SSM / add custom field to "rename & renumber" dialog?

field for counting number of sheets in SSM / add custom field to "rename & renumber" dialog?

tanvi.shahAUKYC
Observer Observer
78 Views
2 Replies
Message 1 of 3

field for counting number of sheets in SSM / add custom field to "rename & renumber" dialog?

tanvi.shahAUKYC
Observer
Observer

hi everyone,

 

this question is not about the Description or Sheet Number fields in SheetSet Manager. unfortunately, I've inherited a 99-page sheetset from someone else, and for a number of reasons, I cannot change the setups of these fields. 

 

given those parameters, I was wondering if there is a way to create a field / formula that essentially "locates" which page a sheet is in the total number of sheets in the sheetset without managing that through Description or Sheet Number. for example, there may be 20 sheets in my sheetset. is there a field / formula to identify that this is the 10th sheet in the set?  

 

an alternative would be whether I could add a custom field to "Rename & Renumber," though that seems unlikely? or possibly connect to an external file, like an excel file, though I could see issues with that method, too. 

 

thank you for your help!

0 Likes
79 Views
2 Replies
Replies (2)
Message 2 of 3

DumR0
Advocate
Advocate

Hi,

I hope will be some use tis info: field that my be help you is  CTAB (  insert field/other/ system variable/ctab/, or a diesel expresion $(getvar,ctab), then if you need some reduction of letters for example:  $(substr,$(getvar,ctab),$(-,$(strlen,$(getvar,ctab)),1),2) --- this part will reduce the last digits for the tab

also there is  alot info on the forum : https://forums.autodesk.com/t5/autocad-lt-forum/total-sheet-count/td-p/7070023 

0 Likes
Message 3 of 3

tanvi.shahAUKYC
Observer
Observer

thank you very much! I will look into this!

0 Likes