<?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: REQUEST (&amp;quot;Home_story&amp;quot;...) returns incorrect value in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275928#M4857</link>
    <description>Hi Bruce,&lt;BR /&gt;
&lt;BR /&gt;
I sent your question to the developers, and here is what I was told:&lt;BR /&gt;
&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;This request works in elevation only if it is used in the 3D script of a library part placed on the floor plan. For Door/Window labels there is an other request "Home_story_of_opening"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please let me know if this helps you with the issue!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Minh</description>
    <pubDate>Thu, 10 Sep 2020 11:11:50 GMT</pubDate>
    <dc:creator>Minh Nguyen</dc:creator>
    <dc:date>2020-09-10T11:11:50Z</dc:date>
    <item>
      <title>REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275924#M4853</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I have a custom label (not marker) for use on our windows. Part of the content is the home story, which uses:&lt;BR /&gt;
&lt;PRE&gt;n = REQUEST ("Home_story", "", index, story_name)&lt;/PRE&gt;
to get the info.&lt;BR /&gt;&lt;BR /&gt;This works perfectly in plan, but in elevation it will always return story 0 as the value. The odd thing is that I can get the correct value with Autotext either reading the General Parameter, or a Property with the expression of "Home Story Name". This tells me the window will gather the correct information in elevation, but the GDL REQUEST command doesn't work properly.&lt;BR /&gt;&lt;BR /&gt;I have also tried REQUEST("Home_story_of_opening",...) with the same results. I've tried this in v22 and v23 (but not v24 yet).&lt;BR /&gt;&lt;BR /&gt;Any clues??&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:45:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275924#M4853</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2022-09-26T20:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275925#M4854</link>
      <description>Anyone?  Anyone?</description>
      <pubDate>Sat, 05 Sep 2020 10:12:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275925#M4854</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-09-05T10:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275926#M4855</link>
      <description>It does not work for roof windows...unfortunately(I hope it did - I have a huge roof windows GDL project ongoing), but I successfully implemented it in roof window markers.&lt;BR /&gt;
I made a slope marker as a roof window marker - with the functionality to show not show on stories.&lt;BR /&gt;
Labels though are not sensitive to this request.&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Sun, 06 Sep 2020 11:21:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275926#M4855</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2020-09-06T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275927#M4856</link>
      <description>I solved it by creating a property that will retrieve the home storey of the window, then have the label interrogate that property.  A bit of a hack, but it works.</description>
      <pubDate>Sun, 06 Sep 2020 22:24:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275927#M4856</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-09-06T22:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275928#M4857</link>
      <description>Hi Bruce,&lt;BR /&gt;
&lt;BR /&gt;
I sent your question to the developers, and here is what I was told:&lt;BR /&gt;
&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;This request works in elevation only if it is used in the 3D script of a library part placed on the floor plan. For Door/Window labels there is an other request "Home_story_of_opening"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please let me know if this helps you with the issue!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Minh</description>
      <pubDate>Thu, 10 Sep 2020 11:11:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275928#M4857</guid>
      <dc:creator>Minh Nguyen</dc:creator>
      <dc:date>2020-09-10T11:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275929#M4858</link>
      <description>Thanks Minh.  You will see in my first post that I also tried "Home_story_of_opening" with similar results, i.e. it will just return the 0  story value.</description>
      <pubDate>Thu, 10 Sep 2020 21:55:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275929#M4858</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-09-10T21:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275930#M4859</link>
      <description>Hi Bruce,&lt;BR /&gt;
&lt;BR /&gt;
Please find the PLA below. Our developers tested it with both AC23 and 24, and it worked correctly. Could you share with us a PLA sample with the label included for further checking?&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://graphisoft.sharefile.com/d-s87a745395f64c728" target="_blank"&gt;https://graphisoft.sharefile.com/d-s87a745395f64c728&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Minh</description>
      <pubDate>Fri, 11 Sep 2020 07:33:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275930#M4859</guid>
      <dc:creator>Minh Nguyen</dc:creator>
      <dc:date>2020-09-11T07:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275931#M4860</link>
      <description>Hi Minh,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for that.  I must have only tested "Home_story" in 23, not "Home_story_of_opening", as that clearly works in 23.  However, a couple of points regarding "Home_story_of_opening":&lt;BR /&gt;
&lt;BR /&gt;
1. This doesn't work in 22 (our project is in 22 and isn't going to be migrated...so I have used a property, which works).&lt;BR /&gt;
2. This doesn't return negative stories.  Negative stories are returned as 0 (I haven't tested this in 24, only 23).&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.</description>
      <pubDate>Sat, 12 Sep 2020 04:54:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275931#M4860</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-09-12T04:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275932#M4861</link>
      <description>Hi Bruce,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the comment! I believe they are both defects, however, AC22 will not receive any further updates, therefore the chance for porting the fix back to AC22 is very small, unfortunately  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Regarding negative story, I entered it as a defect in our database (please refer to it as DEF-1883). Hopefully it will not be too difficult to implement a fix!&lt;BR /&gt;
&lt;BR /&gt;
Thank you once again for your big help and for spotting the defects! Have a great day!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Minh</description>
      <pubDate>Mon, 14 Sep 2020 08:43:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275932#M4861</guid>
      <dc:creator>Minh Nguyen</dc:creator>
      <dc:date>2020-09-14T08:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: REQUEST ("Home_story"...) returns incorrect value</title>
      <link>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275933#M4862</link>
      <description>Thanks Minh - appreciated.</description>
      <pubDate>Mon, 14 Sep 2020 10:15:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/REQUEST-quot-Home-story-quot-returns-incorrect-value/m-p/275933#M4862</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-09-14T10:15:07Z</dc:date>
    </item>
  </channel>
</rss>

