<?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: MROUND measured area in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277848#M36422</link>
    <description>OK, I get it.&lt;BR /&gt;
&lt;BR /&gt;
You could take this further, and convert it to a String to display the unit as well.&lt;BR /&gt;
The below example converts the rounded value to 3 decimal place accuracy and adds "AR: " to its beginning, and " m2" to its end. The resulting string type Property can be displayed in both Zone Stamps and Schedules:&lt;BR /&gt;

&lt;PRE&gt;CONCAT ( "AR: ", STR ( MROUND ( STRTONUM ( STRCALCUNIT ( {Property:Zone/Measured Area} ) ), 0.5 ), 3 ), " m2" )&lt;/PRE&gt;</description>
    <pubDate>Mon, 07 Sep 2020 18:18:29 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2020-09-07T18:18:29Z</dc:date>
    <item>
      <title>MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277844#M36418</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I wish to create a personalized property to get rounded measured area like this :&lt;BR /&gt;
12,45m2 --&amp;gt; 12,5m2&lt;BR /&gt;
12,12m2 --&amp;gt; 12,0m2&lt;BR /&gt;
&lt;BR /&gt;
I tried with MROUND expression who called measured area but without success.&lt;BR /&gt;
How do you do?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:42:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277844#M36418</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-07T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277845#M36419</link>
      <description>I have found I share...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1° - Transform Measured Area into an Expression which is called "SM01"&lt;BR /&gt;
STRCALCUNIT ( Mesured Area )&lt;BR /&gt;
&lt;BR /&gt;
2° - Transform SM01 into a number which is called "SM02"&lt;BR /&gt;
STRTONUM ( SM01 )&lt;BR /&gt;
&lt;BR /&gt;
3° - Round SM02&lt;BR /&gt;
MROUND ( SM02 ; 0,5 )&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Or...&lt;BR /&gt;
&lt;BR /&gt;
MROUND ( STRTONUM ( STRCALCUNIT ( Measured Area ) ); 0,5 )</description>
      <pubDate>Mon, 07 Sep 2020 11:02:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277845#M36419</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-07T11:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277846#M36420</link>
      <description>Just to make everything clear: &lt;BR /&gt;
Do you do this with the "Measured Area" of Zones?</description>
      <pubDate>Mon, 07 Sep 2020 12:03:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277846#M36420</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-09-07T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277847#M36421</link>
      <description>&lt;BLOCKQUOTE&gt;LaszloNagy wrote:&lt;BR /&gt;
Just to make everything clear: &lt;BR /&gt;
Do you do this with the "Measured Area" of Zones?
&lt;/BLOCKQUOTE&gt;

Yes absolutely&lt;BR /&gt;
I do not know about "Measured Area" of other kind of element.</description>
      <pubDate>Mon, 07 Sep 2020 13:20:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277847#M36421</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-07T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277848#M36422</link>
      <description>OK, I get it.&lt;BR /&gt;
&lt;BR /&gt;
You could take this further, and convert it to a String to display the unit as well.&lt;BR /&gt;
The below example converts the rounded value to 3 decimal place accuracy and adds "AR: " to its beginning, and " m2" to its end. The resulting string type Property can be displayed in both Zone Stamps and Schedules:&lt;BR /&gt;

&lt;PRE&gt;CONCAT ( "AR: ", STR ( MROUND ( STRTONUM ( STRCALCUNIT ( {Property:Zone/Measured Area} ) ), 0.5 ), 3 ), " m2" )&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Sep 2020 18:18:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277848#M36422</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-09-07T18:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: MROUND measured area</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277849#M36423</link>
      <description>It a great suggestion, thanks LaszloNagy !</description>
      <pubDate>Mon, 07 Sep 2020 19:00:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/MROUND-measured-area/m-p/277849#M36423</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-07T19:00:44Z</dc:date>
    </item>
  </channel>
</rss>

