<?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: Changing value label in the entire data set in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Changing-value-label-in-the-entire-data-set/m-p/573513#M78252</link>
    <description>&lt;P&gt;Here is the syntax required to change the value labels for a column&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/Big Class.jmp");

// English
EnglishList = {"F" = "Female", "M" = "Male"};
dt:sex&amp;lt;&amp;lt;set property(value labels( EnglishList ) );
/*
// German
GermanList = {"F" = "Weiblich", "M" = "Männlich"};
dt:sex&amp;lt;&amp;lt;set property(value labels( GermanList ) );
*/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 12:10:33 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-11-25T12:10:33Z</dc:date>
    <item>
      <title>Changing value label in the entire data set</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-value-label-in-the-entire-data-set/m-p/573437#M78247</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have the following problem at hand:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My variables have value labels in English and I need to replace them with a language overlay of another language. I have English and other languages in a structured format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way to export the value labels and import the new ones? With variable names, I just copy paste, which works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With value labels I haven't found a solution yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:57:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-value-label-in-the-entire-data-set/m-p/573437#M78247</guid>
      <dc:creator>Luq2</dc:creator>
      <dc:date>2023-06-10T23:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing value label in the entire data set</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-value-label-in-the-entire-data-set/m-p/573513#M78252</link>
      <description>&lt;P&gt;Here is the syntax required to change the value labels for a column&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/Big Class.jmp");

// English
EnglishList = {"F" = "Female", "M" = "Male"};
dt:sex&amp;lt;&amp;lt;set property(value labels( EnglishList ) );
/*
// German
GermanList = {"F" = "Weiblich", "M" = "Männlich"};
dt:sex&amp;lt;&amp;lt;set property(value labels( GermanList ) );
*/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 12:10:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-value-label-in-the-entire-data-set/m-p/573513#M78252</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-25T12:10:33Z</dc:date>
    </item>
  </channel>
</rss>

