<?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: How do I update data while loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065407#M356249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally got your code to work.&amp;nbsp; I didn't realize the ApplyMap('MAP', &lt;STRONG&gt;Unit&amp;nbsp; &lt;/STRONG&gt; was case sensitive.&amp;nbsp;&amp;nbsp; Finally tried it again and it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help and support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 16:50:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-12T16:50:38Z</dc:date>
    <item>
      <title>How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065403#M356245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel document that contains:&lt;/P&gt;&lt;P&gt;ShowUnitName&amp;nbsp; (this is the way they want the dept to appear)&lt;/P&gt;&lt;P&gt;List 1 (List 1 through 4 contains the many ways some data contributors enter the units into their systems&lt;/P&gt;&lt;P&gt;List 2&lt;/P&gt;&lt;P&gt;List3&lt;/P&gt;&lt;P&gt;List4&lt;/P&gt;&lt;P&gt;ShowDivisionName (each unit is associated with a division - for example:&amp;nbsp; ICU could be located at 3 divisions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have 3 sql tables and 1 xls document loading data.&amp;nbsp; I use a concatenate to load the data.&amp;nbsp; Each time I load the data, I name the Units "LinkUnit" and I name the Divisions "LinkDivision"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if I should use Mapping, previous, or what...&amp;nbsp; to get the Units updated to the ShowUnitName.&amp;nbsp;&amp;nbsp; My if statement would contain both the Unit and the Division to make the match.&amp;nbsp; There is no matching ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the dashboard I want the dimensions to be:&amp;nbsp;&amp;nbsp; Date (which I have working find), Unit and Division.&amp;nbsp; Can you please let me know how I can do this.&amp;nbsp; I'm new...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Michelle Scullion - I've added a file.  Hope it explains a little better my question.  Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065403#M356245</guid>
      <dc:creator />
      <dc:date>2016-01-11T15:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065404#M356246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle Scullion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share with us a .qvw file or some samples of your data or even a document witch provide further more informations with examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 16:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065404#M356246</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-01-11T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065405#M356247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand, you need to do data cleansing, because data contributors are using different names for the same unit.&lt;/P&gt;&lt;P&gt;You could use a MAPPING approach to solve this, like this (assuming that the same names different Lists are not used for different Units): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TMPMAP:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD List1 as List, ShowUnitName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM YourExcel;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD List2 as List, ShowUnitName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FROM YourExcel;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD List3 as List, ShowUnitName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FROM YourExcel;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD List4 as List, ShowUnitName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FROM YourExcel;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;MAP:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;MAPPING &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD List, ShowUnitName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;RESIDENT TMPMAP;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;DROP TABLE TMPMAP;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FACT:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD Date,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP', Unit, 'No Map Found') as Unit // here we clean the data entries&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FROM YourFactTable;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;UNIT:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ShowUnitName&amp;nbsp; as Unit, &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShowDivisionName as Division&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM YourExcel;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 16:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065405#M356247</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-11T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065406#M356248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;I uploaded sample files.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065406#M356248</guid>
      <dc:creator />
      <dc:date>2016-01-11T20:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065407#M356249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally got your code to work.&amp;nbsp; I didn't realize the ApplyMap('MAP', &lt;STRONG&gt;Unit&amp;nbsp; &lt;/STRONG&gt; was case sensitive.&amp;nbsp;&amp;nbsp; Finally tried it again and it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help and support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065407#M356249</guid>
      <dc:creator />
      <dc:date>2016-01-12T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065408#M356250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So...&amp;nbsp;&amp;nbsp; What I needed to do was for each Division, create a MAP - then utilize an If statement to for each unit, and based on the unit apply the correct map.&amp;nbsp;&amp;nbsp; it took a while for me to figure it out, but it works wonderfully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your support and contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065408#M356250</guid>
      <dc:creator />
      <dc:date>2016-01-22T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update data while loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065409#M356251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to hear that you got it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option might be to create a composite key of Division &amp;amp; Unit for the mapping table, then you might be able to just use a single ApplyMap('MAP', Division &amp;amp; Unit).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-update-data-while-loading/m-p/1065409#M356251</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T16:42:27Z</dc:date>
    </item>
  </channel>
</rss>

