<?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 how to load data from database with condition apply in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144343#M374624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in loading the data from database which should restrict rows based on my condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: select * from ot_sales where sm_code='E2783';&amp;nbsp; (this is an sql stmt. how to apply this in qlikview while loading)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2016 12:55:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-21T12:55:18Z</dc:date>
    <item>
      <title>how to load data from database with condition apply</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144343#M374624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in loading the data from database which should restrict rows based on my condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: select * from ot_sales where sm_code='E2783';&amp;nbsp; (this is an sql stmt. how to apply this in qlikview while loading)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 12:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144343#M374624</guid>
      <dc:creator />
      <dc:date>2016-08-21T12:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to load data from database with condition apply</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144344#M374625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can continue using your SQL in QlikView as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableName:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ot_sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;WHERE sm_code = 'E2783';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if for some reason you want to apply this in QlikView, you can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TableName:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Where &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;sm_code = 'E2783'&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FROM ot_sales;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 23:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144344#M374625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-21T23:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to load data from database with condition apply</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144345#M374626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think this conditions can be handled in qlikview set analysis load all data into qlikview instead of conditions&lt;/P&gt;&lt;P&gt;apply set analysis for expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sm_code={'E2783'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 04:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144345#M374626</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-08-22T04:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to load data from database with condition apply</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144346#M374627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-data-from-database-with-condition-apply/m-p/1144346#M374627</guid>
      <dc:creator />
      <dc:date>2016-09-08T09:15:53Z</dc:date>
    </item>
  </channel>
</rss>

