<?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 Incremental for Lumber - IF function in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241177#M31045</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have searched around for a solution, but I have yet to find one. I know it is more than likely something small I am overlooking. I am trying to get an expression to generate the length of a beam and provide the correct lumber length for imperial sized lumber.&lt;BR /&gt;
&lt;BR /&gt;
For example: ( I use separate lines when writing expressions out. In my opinion, it is a lot easier to read)&lt;BR /&gt;
&lt;BR /&gt;
( IFS ( &lt;BR /&gt;
{Property:Beam/Length Left} &amp;lt;= 8 ', 8 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 8'-1", 10 ', &lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;***when it get to this stage and beyond, I need a &amp;gt;= 8'-1" like above and then a &amp;lt;= 9'-11", 10'***&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 10'-1", 12 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 12'-1", 14 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 14'-1", 16 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 16'-1", 18 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 18'-1", 20 ' ) ) ), 0 )&lt;BR /&gt;
&lt;BR /&gt;
I can get one to work with just an IF function, but I hit a roadblock when I try several entries.&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 01 Feb 2021 16:37:05 GMT</pubDate>
    <dc:creator>Red</dc:creator>
    <dc:date>2021-02-01T16:37:05Z</dc:date>
    <item>
      <title>Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241177#M31045</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have searched around for a solution, but I have yet to find one. I know it is more than likely something small I am overlooking. I am trying to get an expression to generate the length of a beam and provide the correct lumber length for imperial sized lumber.&lt;BR /&gt;
&lt;BR /&gt;
For example: ( I use separate lines when writing expressions out. In my opinion, it is a lot easier to read)&lt;BR /&gt;
&lt;BR /&gt;
( IFS ( &lt;BR /&gt;
{Property:Beam/Length Left} &amp;lt;= 8 ', 8 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 8'-1", 10 ', &lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;***when it get to this stage and beyond, I need a &amp;gt;= 8'-1" like above and then a &amp;lt;= 9'-11", 10'***&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 10'-1", 12 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 12'-1", 14 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 14'-1", 16 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 16'-1", 18 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 18'-1", 20 ' ) ) ), 0 )&lt;BR /&gt;
&lt;BR /&gt;
I can get one to work with just an IF function, but I hit a roadblock when I try several entries.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:37:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241177#M31045</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-01T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241178#M31046</link>
      <description>IFS ( {Property:Beam/Length Left} &amp;lt;= 8 ', 8 ',&lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 8'-1", 10 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 10'-1", 12 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 12'-1", 14 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 14'-1", 16 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 16'-1", 18 ', &lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 18'-1", 20 ' )&lt;BR /&gt;
&lt;BR /&gt;
Too many parenthesis , also last value in ifs is always true&lt;BR /&gt;
See help in "What's this"</description>
      <pubDate>Mon, 01 Feb 2021 21:20:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241178#M31046</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2021-02-01T21:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241179#M31047</link>
      <description>The issue that I am running into is with this setup, once I get past 10'-0", everything gets set as a 10'. Because technically everything is greater than 10'-1" past that mark unless I can set a range for each, pcs of lumber. I think it needs:&lt;BR /&gt;
&lt;BR /&gt;
{Property:Beam/Length Left} &amp;gt;= 10'-1" OR {Property:Beam/Length Left} &amp;lt;= 11'-11", 12 '&lt;BR /&gt;
&lt;BR /&gt;
However, I am formatting it wrong...&lt;BR /&gt;
&lt;BR /&gt;
In what I posted earlier, I forgot to remove the extra parenthesis at the end, I was using several data conversion in another expression when I copied it.</description>
      <pubDate>Mon, 01 Feb 2021 21:35:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241179#M31047</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-01T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241180#M31048</link>
      <description>B001 is 8'-0" long and shows correctly at 8&lt;BR /&gt;
B002 is 8'-1" long and shows correctly at 10&lt;BR /&gt;
B003 is 10'-1" long and shows incorrectly at 10&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Feb 2021 21:52:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241180#M31048</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-01T21:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241181#M31049</link>
      <description>Rather than all the IFs try looking at it as a maths problem, see if this offers a better solution...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://help.graphisoft.com/AC/24/INT/#t=_AC24_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-19.htm%23XREF_24831_Round_Up_to&amp;amp;rhsearch=evaluate&amp;amp;rhsyns=%20" target="_blank"&gt;&lt;LINK_TEXT text="https://help.graphisoft.com/AC/24/INT/# ... rhsyns=%20"&gt;https://help.graphisoft.com/AC/24/INT/#t=_AC24_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-19.htm%23XREF_24831_Round_Up_to&amp;amp;rhsearch=evaluate&amp;amp;rhsyns=%20&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 01 Feb 2021 23:36:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241181#M31049</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2021-02-01T23:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241182#M31050</link>
      <description>The lightbulb in my head is slowly warming up....</description>
      <pubDate>Tue, 02 Feb 2021 02:30:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241182#M31050</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-02T02:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241183#M31051</link>
      <description>STR ( STRTONUM ( STRCALCUNIT ( MROUNDUP ( {Property:Beam/Length Left}, 24 " ) ) ), 0 )</description>
      <pubDate>Tue, 02 Feb 2021 02:53:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241183#M31051</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-02T02:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental for Lumber - IF function</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241184#M31052</link>
      <description>Autotext label with the formula...&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Feb 2021 02:57:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Incremental-for-Lumber-IF-function/m-p/241184#M31052</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-02T02:57:32Z</dc:date>
    </item>
  </channel>
</rss>

