<?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 Renaming Field Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447619#M433655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDTOCProfitCenter:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PROFIT_CTR.PROFIT_CTR as [TOCLOC],&lt;/P&gt;&lt;P&gt;PROFIT_CTR.TXTMD as [TOC Location]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vLoadpath2)PROFIT_CTR.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where exists ([TOCLOC], [PROFIT_CTR.PROFIT_CTR])&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.CO_AREA = 'HOL'&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.LANGU = 'E'&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.DATETO &amp;gt; Today() and&lt;/P&gt;&lt;P&gt;PROFIT_CTR.DATEFROM &amp;lt;= Today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This load gives me identical names for different PC ID's. How can I override these field names? In other words, for ID# 5555 I want to name it 'Field Value 1' and for 5556 I want 'Field Value 2', instead of 5555 and 5556 both named the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 19:54:06 GMT</pubDate>
    <dc:creator>nrwlafhus</dc:creator>
    <dc:date>2017-09-06T19:54:06Z</dc:date>
    <item>
      <title>Renaming Field Values</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447619#M433655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDTOCProfitCenter:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PROFIT_CTR.PROFIT_CTR as [TOCLOC],&lt;/P&gt;&lt;P&gt;PROFIT_CTR.TXTMD as [TOC Location]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vLoadpath2)PROFIT_CTR.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where exists ([TOCLOC], [PROFIT_CTR.PROFIT_CTR])&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.CO_AREA = 'HOL'&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.LANGU = 'E'&lt;/P&gt;&lt;P&gt;and PROFIT_CTR.DATETO &amp;gt; Today() and&lt;/P&gt;&lt;P&gt;PROFIT_CTR.DATEFROM &amp;lt;= Today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This load gives me identical names for different PC ID's. How can I override these field names? In other words, for ID# 5555 I want to name it 'Field Value 1' and for 5556 I want 'Field Value 2', instead of 5555 and 5556 both named the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 19:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447619#M433655</guid>
      <dc:creator>nrwlafhus</dc:creator>
      <dc:date>2017-09-06T19:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Values</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447620#M433656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your Field ID# a fieldname which has values like 5555, 5556? How many values you have to change? You can use a pick(Match()) or a Mapping table. Give us some more info to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 21:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447620#M433656</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-06T21:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Values</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447621#M433657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, [TOCLOC] is the field ID# which has values like 5555, 5556. I have two [TOCLOC] ID #s that have the same [TOC Location] name. It is the [TOC Location] name that I want to modify. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447621#M433657</guid>
      <dc:creator>nrwlafhus</dc:creator>
      <dc:date>2017-09-07T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Values</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447622#M433658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused, would you mind posting some sample data with your expected output so that we can figure it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Values/m-p/1447622#M433658</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-07T14:56:48Z</dc:date>
    </item>
  </channel>
</rss>

