<?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 Map Role -Shape Definition column- not getting updated; correct syntax suggestions for JMP15 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425305#M67473</link>
    <description>&lt;P&gt;Ref:&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Set-MAp-Role-via-script/m-p/247394" target="_blank" rel="noopener"&gt;Set MAp Role via script - JMP User Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set column &lt;STRONG&gt;ref.COLUMN1, &lt;/STRONG&gt;column properties&amp;nbsp;map role based on another &lt;STRONG&gt;XY-Name.jmp&lt;/STRONG&gt; data table. I can import and link the &lt;STRONG&gt;XY-Name.jmp&lt;/STRONG&gt; correctly in the&lt;STRONG&gt; Map name data table&lt;/STRONG&gt; of ref.COLUMN1, properties for MAP ROLE. But the "&lt;STRONG&gt;SHAPE DEFINTION COLUMN&lt;/STRONG&gt;"&amp;nbsp; property of the map role is not getting populated correctly with &lt;STRONG&gt;ref.column1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt:&lt;STRONG&gt;ref.COLUMN1&lt;/STRONG&gt;&amp;lt;&amp;lt;Set Property("Map Role", Map Role ("Shape Name Use" ("C:\Users\map_role jmp scripts\XY-Name.jmp"), "&lt;STRONG&gt;ref.column1&lt;/STRONG&gt;"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using jmp15 and can verify the ref.column1 exists in this&amp;nbsp; XY-Name.jmp data table with the exact same name and also visible from the dropdown menu in the &lt;STRONG&gt;shape definition column &lt;/STRONG&gt;of the column properties after running the script, but just doesn't get populated through the JSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on the correct syntax for the JMP15 ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:38:14 GMT</pubDate>
    <dc:creator>JmpStatistician</dc:creator>
    <dc:date>2023-06-10T23:38:14Z</dc:date>
    <item>
      <title>Map Role -Shape Definition column- not getting updated; correct syntax suggestions for JMP15</title>
      <link>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425305#M67473</link>
      <description>&lt;P&gt;Ref:&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Set-MAp-Role-via-script/m-p/247394" target="_blank" rel="noopener"&gt;Set MAp Role via script - JMP User Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set column &lt;STRONG&gt;ref.COLUMN1, &lt;/STRONG&gt;column properties&amp;nbsp;map role based on another &lt;STRONG&gt;XY-Name.jmp&lt;/STRONG&gt; data table. I can import and link the &lt;STRONG&gt;XY-Name.jmp&lt;/STRONG&gt; correctly in the&lt;STRONG&gt; Map name data table&lt;/STRONG&gt; of ref.COLUMN1, properties for MAP ROLE. But the "&lt;STRONG&gt;SHAPE DEFINTION COLUMN&lt;/STRONG&gt;"&amp;nbsp; property of the map role is not getting populated correctly with &lt;STRONG&gt;ref.column1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt:&lt;STRONG&gt;ref.COLUMN1&lt;/STRONG&gt;&amp;lt;&amp;lt;Set Property("Map Role", Map Role ("Shape Name Use" ("C:\Users\map_role jmp scripts\XY-Name.jmp"), "&lt;STRONG&gt;ref.column1&lt;/STRONG&gt;"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using jmp15 and can verify the ref.column1 exists in this&amp;nbsp; XY-Name.jmp data table with the exact same name and also visible from the dropdown menu in the &lt;STRONG&gt;shape definition column &lt;/STRONG&gt;of the column properties after running the script, but just doesn't get populated through the JSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on the correct syntax for the JMP15 ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:38:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425305#M67473</guid>
      <dc:creator>JmpStatistician</dc:creator>
      <dc:date>2023-06-10T23:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Map Role -Shape Definition column- not getting updated; correct syntax suggestions for JMP15</title>
      <link>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425371#M67476</link>
      <description>&lt;P&gt;FYI, when doing this I successfully used this syntax:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Define the requisite column property to point to the saved Name file
Column(dt3, "Name") &amp;lt;&amp;lt; Set Property("Map Role", Map Role(Shape Name Use("$DESKTOP/Wafermap-Name.jmp", "Name")));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 15:45:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425371#M67476</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2021-10-11T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map Role -Shape Definition column- not getting updated; correct syntax suggestions for JMP15</title>
      <link>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425619#M67508</link>
      <description>Thanks, this works for me too.</description>
      <pubDate>Tue, 12 Oct 2021 09:13:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Map-Role-Shape-Definition-column-not-getting-updated-correct/m-p/425619#M67508</guid>
      <dc:creator>JmpStatistician</dc:creator>
      <dc:date>2021-10-12T09:13:14Z</dc:date>
    </item>
  </channel>
</rss>

