<?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: Property to determine if a project is a new build or reno in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377747#M56781</link>
    <description>&lt;P&gt;Have you considered assigning a Classification, which could be easier to label &amp;amp; Manage, plus you can assign whatever names you want. It might also be easier migrating the values into the Element Properties list.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 10:21:34 GMT</pubDate>
    <dc:creator>DGSketcher</dc:creator>
    <dc:date>2023-04-25T10:21:34Z</dc:date>
    <item>
      <title>Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377744#M56780</link>
      <description>&lt;P&gt;I have a property using an expression that&amp;nbsp;looks for various text (Reno, Alteration, Addition, Remed) in the project description and returns a simple "Reno" or "New" result.&lt;BR /&gt;Effectively all work can fall into these two categories (you can argue that remedial work is a renovation of sorts).&lt;BR /&gt;This property is referenced by another expression which is used to include/exclude the renovation status as part of the prefix of elements in Keys.&lt;BR /&gt;For example, on a reno, it is important to indicate if an element is New, Existing or to be Demolished (eg New Timber Framing).&amp;nbsp;&lt;BR /&gt;On a new build, everything is new so looks odd seeing the word New before each entry (Timber Framing is sufficient).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Often new builds get unique wording, eg Proposed Workshop, or Proposed Warehouse etc.&lt;BR /&gt;So I want to alter my expression so that if a keyword is found then return "Reno", if no keyword is found then return "New".&lt;BR /&gt;&lt;BR /&gt;I've tried all sorts of configurations (separate sequences etc) but all are returning "&amp;lt;Undefined&amp;gt;".&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IFS ( CONTAINS ( "Alt", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Addition", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Change", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Placeholder2", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Placeholder3", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Remed", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Reno", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "Reno", CONTAINS ( "Proposed Residence", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "New", CONTAINS ( "Proposed Dwelling", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "New", CONTAINS ( "New", {Property:ProjectInfoPropertyDefinitionGroup/Project Description}, FALSE ), "New" )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 21:40:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377744#M56780</guid>
      <dc:creator>Josh Verran</dc:creator>
      <dc:date>2023-04-27T21:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377747#M56781</link>
      <description>&lt;P&gt;Have you considered assigning a Classification, which could be easier to label &amp;amp; Manage, plus you can assign whatever names you want. It might also be easier migrating the values into the Element Properties list.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:21:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377747#M56781</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-04-25T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377816#M56792</link>
      <description>&lt;P&gt;Thanks for the suggestion I can see that being useful.&lt;BR /&gt;In this instance thou, the property already works quite well, just needs a little refining.&lt;/P&gt;
&lt;P&gt;I should have included the below recording in original post.&lt;/P&gt;
&lt;P&gt;The actual data gets shown in interactive schedules as well, but the labels and zone stamp were an easy way to demonstrate in a recording.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe title="YouTube video player" width="400" height="225" src="https://www.youtube.com/embed/h5OPfPUtMQY" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 22:55:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377816#M56792</guid>
      <dc:creator>Josh Verran</dc:creator>
      <dc:date>2023-04-25T22:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377820#M56793</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-26 105816.jpg" style="width: 260px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36505i297AC36725ED9BB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-26 105816.jpg" alt="Screenshot 2023-04-26 105816.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-26 105839.jpg" style="width: 278px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36506iC1F472374B46E567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-26 105839.jpg" alt="Screenshot 2023-04-26 105839.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 22:59:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/377820#M56793</guid>
      <dc:creator>Josh Verran</dc:creator>
      <dc:date>2023-04-25T22:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378046#M56839</link>
      <description>&lt;P&gt;Interesting. Can you share the expressions for both of the properties, please?&amp;nbsp; ( if I understood right, you have one property that searches for keywords and returns a simple status. what is the second property ?)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 14:43:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378046#M56839</guid>
      <dc:creator>Ernest Atanasiu</dc:creator>
      <dc:date>2023-04-27T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378102#M56853</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out the properties below.&lt;BR /&gt;One property looks in the Project Info &amp;gt; Project Description for some Keywords, then returns either "reno" or "new".&lt;BR /&gt;Another bunch of properties show how a wall note would look if the element was either new, demo or existing. We have a convention that if the wall is existing we don't include as much detail as if it were new.&lt;BR /&gt;There's another property that returns either the "manual description of an element", or the Complex profile name, or the composite name etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if I can clarify any of that.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 21:47:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378102#M56853</guid>
      <dc:creator>Josh Verran</dc:creator>
      <dc:date>2023-04-27T21:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378152#M56869</link>
      <description>&lt;P&gt;That's cool, thanks for sharing.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 08:05:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/378152#M56869</guid>
      <dc:creator>Ernest Atanasiu</dc:creator>
      <dc:date>2023-04-28T08:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Property to determine if a project is a new build or reno</title>
      <link>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/384967#M61038</link>
      <description>&lt;P&gt;I ended up finding a simple solution.&lt;BR /&gt;The fix was to simply add one more IFS statement, that actually looked back at itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;BR /&gt;CONTAINS (&lt;STRONG&gt;Project Description&lt;/STRONG&gt;,&amp;nbsp;&lt;STRONG&gt;Project Description&lt;/STRONG&gt;, FALSE, "Reno")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other words, if the&amp;nbsp;Project Description matches the&amp;nbsp;Project Description (which of course it does), then simply return a certain value, in my case "Reno".&lt;BR /&gt;So provided none of the other keywords prompted a result of "New", then it doesn't matter what the Project Description is, just consider it to be a Reno.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 20:28:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Property-to-determine-if-a-project-is-a-new-build-or-reno/m-p/384967#M61038</guid>
      <dc:creator>Josh Verran</dc:creator>
      <dc:date>2023-06-22T20:28:55Z</dc:date>
    </item>
  </channel>
</rss>

