<?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: Value labels in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84148#M37793</link>
    <description>&lt;P&gt;Your syntax is incorrect for setting a Value Labels.&amp;nbsp; If the RmG column is character, the label should be set with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column( dt, "RmG" ) &amp;lt;&amp;lt; Value Labels( {"0%" = " "} );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I suspect the RmG column might be a numeric column, and if so, the label should be set with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column( dt, "RmG" ) &amp;lt;&amp;lt; Value Labels( { 0 = " "} );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 26 Nov 2018 16:06:05 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-11-26T16:06:05Z</dc:date>
    <item>
      <title>Value labels</title>
      <link>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84144#M37791</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to replace "0,00%" by empty space via JSL inside the column "RmG"&lt;/P&gt;
&lt;P&gt;I wrote this script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column( dt, "RmG" ) &amp;lt;&amp;lt; Value Labels( {"0%"}, {""} );
Column( dt, "RmG" ) &amp;lt;&amp;lt; Use Value Labels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:40:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84144#M37791</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-12-03T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Value labels</title>
      <link>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84148#M37793</link>
      <description>&lt;P&gt;Your syntax is incorrect for setting a Value Labels.&amp;nbsp; If the RmG column is character, the label should be set with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column( dt, "RmG" ) &amp;lt;&amp;lt; Value Labels( {"0%" = " "} );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I suspect the RmG column might be a numeric column, and if so, the label should be set with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column( dt, "RmG" ) &amp;lt;&amp;lt; Value Labels( { 0 = " "} );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:06:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84148#M37793</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-11-26T16:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Value labels</title>
      <link>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84877#M37993</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't work and I don't understand why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:07:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84877#M37993</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-12-03T16:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Value labels</title>
      <link>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84878#M37994</link>
      <description>&lt;P&gt;Can you give some more details about how it doesn't work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the Value Label property applied but you have values that are not getting labeled? If so, we'll need some details about the column, like it's data type and the values in it? Posting a small sample that demonstrates the problem would be best.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, is the Value Label property not applied at all from your JSL? If so, is there any error message in the Log Window?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:43:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-labels/m-p/84878#M37994</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-12-03T16:43:12Z</dc:date>
    </item>
  </channel>
</rss>

