<?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: IF Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912487#M986262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a mapping load&lt;/P&gt;&lt;P&gt;map22:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;From,To&lt;/P&gt;&lt;P&gt;EDM.EMEACust,Customer Master&lt;/P&gt;&lt;P&gt;EDM.CUSTOMER,Customer Master&lt;/P&gt;&lt;P&gt;EDM.LACust,Customer Master&lt;/P&gt;&lt;P&gt;EDM.MTB,Vendor Master&lt;/P&gt;&lt;P&gt;EDM.PTP,Finance Master&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,ApplyMap('map22',YourField,'NA')as Result Resident mytable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 09:05:56 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-06T09:05:56Z</dc:date>
    <item>
      <title>IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912485#M986260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help on applying IF condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 5 groups related to Master Data and out of 5, 3 are related to Customer Master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="120" style="width: 413px; height: 34px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="64"&gt;&lt;SPAN style="font-size: 10pt;"&gt;EDM.EMEACust&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;&lt;SPAN style="font-size: 10pt;"&gt;EDM.CUSTOMER&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;&lt;SPAN style="font-size: 10pt;"&gt;EDM.LACust&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;&lt;SPAN style="font-size: 10pt;"&gt;EDM.MTB&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;&lt;SPAN style="font-size: 10pt;"&gt;EDM.PTP&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 3 groups are realted to Customer master... 4 is for Vendor and 5 is for Finance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result should in this model.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="83" style="width: 191px; height: 85px;" width="189"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="64"&gt;Customer Master&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;Vendor Master&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;Finance Master&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912485#M986260</guid>
      <dc:creator />
      <dc:date>2015-08-05T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912486#M986261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=if(match([Master Data],'EDM.EMEACust','EDM.CUSTOMER','EDM.LACust'),'Custome Master',IF([Master Data]='EDM.MTB','Vendor Master',IF([Master Data]='EDM.PTP','Finance Master','')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or is back-end:&lt;/P&gt;&lt;P&gt;if(match([Master Data],'EDM.EMEACust','EDM.CUSTOMER','EDM.LACust'),'Custome Master',IF([Master Data]='EDM.MTB','Vendor Master',IF([Master Data]='EDM.PTP','Finance Master',''))) as Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 02:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912486#M986261</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-08-06T02:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912487#M986262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a mapping load&lt;/P&gt;&lt;P&gt;map22:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;From,To&lt;/P&gt;&lt;P&gt;EDM.EMEACust,Customer Master&lt;/P&gt;&lt;P&gt;EDM.CUSTOMER,Customer Master&lt;/P&gt;&lt;P&gt;EDM.LACust,Customer Master&lt;/P&gt;&lt;P&gt;EDM.MTB,Vendor Master&lt;/P&gt;&lt;P&gt;EDM.PTP,Finance Master&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,ApplyMap('map22',YourField,'NA')as Result Resident mytable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 09:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Condition/m-p/912487#M986262</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-06T09:05:56Z</dc:date>
    </item>
  </channel>
</rss>

