<?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: Smartest way to avoid sub elements in schedules? in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574246#M9761</link>
    <description>&lt;P&gt;Create a property called "is sub-element (Y/N)", or whatever, and add this expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF ( OR ( CONTAINS ( "Segment", &lt;EM&gt;Element Type&amp;nbsp;&lt;/EM&gt;), CONTAINS ( "(Railing)",&amp;nbsp;&lt;EM&gt;Element Type&lt;/EM&gt;), CONTAINS ( "(Stair)",&amp;nbsp;&lt;EM&gt;Element Type&lt;/EM&gt; ) ), "Y", "N" )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the schedule scheme settings, add this property in the criteria and set its value as N. should work&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 09:17:38 GMT</pubDate>
    <dc:creator>kmitotk</dc:creator>
    <dc:date>2023-11-14T09:17:38Z</dc:date>
    <item>
      <title>Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574230#M9755</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm cleaning lots of models and I'd like a quick way to get rid of all sub elements in my schedules if there is one :). I don't want to choose exactly which element types I want to check because I don't know how the models are made. What I want is to check everything but the sub element types.&lt;/P&gt;&lt;P&gt;/Mats&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:11:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574230#M9755</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2023-11-06T09:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574232#M9756</link>
      <description>&lt;P&gt;Can you give an example of what you mean by 'sub elements'?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:19:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574232#M9756</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-11-06T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574236#M9757</link>
      <description>&lt;P&gt;Sure. These guys:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-11-06_10-27-29.png" style="width: 227px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/48508i9C17BF6BEC5E564A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-11-06_10-27-29.png" alt="2023-11-06_10-27-29.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:28:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574236#M9757</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2023-11-06T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574240#M9758</link>
      <description>&lt;P&gt;Unfortunately as far as I know, you have to explicitly exclude those sub elements if you have criteria that looks for 'All Types'.&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="BarryKelly_2-1699264995054.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/48511i4409DE1AB570691C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_2-1699264995054.png" alt="BarryKelly_2-1699264995054.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise you can just include only those main elements that you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 10:03:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574240#M9758</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-11-06T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574244#M9759</link>
      <description>&lt;P&gt;Thats what I do in lack of a smarter way...opportunity for GS to add sub-elements choice. I'll add it to the wish list,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 10:35:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574244#M9759</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2023-11-06T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574246#M9761</link>
      <description>&lt;P&gt;Create a property called "is sub-element (Y/N)", or whatever, and add this expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF ( OR ( CONTAINS ( "Segment", &lt;EM&gt;Element Type&amp;nbsp;&lt;/EM&gt;), CONTAINS ( "(Railing)",&amp;nbsp;&lt;EM&gt;Element Type&lt;/EM&gt;), CONTAINS ( "(Stair)",&amp;nbsp;&lt;EM&gt;Element Type&lt;/EM&gt; ) ), "Y", "N" )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the schedule scheme settings, add this property in the criteria and set its value as N. should work&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 09:17:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574246#M9761</guid>
      <dc:creator>kmitotk</dc:creator>
      <dc:date>2023-11-14T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Smartest way to avoid sub elements in schedules?</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574253#M9763</link>
      <description>&lt;P&gt;Barry,&lt;BR /&gt;What we have found is that they tend to sneak in even though explicitly excluded.&lt;BR /&gt;Some of them can be really tricky to get rid of unless you go into (for example) the tool settings and de-classify all sub-elements.&lt;BR /&gt;&lt;BR /&gt;Railing parts tend to show up whether excluded or not.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:52:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Smartest-way-to-avoid-sub-elements-in-schedules/m-p/574253#M9763</guid>
      <dc:creator>Erik Bjornhage</dc:creator>
      <dc:date>2023-11-06T11:52:35Z</dc:date>
    </item>
  </channel>
</rss>

