<?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: How to use like operator in Inline LOAD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287857#M403063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of:&lt;/P&gt;&lt;P&gt;Where GLCODE like 'SINGTOP*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Where left(GLCODE,7) = 'SINGTOP';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 15:15:11 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2017-03-14T15:15:11Z</dc:date>
    <item>
      <title>How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287856#M403062</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;I have attached one application in which i want to use like operator in inline load..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i have used it in Resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to resolve the issue.&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, 14 Mar 2017 15:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287856#M403062</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-14T15:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287857#M403063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of:&lt;/P&gt;&lt;P&gt;Where GLCODE like 'SINGTOP*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Where left(GLCODE,7) = 'SINGTOP';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287857#M403063</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-03-14T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287858#M403064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what you want to achieve.&lt;/P&gt;&lt;P&gt;What's your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All in a single load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;LOAD Policyno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GLCODE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;WHERE GLCODE like 'SINGTOP*';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287858#M403064</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-14T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287859#M403065</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;Thanks Stefan for help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; almost have more than 20 To 30 lacs data and from that i want to filter data on the basis of certain GLCODES to use it further.&lt;/P&gt;&lt;P&gt;If i put this in where clause then it is taking lot of time so i have used it in a Residential load..but it added one more step to filter data.&lt;/P&gt;&lt;P&gt;So i am trying to use it in a Inline load..but I don't know how to write (GLCODE like 'SINGTOP*') in Inline load..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287859#M403065</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-14T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287860#M403066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extending Stefan's where clause you can use the same in your inline load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Policyno, GLCODE&lt;/P&gt;&lt;P&gt;123456,&amp;nbsp;&amp;nbsp; PREMINCOME01-MAT&lt;/P&gt;&lt;P&gt;3245698, SINGTOP-MAT&lt;/P&gt;&lt;P&gt;456987,&amp;nbsp;&amp;nbsp; PREMINCOME01-REN&lt;/P&gt;&lt;P&gt;987456,&amp;nbsp;&amp;nbsp; SINGTOP-RAS&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;WHERE GLCODE Like 'SINGTOP*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are looking? If not can you tell us what the issue with you load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287860#M403066</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-14T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287861#M403067</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;I want to know how to use like operator &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GLCODE like 'SINGTOP*'&lt;/SPAN&gt; in Inline load...e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;BILLFREQ&lt;/P&gt;&lt;P&gt;00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;This will filter data where Billing Frequency is 00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way i want to use like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GLCODE like 'SINGTOP*'&lt;/SPAN&gt; in Inline load..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287861#M403067</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-14T16:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287862#M403068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my inline load sent earlier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287862#M403068</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-14T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287863#M403069</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;The data which i have given is sample data but actually i am having more than 20 to 30 lacs data..so i can not mentioned the way you have given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287863#M403069</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-14T16:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use like operator in Inline LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287864#M403070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it is not going to be an INLINE load then. IS your data coming from Excel, or Database or a QVD? Send us the actual script you are using to pull those 20 or 30 m records. Did you try Preceding load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Where GLCODE Like 'SINGTOP*';&lt;/P&gt;&lt;P&gt;LOAD Policy, GLCODE&lt;/P&gt;&lt;P&gt;FORM &amp;lt;yourdatasource&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-like-operator-in-Inline-LOAD/m-p/1287864#M403070</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-14T16:45:19Z</dc:date>
    </item>
  </channel>
</rss>

