<?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 Convert Option Set Parameter to Number in Expressions in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/343872#M52249</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick one, I think. How do I use a number from an option set parameter as a divisor to an equation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I'm trying to get the measured area (from zone) divided by total BUA (option set parameter) and multiply that by 100 to get the percentage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my query is clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 04:22:46 GMT</pubDate>
    <dc:creator>JCCARLOS91</dc:creator>
    <dc:date>2022-07-14T04:22:46Z</dc:date>
    <item>
      <title>Convert Option Set Parameter to Number in Expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/343872#M52249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick one, I think. How do I use a number from an option set parameter as a divisor to an equation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I'm trying to get the measured area (from zone) divided by total BUA (option set parameter) and multiply that by 100 to get the percentage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my query is clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 04:22:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/343872#M52249</guid>
      <dc:creator>JCCARLOS91</dc:creator>
      <dc:date>2022-07-14T04:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Option Set Parameter to Number in Expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/343873#M52250</link>
      <description>&lt;P&gt;I am not sure if you can directly.&lt;/P&gt;
&lt;P&gt;Although you can type a number in an option set, I think it is treated as a string.&lt;/P&gt;
&lt;P&gt;So you may need to convert this in a expression using STRTONUM ( "Text" )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 05:11:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/343873#M52250</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-07-14T05:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Option Set Parameter to Number in Expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/344473#M52288</link>
      <description>&lt;P&gt;Hi Barry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to reach out to a friend who assisted me in this. This the expression that we formulated to get the calculation I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measured Area / ( ( ( STRONUM ( VILLA BUA ) * 1 m2 ) ) + ( ( STRTONUM ( TERRACE BUA ) * 1 m2 ) ) ) * 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Measured Area -&amp;nbsp; automated area from the zones&lt;/LI&gt;&lt;LI&gt;VILLA BUA - Option Set Parameter translated to a number using "Number form String" Conversion&lt;/LI&gt;&lt;LI&gt;TERRACE BUA - Option Set Parameter translated to a number using "Number form String" Conversion&lt;/LI&gt;&lt;LI&gt;1 m2 - To be taken form the units selection (ruler icon) to convert the Option Set Parameter into a measurable area. Specific note to click the m2 from the units selections and not to be typed in manually. Though 1 was typed in manually.&lt;/LI&gt;&lt;LI&gt;Remove the default " "&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this would help others too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John Carlos&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:55:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/344473#M52288</guid>
      <dc:creator>JCCARLOS91</dc:creator>
      <dc:date>2022-07-18T06:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Option Set Parameter to Number in Expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/353418#M52831</link>
      <description>&lt;P&gt;The moral of this story is that you can do anything in Archicad if you know how&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;its far too complicated !!!!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 07:19:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Convert-Option-Set-Parameter-to-Number-in-Expressions/m-p/353418#M52831</guid>
      <dc:creator>David Shorter</dc:creator>
      <dc:date>2022-08-19T07:19:06Z</dc:date>
    </item>
  </channel>
</rss>

