<?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: Problem with &amp;quot;join&amp;quot;, please help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981498#M335038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100688_1.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Keyresult, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClientProduct, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthYear, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as Id&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="185025" data-objecttype="1" href="https://community.qlik.com/thread/185025"&gt;https://community.qlik.com/thread/185025&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Rowno, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AcceptedClientProd as ClientProduct, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FlagAccepted&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="185025" data-objecttype="1" href="https://community.qlik.com/thread/185025"&gt;https://community.qlik.com/thread/185025&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @2);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 17:41:35 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-10-01T17:41:35Z</dc:date>
    <item>
      <title>Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981494#M335034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thank you for reading!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my problem: I am developing an app that requires for me to add a flag of accepted combination of products and clients.&lt;/P&gt;&lt;P&gt;This is a cost app, that after making all the calculations and getting a result, that result must be reviewed using this flag,( I might no be too specific, if that is the case please ask me more), so my solution was to add an inline table with the accepted combination of product-client and also load a number "1" as the so called flag; but I cant merge this two tables together with a left join because my inline does not have months and my result table does, so my solution was to just join the month field from the result table to the inline but it didn't worked (it kept repeating values), so my question is: How do I add a new unique value (months) in my inline table with out getting repetition of the inline data???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some tables explaining my problem:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Keyresult&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ClientProduct&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jan 2015|Walmart|Xboxone&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Walmart|Xboxone&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;2014|Walmart|Playstation4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Playstation4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;2015|&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;March 2015|Costco|Playstation4&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Costco|Playstation4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Marh 2015&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above table represents my results table, where the combination "Walmart|Playstation4" is an error, this is because the company does not sale Playstation4 to Walmart,, but they do sale that product to Costco. The reason of this error is that the people filling up orders have two different columns to choose from when filling an order (Client and Product), and some times they do it wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inline table with the flag I mention before would look like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Rowno&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;AcceptedClientProd&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;FlagAccepted&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Costco|Playstation4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I need the month to do a correct "left join", what I got when joining the month from the results table to this one was something like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Rowno&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;MYAcceptes&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #ffffff; font-size: 13.3333px; text-align: center; background-color: #6690bc;"&gt;AcceptedClientProd&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333px; text-align: center;"&gt;FlagAccepted&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Walmart|Xboxone&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This of course this (the repetition) happens for every month and for every combination of accepted client and product, this is only and example, the real one has periods from 2013 and when this happens my computer frozes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please if you know how to help me, i would be really grateful for your help, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981494#M335034</guid>
      <dc:creator />
      <dc:date>2015-10-01T17:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981495#M335035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your example - it doesn't seem as if you need to include month in your inline table (unless a flag is acceptable for one month but not the next for the same AcceptedClientProd). In any case you should be able to do a LEFT Join on AcceptedClientProd instead of doing it on KeyResult. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also do a mapping load instead.&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaptoFlag:&lt;/P&gt;&lt;P&gt;MAPPING&lt;/P&gt;&lt;P&gt;LOAD (INLINE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AcceptedClientProd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would load in your data and use applymap with the AcceptedClientProd field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see if I can draft up an example of this to show you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Camile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981495#M335035</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981496#M335036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Camile and thank you for your answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, the combinations are the same of every moths, but I wanted to include the month in the table just in case they would ask me to change it in the future. what I mean is that right now the company might not be selling play stations to walmart, but if they start doing it in the next month, then the combination would be an accepted one and the month would play an important role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try to do the applymap thing, I actually didnt think about that &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will wait for you example too though &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981496#M335036</guid>
      <dc:creator />
      <dc:date>2015-10-01T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981497#M335037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both examples are attached (applymap and left join).&lt;/P&gt;&lt;P&gt;Just switch the exit script to get either option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Camile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981497#M335037</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981498#M335038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100688_1.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Keyresult, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClientProduct, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthYear, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as Id&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="185025" data-objecttype="1" href="https://community.qlik.com/thread/185025"&gt;https://community.qlik.com/thread/185025&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Rowno, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AcceptedClientProd as ClientProduct, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FlagAccepted&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="185025" data-objecttype="1" href="https://community.qlik.com/thread/185025"&gt;https://community.qlik.com/thread/185025&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @2);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981498#M335038</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-01T17:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981499#M335039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mapping worked, but I have an other question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to sum all the errors and add them to the result table as a dimension called: "others" under the column of Client|Product. By any chance you happen to know how to do that agregation and then add the new dimension?&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>Thu, 01 Oct 2015 17:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981499#M335039</guid>
      <dc:creator />
      <dc:date>2015-10-01T17:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with "join", please help.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981500#M335040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I follow - is it that you want a new field in your data that has all the appropriate/non flagged records and then all other records to be grouped in "Others".&lt;/P&gt;&lt;P&gt;If so change the script accordingly (adding an if statement):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="100690" alt="flagerrors.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100690_flagerrors.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="100691" alt="flagtableerrors.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100691_flagtableerrors.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is it that you actually want to "sum" the errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Camile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 18:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-quot-join-quot-please-help/m-p/981500#M335040</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T18:05:29Z</dc:date>
    </item>
  </channel>
</rss>

