<?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 Multiple value names for the one value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177922#M45314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, long time reader, first time poster!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building a simple Qlikview application at the moment, the source data is a single excel file and all the data resides in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the data itself is quite messy. One problem I am encountering (I foresee many more!) at the moment is in the "Country" field. There has been no standardized data entry protocol, so for each country (e.g. Spain) I have multiple codes (e.g. ES, es, Spain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a tidy solution to this problem. IF statements? Mapping tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 18:04:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-20T18:04:17Z</dc:date>
    <item>
      <title>Multiple value names for the one value</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177922#M45314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, long time reader, first time poster!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building a simple Qlikview application at the moment, the source data is a single excel file and all the data resides in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the data itself is quite messy. One problem I am encountering (I foresee many more!) at the moment is in the "Country" field. There has been no standardized data entry protocol, so for each country (e.g. Spain) I have multiple codes (e.g. ES, es, Spain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a tidy solution to this problem. IF statements? Mapping tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 18:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177922#M45314</guid>
      <dc:creator />
      <dc:date>2011-01-20T18:04:17Z</dc:date>
    </item>
    <item>
      <title>Multiple value names for the one value</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177923#M45315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you had another table linked with country table, then you could use &lt;B&gt;distinct&lt;/B&gt;... But this seems not the case. I'm trying to do something to help you, if I find the solution I'll post here.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 18:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177923#M45315</guid>
      <dc:creator />
      <dc:date>2011-01-20T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Multiple value names for the one value</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177924#M45316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Country] = 'ES' or [Country] = 'e.g. ES' or [Country] = 'es' or [Country] = 'e.g Spain', 'Spain')&lt;/P&gt;&lt;P&gt;It's the easyest way that I found, on the other hand, it just work if the data is not so high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177924#M45316</guid>
      <dc:creator />
      <dc:date>2011-01-20T19:05:16Z</dc:date>
    </item>
    <item>
      <title>Multiple value names for the one value</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177925#M45317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Better using mapping table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177925#M45317</guid>
      <dc:creator />
      <dc:date>2011-01-20T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Multiple value names for the one value</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177926#M45318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 11:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-value-names-for-the-one-value/m-p/177926#M45318</guid>
      <dc:creator />
      <dc:date>2011-01-21T11:39:19Z</dc:date>
    </item>
  </channel>
</rss>

