<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add sequence number in drawing list in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10616386#M101827</link>
    <description>Thanks! Great Help!</description>
    <pubDate>Sun, 12 Sep 2021 06:29:35 GMT</pubDate>
    <dc:creator>jayartadle</dc:creator>
    <dc:date>2021-09-12T06:29:35Z</dc:date>
    <item>
      <title>How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614456#M101820</link>
      <description>&lt;P&gt;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!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="C77A8629-8829-4C84-A901-CEAD387F5821.png" style="width: 464px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/963821i40071C99A1A78B1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="C77A8629-8829-4C84-A901-CEAD387F5821.png" alt="C77A8629-8829-4C84-A901-CEAD387F5821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 19:31:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614456#M101820</guid>
      <dc:creator>jayartadle</dc:creator>
      <dc:date>2021-09-10T19:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614512#M101821</link>
      <description>&lt;P&gt;I think you'd be able to create parameters for each set.&amp;nbsp; then set them to Yes/No.&amp;nbsp; &amp;nbsp; There would then have to be a second formula parameter for each one that basically said something like If SD = YES THEN&amp;nbsp;•&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 20:03:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614512#M101821</guid>
      <dc:creator>David_Knight</dc:creator>
      <dc:date>2021-09-10T20:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614607#M101822</link>
      <description>&lt;P&gt;Here is the solution.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="David_Knight_0-1631307539182.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/963850iEE993C534E71A284/image-size/medium?v=v2&amp;amp;px=400" role="button" title="David_Knight_0-1631307539182.png" alt="David_Knight_0-1631307539182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 20:57:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614607#M101822</guid>
      <dc:creator>David_Knight</dc:creator>
      <dc:date>2021-09-10T20:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614617#M101823</link>
      <description>&lt;P&gt;Do you want count total sheets for each issuance?&amp;nbsp; 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:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SD Count: if (SD, 1, 0)&lt;/P&gt;
&lt;P&gt;DD Count:&amp;nbsp;if (DD, 1, 0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CD Count:&amp;nbsp;if (CD, 1, 0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 21:03:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10614617#M101823</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2021-09-10T21:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615240#M101824</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;FONT size="2"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5814579"&gt;@jayartadle&lt;/a&gt;&amp;nbsp;wrote:&lt;/FONT&gt;&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Is there any way to add sequence number&lt;/STRONG&gt;&lt;/FONT&gt; in drawing list thru sheet schedule. &lt;U&gt;I want to see also how many sheets are there. Thanks!&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;First Question:&lt;/P&gt;&lt;P&gt;Yes...Add a project parameter to sheets (Instance/Integer) &amp;gt;&amp;gt;&amp;gt; Add that as a field in the schedule &amp;gt;&amp;gt;&amp;gt; then&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Either Fill it manually for each sheet&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;OR use Dynamo to generate a sequence and fill that into the parameter you created above&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second Question:&lt;/P&gt;&lt;P&gt;You could simply go to the SOrting and Grouping Tab of the Schedule&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set totals to show in the footer of the Discipline&lt;/LI&gt;&lt;LI&gt;And check the box for Grand totals to show total of all sheets&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RDAOU_0-1631351454527.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/963940iF046B90EBF6FE136/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RDAOU_0-1631351454527.png" alt="RDAOU_0-1631351454527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 09:10:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615240#M101824</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2021-09-11T09:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615246#M101825</link>
      <description>&lt;P&gt;Thanks for the answers. Is there a way to make it like this in the image below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0E49593C-0260-462C-99DF-36480FAEF5AC.png" style="width: 370px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/963941iD4BA579019977574/image-size/medium?v=v2&amp;amp;px=400" role="button" title="0E49593C-0260-462C-99DF-36480FAEF5AC.png" alt="0E49593C-0260-462C-99DF-36480FAEF5AC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 09:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615246#M101825</guid>
      <dc:creator>jayartadle</dc:creator>
      <dc:date>2021-09-11T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615249#M101826</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5814579"&gt;@jayartadle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes as stated in Message 5 above...and as detailed in reply to &lt;FONT color="#0000FF"&gt;&lt;A href="https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-numbering-in-drawing-list/td-p/10615146" target="_blank" rel="noopener"&gt;your question HERE&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 09:18:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10615249#M101826</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2021-09-11T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10616386#M101827</link>
      <description>Thanks! Great Help!</description>
      <pubDate>Sun, 12 Sep 2021 06:29:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/10616386#M101827</guid>
      <dc:creator>jayartadle</dc:creator>
      <dc:date>2021-09-12T06:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/12242167#M101828</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3448664"&gt;@RDAOU&lt;/a&gt;, I'm having the same problem as this one but mine involved linked files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnericsons_0-1694753798439.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1266827iBD9A371B9AD0FA87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johnericsons_0-1694753798439.png" alt="johnericsons_0-1694753798439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 04:58:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/12242167#M101828</guid>
      <dc:creator>johnericsons</dc:creator>
      <dc:date>2023-09-15T04:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/12694881#M101829</link>
      <description>&lt;P&gt;I am referring your schedule file, but the project parameter I create is grayed out, not sure how to change that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hliS658H_0-1712598261849.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1347219iF4580F07BF8BE1D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hliS658H_0-1712598261849.png" alt="hliS658H_0-1712598261849.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:44:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/12694881#M101829</guid>
      <dc:creator>hliS658H</dc:creator>
      <dc:date>2024-04-08T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add sequence number in drawing list</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/13641725#M101830</link>
      <description>&lt;P&gt;&amp;nbsp;Yes, in schedule need this Number sequence. please share to us. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 05:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/how-to-add-sequence-number-in-drawing-list/m-p/13641725#M101830</guid>
      <dc:creator>Richard_BIM360</dc:creator>
      <dc:date>2025-05-21T05:36:15Z</dc:date>
    </item>
  </channel>
</rss>

