<?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: Recursive parameter update in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Recursive-parameter-update/m-p/355761#M1217</link>
    <description>&lt;P&gt;You have only set the value of A - which will be used in al further calculations.&lt;/P&gt;
&lt;P&gt;You also need to set the Parameter as well which is what the user sees.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF cab_type = "Pysty" THEN
	A = 1.55
ELSE
	A = 2.00
ENDIF
PARAMETERS A = A
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 07:27:26 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2022-09-13T07:27:26Z</dc:date>
    <item>
      <title>Recursive parameter update</title>
      <link>https://community.graphisoft.com/t5/GDL/Recursive-parameter-update/m-p/355758#M1216</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have set two different values for A by selecting the size via dropdown.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Parameters:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VALUES "cab_type", "Pysty", "Vaaka"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jc4d_0-1663052398574.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/29686iFBC5602C6847F7E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jc4d_0-1663052398574.png" alt="jc4d_0-1663052398574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Master:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF cab_type = "Pysty" THEN
	A = 1.55
ELSE
	A = 2.00
ENDIF&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue is that no matter what option I choose from the dropdown, the value A in the Object Selection Settings it doesn't reflect the new value.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jc4d_1-1663052688173.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/29688i0EBCDFB6376721A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jc4d_1-1663052688173.png" alt="jc4d_1-1663052688173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to see the new value updated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Juan.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 08:03:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Recursive-parameter-update/m-p/355758#M1216</guid>
      <dc:creator>jc4d</dc:creator>
      <dc:date>2023-05-31T08:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Recursive parameter update</title>
      <link>https://community.graphisoft.com/t5/GDL/Recursive-parameter-update/m-p/355761#M1217</link>
      <description>&lt;P&gt;You have only set the value of A - which will be used in al further calculations.&lt;/P&gt;
&lt;P&gt;You also need to set the Parameter as well which is what the user sees.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF cab_type = "Pysty" THEN
	A = 1.55
ELSE
	A = 2.00
ENDIF
PARAMETERS A = A
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 07:27:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Recursive-parameter-update/m-p/355761#M1217</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-09-13T07:27:26Z</dc:date>
    </item>
  </channel>
</rss>

