Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

How to add sequence number in drawing list

9 ANTWORTEN 9
GELÖST
Antworten
Nachricht 1 von 10
jayartadle
1577 Aufrufe, 9 Antworten

How to add sequence number in drawing list

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

9 ANTWORTEN 9
Nachricht 2 von 10
David_Knight
als Antwort auf: jayartadle

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 •

Nachricht 3 von 10
David_Knight
als Antwort auf: jayartadle

Here is the solution.

David_Knight_0-1631307539182.png

 

Nachricht 4 von 10
ToanDN
als Antwort auf: jayartadle

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) 

 

Nachricht 5 von 10
RDAOU
als Antwort auf: jayartadle


@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


Nachricht 6 von 10
jayartadle
als Antwort auf: RDAOU

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

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

Nachricht 7 von 10
RDAOU
als Antwort auf: jayartadle

@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


Nachricht 8 von 10
jayartadle
als Antwort auf: RDAOU

Thanks! Great Help!
Nachricht 9 von 10
johnericsons
als Antwort auf: jayartadle

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

 

Nachricht 10 von 10
hliS658H
als Antwort auf: David_Knight

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

 

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report