<?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: Load an additional table for data normalization? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968295#M331740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will do, so does that mean for the company names that do not require normalization, I also need to have a line (in the load inline) for it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 16:15:17 GMT</pubDate>
    <dc:creator>samuel_lin</dc:creator>
    <dc:date>2015-10-27T16:15:17Z</dc:date>
    <item>
      <title>Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968291#M331736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of companies for example: google, Google, GOOGLE, google.com and I want all of these to be just Google. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there a way that I can load a table into Qlikview and normalized the name using that table as a reference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such a table in my mind would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normalized Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name4&lt;/P&gt;&lt;P&gt;Google&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOOGLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; google&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; google.com&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Google&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thought?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968291#M331736</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-26T21:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968292#M331737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with Mapping Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MappingNames:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variation, NormalizedName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GOOGLE, Google&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;google, Google&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;google.com, Google&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Google, Google&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MainTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD yourFields,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt; ApplyMap('MappingNames', CompanyName) as NormalizedCompanyName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 15:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968292#M331737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-27T15:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968293#M331738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about just using the UPPER() function to have the word all uppercase, no matter what, and just removing those endings by way of the SUBFIELD() function? Wouldn't that do as well - in this example anyway ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 15:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968293#M331738</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-10-27T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968294#M331739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello DataNibbler, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I considered UPPER before, but for the cases of google.com, BCG (or Boston Consulting Group), Upperand SUBFIELD wouldn't meet the need for this purpose. Thank you for thinking through this for me, really do appreciate it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968294#M331739</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-27T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968295#M331740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will do, so does that mean for the company names that do not require normalization, I also need to have a line (in the load inline) for it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968295#M331740</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-27T16:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968296#M331741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Not really, I think this should help:&lt;/SPAN&gt;&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;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-style: inherit; font-family: inherit;"&gt;MappingNames:&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="color: #575757; font-style: inherit; font-family: inherit;"&gt;Mapping&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Variation, NormalizedName&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;GOOGLE, Google&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;google, Google&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;google.com, Google&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Google, Google&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MainTable:&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD yourFields,&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName,&lt;/STRONG&gt;&lt;/SPAN&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;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ApplyMap('MappingNames', CompanyName&lt;SPAN style="color: #ff0000;"&gt;, CompanyName&lt;/SPAN&gt;) as NormalizedCompanyName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&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 style="color: #3d3d3d; font-style: inherit; font-family: inherit;"&gt;FROM source;&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now wherever the CompanyName doesn't find a hit in the Mapping Table, it will just return the original CompanyName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968296#M331741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-27T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968297#M331742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that I can add ApplyMap in the section of the MainTable? When I tried it, with loading inline first on the top, basically the same way you lay out, but I got error loading messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this line: &lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;ApplyMap('MappingNames', CompanyName&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, CompanyName&lt;/SPAN&gt;) as NormalizedCompanyName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doesn't make sense to me, should it refer to NormalizedName somewhere in the ApplyMap function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968297#M331742</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-27T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968298#M331743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually, nevermind, I think i got it to work, I forgot to type comma after the line for next line, let me test and keep you posted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968298#M331743</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-27T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968299#M331744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968299#M331744</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-27T17:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968300#M331745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mapping works, thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder, is there a way to do wild mapping? such as long as i have "google" in a string: "amazonapple&lt;STRONG&gt;google&lt;/STRONG&gt;samsung"&amp;nbsp; to be normalized as google? and even to be case insensitive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 17:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968300#M331745</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2015-10-28T17:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968301#M331746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't do case insensitive directly...but by using upper() or lower() for that matter and forcing all text values to one case for comparison purposes only, you can get around this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as the wild mapping is concerned, try index() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('amazonapplegooglesamsung', 'google') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968301#M331746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load an additional table for data normalization?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968302#M331747</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/188907"&gt;if condition&lt;/A&gt;&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 00:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-an-additional-table-for-data-normalization/m-p/968302#M331747</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-29T00:29:50Z</dc:date>
    </item>
  </channel>
</rss>

