<?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: How to add a custom column property that contains double quote and equal sign? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/636178#M83427</link>
    <description>&lt;P&gt;It works! Thanks for your help:)&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2023 21:04:59 GMT</pubDate>
    <dc:creator>ScatterChart190</dc:creator>
    <dc:date>2023-05-26T21:04:59Z</dc:date>
    <item>
      <title>How to add a custom column property that contains double quote and equal sign?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635170#M83334</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I wonder if there is a good way to add&amp;nbsp;a custom column property that contains double quote and equal sign? The goal is to set the column property shown in the picture with JSL script. For double quote I have tried escape character \!", however; it doesn't work and still shows&amp;nbsp;\!" in the column property.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Guanxiong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );&lt;BR /&gt;dt:name&amp;lt;&amp;lt;Set Property("DATA", " \!"CLASS_TYPE\!" ")&lt;/CODE&gt;&lt;/PRE&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="ScatterChart190_0-1684972131966.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53084i0CF8033B1797DA7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScatterChart190_0-1684972131966.png" alt="ScatterChart190_0-1684972131966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 00:01:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635170#M83334</guid>
      <dc:creator>ScatterChart190</dc:creator>
      <dc:date>2023-06-11T00:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a custom column property that contains double quote and equal sign?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635285#M83345</link>
      <description>&lt;P&gt;Are you trying to set Associative Array as column property?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1684995187909.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53103iE43D8CF49C832C3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1684995187909.png" alt="jthi_0-1684995187909.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
aa = ["CLASS_TYPE" =&amp;gt; "CLASS", "DATA_SOURCE" =&amp;gt; "WEB"];
dt:name &amp;lt;&amp;lt; Set Property("DATA", aa);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 06:13:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635285#M83345</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-05-25T06:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a custom column property that contains double quote and equal sign?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635684#M83382</link>
      <description>&lt;P&gt;Hi Jarmo:&lt;/P&gt;&lt;P&gt;Thanks for your help; however, for my JMP14, the script still gives "aa" instead of an array in the column property. Do you have any idea or suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Guanxiong&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScatterChart190_0-1685036195791.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53132i638C8BDB44AFF740/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScatterChart190_0-1685036195791.png" alt="ScatterChart190_0-1685036195791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 17:38:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635684#M83382</guid>
      <dc:creator>ScatterChart190</dc:creator>
      <dc:date>2023-05-25T17:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a custom column property that contains double quote and equal sign?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635689#M83383</link>
      <description>&lt;P&gt;Maybe you have to evaluate it. Below is one option&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
aa = ["CLASS_TYPE" =&amp;gt; "CLASS", "DATA_SOURCE" =&amp;gt; "WEB"];
Eval(EvalExpr(
	dt:name &amp;lt;&amp;lt; Set Property("DATA", Expr(aa));
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 May 2023 17:40:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/635689#M83383</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-05-25T17:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a custom column property that contains double quote and equal sign?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/636178#M83427</link>
      <description>&lt;P&gt;It works! Thanks for your help:)&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 21:04:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-custom-column-property-that-contains-double-quote/m-p/636178#M83427</guid>
      <dc:creator>ScatterChart190</dc:creator>
      <dc:date>2023-05-26T21:04:59Z</dc:date>
    </item>
  </channel>
</rss>

