<?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: Rename records based on values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934187#M646136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are satisfied, please close the thread by marking correct and/or helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 18:09:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-16T18:09:43Z</dc:date>
    <item>
      <title>Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934170#M646117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way in the script to rename records based on values.&amp;nbsp; i.e. in the field 'Type', I want any 1 to equal 'Private', 2 to equal 'General', etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934170#M646117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934171#M646118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the &lt;EM&gt;ApplyMap()&lt;/EM&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Blog Post &lt;A href="https://community.qlik.com/docs/DOC-3412"&gt;Joins and Lookups&lt;/A&gt; explains it as well as a few other things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934171#M646118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T18:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934172#M646119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Type]=1, 'Private', If([Type]=2, 'General', [Type]))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As [Type]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934172#M646119</guid>
      <dc:creator>sergiorey</dc:creator>
      <dc:date>2015-12-15T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934173#M646120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Type, 'Private', 'General'), 1, 2) as NewType&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934173#M646120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-15T18:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934174#M646121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an ApplyMap function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, load the table with the from/to columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FromTo:&lt;/P&gt;&lt;P&gt;Mapping load * inline [&lt;/P&gt;&lt;P&gt;From, To&lt;/P&gt;&lt;P&gt;1, Private&lt;/P&gt;&lt;P&gt;2, General&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('FromTo', Type, 'Default Value') as Type,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From ...;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934174#M646121</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2015-12-15T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934175#M646122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of these are working unfortunately.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It tells me that it does not recognize the 'Type' field when I apply these methods.&amp;nbsp; Any other thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934175#M646122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T19:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934176#M646124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it working when loading "Type" field without transformations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934176#M646124</guid>
      <dc:creator>sergiorey</dc:creator>
      <dc:date>2015-12-15T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934177#M646125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you don't have a field called Type. What is the name of the field that contains Private, General etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934177#M646125</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-15T20:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934178#M646126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 21:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934178#M646126</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-15T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934179#M646127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;I guess this thread is related to your previous thread: &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/thread/196715"&gt;Count total of 1s, 2s, 3s, 4s, and 5s in single expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So maybe you are having a field &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Type of PII] &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;instead you could use in those expressions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 23:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934179#M646127</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-12-15T23:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934180#M646129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field is called 'Type of PII' and has values 1 through 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 = General PII&lt;/P&gt;&lt;P&gt;2 = Sensitive PII&lt;/P&gt;&lt;P&gt;3 = Financial Information&lt;/P&gt;&lt;P&gt;4 = Medical Information&lt;/P&gt;&lt;P&gt;5 = Multiple Types&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934180#M646129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T16:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934181#M646130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adapting my former post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Use an ApplyMap function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;First, load the table with the from/to columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FromTo:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Mapping load * inline [&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From, To&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,General PII&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,Sensitive PII&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,Financial Information&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4,Medical Information&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5,Multiple Types&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Table:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('FromTo', [Type of PII], 'Default Value') as [Type of PII],&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From ...;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Eduardo&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934181#M646130</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2015-12-16T17:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934182#M646131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be clear...I load this first in my script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;FromTo:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;Mapping load * inline [&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;From, To&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,General PII&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,Sensitive PII&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,Financial Information&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4,Medical Information&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5,Multiple Types]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I load my table but where the [Type of PII] field would be, I put this instead?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ApplyMap('FromTo', [Type of PII], 'Default Value') as [Type of PII],&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934182#M646131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T17:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934183#M646132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934183#M646132</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2015-12-16T17:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934184#M646133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the following error message when applying that logic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Garbage after statement&lt;/P&gt;&lt;P&gt;FromTo:&lt;/P&gt;&lt;P&gt;Mapping load * inline [&lt;/P&gt;&lt;P&gt;From, To&lt;/P&gt;&lt;P&gt;1,General PII&lt;/P&gt;&lt;P&gt;2,Sensitive PII&lt;/P&gt;&lt;P&gt;3,Financial Information&lt;/P&gt;&lt;P&gt;4,Medical Information&lt;/P&gt;&lt;P&gt;5,Multiple Types]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934184#M646133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T17:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934185#M646134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you add semi-colon (;) after&amp;nbsp; ] at the end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FromTo:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From, To&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;1,General PII&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;2,Sensitive PII&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;3,Financial Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;4,Medical Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;5,Multiple Types&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;]&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934185#M646134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T17:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934186#M646135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934186#M646135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T18:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rename records based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934187#M646136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are satisfied, please close the thread by marking correct and/or helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-records-based-on-values/m-p/934187#M646136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T18:09:43Z</dc:date>
    </item>
  </channel>
</rss>

