<?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: My AppMap recode with condition not return correct value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267905#M623238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The site is blocked , attache the files directly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 06:29:34 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-01-18T06:29:34Z</dc:date>
    <item>
      <title>My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267902#M623235</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;&lt;/P&gt;&lt;P&gt;I have below script with the help from Staffen and HIC which using loop to load multiple raw data , is work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=0 TO NoOfRows('FileList_Sales') -1 &lt;/P&gt;&lt;P&gt;LET vFile = PEEK('FileName_Sales', $(i), 'FileList_Sales');&lt;/P&gt;&lt;P&gt;For each vFileName in FileList('$(vRAWPath)*.txt')&lt;/P&gt;&lt;P&gt;if(subfield(subfield('$(vFileName)','\',-1),'.',1) = '$(vFile)') then&lt;/P&gt;&lt;P&gt;sales:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; FileBaseName() as SOURCE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'SALES' as table,&lt;/P&gt;&lt;P&gt;&amp;nbsp; @50:60T as [date],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; @10:38T as [COMPANY],&lt;/P&gt;&lt;P&gt;&amp;nbsp; @307:312T as [grouping], &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MapGroup_SG',@307:312T) as [GROUP_CLASS_TDS],&lt;/P&gt;&lt;P&gt;&amp;nbsp; @121:133T as [cost]&lt;/P&gt;&lt;P&gt;FROM "$(vFileName)" (ansi, fix, no labels, header is 0, record is line);&amp;nbsp; &lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;Next vFileName&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is when i using below script to recode grouping to GROUP_CLASS_3 Is not return correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales_G:&lt;/P&gt;&lt;P&gt;LOAD grouping,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (SOURCE='Q_DOD_2016',ApplyMap('MapGrouping_SG',grouping),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (SOURCE='Q_FCKL09',ApplyMap('MapGrouping_MY',grouping),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )) as [GROUP_CLASS_3]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enclosed my QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 05:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267902#M623235</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T05:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267903#M623236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the data your excepting ?? could you please share the excel files also so that we could check the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267903#M623236</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T06:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267904#M623237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help , Below is the link you can download my QV DOC with raw data for testing, pls unzip and copy to C:\RECODE_GROUP folder :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;https://www.dropbox.com/s/civp4bt9i23p7ie/RECODE%20GROUP%20AT%20LOAD%20SCRIPT_.zip?dl=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expectation I show it at QVW sheet. When SOURCE = Q_DOD_2016 , I expect to see GROUP_CLASS3 = G1-SG , when grouping = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267904#M623237</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T06:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267905#M623238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The site is blocked , attache the files directly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267905#M623238</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267906#M623239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed is my zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267906#M623239</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T06:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267907#M623240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked your files you don't have the proper the keys for mapping ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the duplicate data and hence your seeing the data for both ..add the &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GROUP_CLASS3 &lt;/SPAN&gt; as list box and check the &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;G1-SG&lt;/SPAN&gt; you will see the data ...avoid&amp;nbsp; the duplicate data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267907#M623240</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267908#M623241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know why date got to do with field name grouping &amp;amp; GROUP_CLASS3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As now I only need to recode my field from grouping to GROUP_CLASS3 , it will not affect by date . Date will be affect if I want to do compute sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 data file is filter by SOURCE field. Again it will not link to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can share with me why date field is link ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267908#M623241</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T07:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267909#M623242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forget to mention to you, when I recode grouping with out add condition , I can recode with out any issue for individual SOURCE table, I get issue when I do Mapping with condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I doing Mapping with out condition , the field name for 2 SOURCE table must be unique , so I cannot have 2 seperate field name for GROUP_CLASS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267909#M623242</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267910#M623243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like the attached file you will get the correct results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales_G:&lt;/P&gt;&lt;P&gt;LOAD grouping,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SOURCE as NEW_SOURCE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (SOURCE='Q_DOD_2016',ApplyMap('MapGrouping_SG',grouping),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (SOURCE='Q_FCKL09',ApplyMap('MapGrouping_MY',grouping),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )) as [GROUP_CLASS_3]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident sales;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267910#M623243</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T08:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267911#M623244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain to me what need to need to  SOURCE as NEW_SOURCE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267911#M623244</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267912#M623245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok , let me explain &lt;/P&gt;&lt;P&gt;*First, all your conditions are fine&lt;/P&gt;&lt;P&gt;*You have created the &lt;STRONG&gt;sales_G&lt;/STRONG&gt; table and liking the &lt;STRONG&gt;sales&lt;/STRONG&gt; table via &lt;STRONG&gt;grouping &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*grouping field doesn't have the unique key because of which it showing all the related files associated via &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;grouping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*What is did is in the new table &lt;STRONG style="font-size: 13.3333px;"&gt;sales_G&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;I created the NEW_SOURCE so that will get the right combination &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one more way to do this is &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sales table create a key like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOURCE&amp;amp;'-'&amp;amp;&lt;STRONG style="font-size: 13.3333px;"&gt;grouping&lt;/STRONG&gt; as KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create&amp;nbsp; similar key and an indicator like below&amp;nbsp; in &lt;STRONG style="font-size: 13.3333px;"&gt;sales_G&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;table &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SOURCE&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;grouping&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;STRONG style="font-size: 13.3333px;"&gt;sales_G&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;' as Indicator,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and use the&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Indicator&lt;/SPAN&gt; in set analysis to get the rite data ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope you understand now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267912#M623245</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267913#M623246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow your understanding of data model is very well. In the first place how do know figure out that link issue ? I just want to learn from you how you do trouble shooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the way I do the recode it is call partial reload or resident load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267913#M623246</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267914#M623247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It comes by experience &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;*First I checked how is the data &lt;/P&gt;&lt;P&gt;*Then saw what the results your getting , you had both the values and then I checked the mapping key and got the issue from their &lt;/P&gt;&lt;P&gt;I suggest you to verify it step by step the is the best approach &lt;/P&gt;&lt;P&gt;if you have got the answer mark the correct answer and close this thread &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267914#M623247</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267915#M623248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to trouble you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just got internet , and i have check the result . I notice that the result is still wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly note that GROUP_CLASS1 return correct value , but GROUP_CLASS3 return wrong value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As when grouping = 1 , for Q_DOD_2016 should be recode to G1-SG&lt;/P&gt;&lt;P&gt;As when grouping = 1 , for Q_FCKL09 should be recode to G1-MY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly take a look at the enclosed QVW. Refer to Table 1. I am using the QVW you send me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 10:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267915#M623248</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267916#M623249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 10:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267916#M623249</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267917#M623250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw you create a key to link the 2 table. Thank you very much finally now working fine , i can sleep well .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 12:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267917#M623250</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: My AppMap recode with condition not return correct value.</title>
      <link>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267918#M623251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha nice ..have a good sleep &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 13:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-AppMap-recode-with-condition-not-return-correct-value/m-p/1267918#M623251</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-18T13:02:55Z</dc:date>
    </item>
  </channel>
</rss>

