<?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: sql and table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843952#M296468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't create duplicate post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/162003"&gt;How do I make sql query in qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 05:35:38 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-04-29T05:35:38Z</dc:date>
    <item>
      <title>sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843947#M296463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the cities in a table, when I use the "where City = 'Bangkok' "then qlikview shows all cities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what I can do that I only get bangkok and not all cities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Land1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Land,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gegevensbronnen\Land1.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq, no eof)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE City = 'Bangkok';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 17:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843947#M296463</guid>
      <dc:creator />
      <dc:date>2015-04-28T17:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843948#M296464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have to see the format of the fields in the file, but have you tried playing with file delimiter properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WHERE City = 'Bangkok';&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843948#M296464</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-28T18:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843949#M296465</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;where wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;City&lt;/SPAN&gt;, '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Bangkok&lt;/SPAN&gt;*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 20:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843949#M296465</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-28T20:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843950#M296466</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;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WHERE City like '*Bangkok*';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;could do if there are some other characters included in this field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 22:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843950#M296466</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-04-28T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843951#M296467</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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) = 'BANGKOK' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 01:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843951#M296467</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-04-29T01:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: sql and table</title>
      <link>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843952#M296468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't create duplicate post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/162003"&gt;How do I make sql query in qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 05:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-and-table/m-p/843952#M296468</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-29T05:35:38Z</dc:date>
    </item>
  </channel>
</rss>

