<?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: A Where LOAD with a pick Match in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1862872#M71196</link>
    <description>&lt;P&gt;It seems to be a AND condition in where clause, but not sure. Could you explain with an example?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 06:29:00 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2021-11-24T06:29:00Z</dc:date>
    <item>
      <title>A Where LOAD with a pick Match</title>
      <link>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1862860#M71194</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking to do the below:&lt;/P&gt;
&lt;P&gt;I want to load a table, but have it so that it changes certain information due to outliers.&lt;/P&gt;
&lt;P&gt;For example, I would like to Load *, but where IP DESC='Bread', have its associated Platform='Food' rather then 'Carb', which it currently equals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the best way to do this?&lt;/P&gt;
&lt;P&gt;Material_MasterTable_Final:&lt;BR /&gt;LOAD&lt;BR /&gt;IP,&lt;BR /&gt;"IP Desc",&lt;BR /&gt;Platform,&lt;BR /&gt;Platform_Type&lt;BR /&gt;&lt;BR /&gt;FROM [FILE LOCATION]&lt;BR /&gt;(qvd)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1862860#M71194</guid>
      <dc:creator>nathan_roadshow</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: A Where LOAD with a pick Match</title>
      <link>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1862872#M71196</link>
      <description>&lt;P&gt;It seems to be a AND condition in where clause, but not sure. Could you explain with an example?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 06:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1862872#M71196</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-11-24T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: A Where LOAD with a pick Match</title>
      <link>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1863313#M71236</link>
      <description>&lt;P&gt;maybe&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Material_MasterTable_Final:
LOAD IP,
     [IP Desc],
     If([IP Desc]='Bread','Food',Platform) as Platform,
     Platform_Type
FROM [FILE LOCATION] (qvd);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 21:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-Where-LOAD-with-a-pick-Match/m-p/1863313#M71236</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-24T21:27:39Z</dc:date>
    </item>
  </channel>
</rss>

