<?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 Layers in expressions in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273256#M6375</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Can an expression be restricted to a specific layer ?  if so any idea how ?&lt;BR /&gt;
&lt;BR /&gt;
 Thanks , Randy&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 30 May 2023 10:36:11 GMT</pubDate>
    <dc:creator>RandyC</dc:creator>
    <dc:date>2023-05-30T10:36:11Z</dc:date>
    <item>
      <title>Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273256#M6375</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Can an expression be restricted to a specific layer ?  if so any idea how ?&lt;BR /&gt;
&lt;BR /&gt;
 Thanks , Randy&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 May 2023 10:36:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273256#M6375</guid>
      <dc:creator>RandyC</dc:creator>
      <dc:date>2023-05-30T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273257#M6376</link>
      <description>Yes -- Simply include the property 'layer' within your IF statement as in: IF ( Logical, ValueIfTrue, ValueIfFalse )&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Layer is listed under general parameters and is available for all elements.</description>
      <pubDate>Fri, 28 Dec 2018 20:29:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273257#M6376</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-12-28T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273258#M6377</link>
      <description>Thanks poco2013 for the insight however I think I am not doing the expression correctly &lt;BR /&gt;
 I am trying to get the area of all zones on the "floor area" layer  - can you show me my error ?&lt;BR /&gt;
  Thanks , Randy</description>
      <pubDate>Fri, 28 Dec 2018 21:32:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273258#M6377</guid>
      <dc:creator>RandyC</dc:creator>
      <dc:date>2018-12-28T21:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273259#M6378</link>
      <description>Your using a assignment -- try a conditional like:&lt;BR /&gt;
&lt;BR /&gt;
IF ( CONTAINS ( "A - Zones - Room.3D", {Property:General Parameters/Layer}, FALSE ), {Property:Zone/Measured Area}, 0 ft2 )&lt;BR /&gt;
&lt;BR /&gt;
EDIT: Note all returns must have the same units</description>
      <pubDate>Fri, 28 Dec 2018 22:46:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273259#M6378</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-12-28T22:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273260#M6379</link>
      <description>Gerry you seem to have expressions down pat -- I however am lacking&lt;BR /&gt;
I did get a result with :&lt;BR /&gt;
&lt;BR /&gt;
 IF ( CONTAINS ( "Floor Area", {Property:General Parameters/Layer}, FALSE ), {Property:Zone/Measured Area}, 0 ft2 )&lt;BR /&gt;
&lt;BR /&gt;
 when I select a zone it shows as working but  &lt;BR /&gt;
when I introduce it to a schedule it only returns "0" &lt;BR /&gt;
&lt;BR /&gt;
 Thank you for your help , &lt;BR /&gt;
Randy</description>
      <pubDate>Fri, 28 Dec 2018 23:43:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273260#M6379</guid>
      <dc:creator>RandyC</dc:creator>
      <dc:date>2018-12-28T23:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Layers in expressions</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273261#M6380</link>
      <description>If its returning 0, probably the layer name is somehow mismatched as it is returning the false statement&lt;BR /&gt;
&lt;BR /&gt;
Double check by first selecting your zone then open property manager, select your property, click on Evaluate in your property manager to see what is returned and then troubleshoot there.&lt;BR /&gt;
&lt;BR /&gt;
Make sure you have set the classifications properly both for the property and the zone.</description>
      <pubDate>Sat, 29 Dec 2018 00:34:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Layers-in-expressions/m-p/273261#M6380</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-12-29T00:34:14Z</dc:date>
    </item>
  </channel>
</rss>

