How to add sequence number in drawing list

How to add sequence number in drawing list

jayartadle
Enthusiast Enthusiast
3,353 Views
10 Replies
Message 1 of 11

How to add sequence number in drawing list

jayartadle
Enthusiast
Enthusiast

Is there any way to add sequence number in drawing list thru sheet schedule. I want to see also how many sheets are there. Thanks!

C77A8629-8829-4C84-A901-CEAD387F5821.png

0 Likes
Accepted solutions (1)
3,354 Views
10 Replies
Replies (10)
Message 2 of 11

David_Knight
Collaborator
Collaborator

I think you'd be able to create parameters for each set.  then set them to Yes/No.    There would then have to be a second formula parameter for each one that basically said something like If SD = YES THEN •

0 Likes
Message 3 of 11

David_Knight
Collaborator
Collaborator

Here is the solution.

David_Knight_0-1631307539182.png

 

Message 4 of 11

ToanDN
Consultant
Consultant

Do you want count total sheets for each issuance?  If so, add a yes/no parameter for each issuance (i.e. SD, DD, CD), then add a calculated value parameter for each (SD Count, DD Count, CD Count) with formula and calculate totals:

 

SD Count: if (SD, 1, 0)

DD Count: if (DD, 1, 0) 

CD Count: if (CD, 1, 0) 

 

0 Likes
Message 5 of 11

RDAOU
Mentor
Mentor
Accepted solution

@jayartadle wrote:

Is there any way to add sequence number in drawing list thru sheet schedule. I want to see also how many sheets are there. Thanks!

 


First Question:

Yes...Add a project parameter to sheets (Instance/Integer) >>> Add that as a field in the schedule >>> then 

  • Either Fill it manually for each sheet 
  • OR use Dynamo to generate a sequence and fill that into the parameter you created above

 

Second Question:

You could simply go to the SOrting and Grouping Tab of the Schedule

  • Set totals to show in the footer of the Discipline
  • And check the box for Grand totals to show total of all sheets

RDAOU_0-1631351454527.png

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 6 of 11

jayartadle
Enthusiast
Enthusiast

Thanks for the answers. Is there a way to make it like this in the image below.

0E49593C-0260-462C-99DF-36480FAEF5AC.png

0 Likes
Message 7 of 11

RDAOU
Mentor
Mentor

@jayartadle 

 

Yes as stated in Message 5 above...and as detailed in reply to your question HERE

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 8 of 11

jayartadle
Enthusiast
Enthusiast
Thanks! Great Help!
Message 9 of 11

johnericsons
Explorer
Explorer

Hi @RDAOU, I'm having the same problem as this one but mine involved linked files.

 

I'm creating a sheet list on one main file and the other models are linked there sheets on every link. I did create a nice sequence as shown below, the only thing that's missing is the sequence numbering so I tried finding ways to solve this and came up here on this thread. 

 

johnericsons_0-1694753798439.png

 

I tried using your dynamo script but it doesn't work the way it should be. Maybe because the sheets are on the links? I don't know if this can be solved by Dynamo.

 

Thank you

 

0 Likes
Message 10 of 11

hliS658H
Collaborator
Collaborator

I am referring your schedule file, but the project parameter I create is grayed out, not sure how to change that?

hliS658H_0-1712598261849.png

 

0 Likes
Message 11 of 11

Richard_BIM360
Explorer
Explorer

 Yes, in schedule need this Number sequence. please share to us. Thank you

0 Likes