<?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 loading data with filter from SQL in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852867#M11771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to load data with filter from SQL into qlik sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to load data from a specific date range only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g from 2005 to present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have found on forum how to do this for txt file &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(but i need to do this for SQL) ...&lt;/SPAN&gt; but only for between to dates. but i need 2005 to present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/60558"&gt;Loading data with filter on date&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 18:31:00 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-04-29T18:31:00Z</dc:date>
    <item>
      <title>loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852867#M11771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to load data with filter from SQL into qlik sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to load data from a specific date range only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g from 2005 to present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have found on forum how to do this for txt file &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(but i need to do this for SQL) ...&lt;/SPAN&gt; but only for between to dates. but i need 2005 to present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/60558"&gt;Loading data with filter on date&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852867#M11771</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-29T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852868#M11772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let vstart='20150101';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let vend=date(Today(), 'YYYYMMD');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM somesqlservertable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where dat_data &amp;gt;= '$(vstart)' and dat_data &amp;lt;= '$(vend)'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 19:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852868#M11772</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-29T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852869#M11773</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;Here's some examples :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle : WHERE MyDate BETWEEN TO_DATE('01/01/2005','mm/dd/yyyy') AND SYSDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql Server 2012 : WHERE MyDate &amp;gt;= CAST('01/01/2005' AS DATE) AND MyDate &amp;lt;= GETDATE()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xavier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 19:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852869#M11773</guid>
      <dc:creator />
      <dc:date>2015-04-29T19:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852870#M11774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this worked fab, but would like to as well only 2005 load e.g certain departments data criteria too from SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this to get my drop down &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Wildmatch([DepartmentCode], '*999'), [Department]) as [Department],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would I use this to only load in certain department data too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852870#M11774</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-30T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852871#M11775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant to say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Wildmatch([DepartmentCode], '*999'), [Department]) as [DepartmentDropDown],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852871#M11775</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-30T12:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852872#M11776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;filter in&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; Qlik&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;where wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[DepartmentCode], '*999')&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM somesqlservertable&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;where dat_data &amp;gt;= '$(vstart)' and dat_data &amp;lt;= '$(vend)'&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;filter in Sql&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM somesqlservertable&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;where dat_data &amp;gt;= '$(vstart)' and dat_data &amp;lt;= '$(vend)'&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;and departmentcode like '%999'&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 13:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852872#M11776</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-30T13:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: loading data with filter from SQL</title>
      <link>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852873#M11777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A *** brill xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-data-with-filter-from-SQL/m-p/852873#M11777</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-30T14:03:06Z</dc:date>
    </item>
  </channel>
</rss>

