<?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: Qlikview equalant of sql please. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-equalant-of-sql-please/m-p/560607#M1140568</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;If you wish, you may use the Match(text, expr [,expr2, ...]) to achieve both the IN and NOT IN verifications, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match([&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;SECR_LVL_CD_1&lt;/SPAN&gt;], &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'INSURANCE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'ANNUITY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'ANNUITIES'&lt;/SPAN&gt;) = 0 /* Meaning not found */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match([&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;SCND_TRN_TY_CD&lt;/SPAN&gt;], &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'FCR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'FEE'&lt;/SPAN&gt;) &amp;gt; 0 /* Will return either 1 or 2 if match is found */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 19:58:52 GMT</pubDate>
    <dc:creator>pgrenier</dc:creator>
    <dc:date>2013-09-24T19:58:52Z</dc:date>
    <item>
      <title>Qlikview equalant of sql please.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-equalant-of-sql-please/m-p/560606#M1140567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;What is the qlikview equalant of below 2 sql.Please help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;DT_ACCT.SRC_CD &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'NFSC'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (DT_SECR.SECR_LVL_CD_1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;IN&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'INSURANCE'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'ANNUITY'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'ANNUITIES'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (FT_ACCT_TRN.SCND_TRN_TY_CD &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;IN&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'FCR'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'FEE'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;) as Reccurring&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(DT_ACCT.SRC_CD &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'NFSC'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (DT_SECR.SECR_LVL_CD_1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;IN&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'INSURANCE'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'ANNUITY'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'ANNUITIES'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (FT_ACCT_TRN.SCND_TRN_TY_CD NOT &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;IN&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'FCR'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'FEE'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;) as Nonreccuring&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-equalant-of-sql-please/m-p/560606#M1140567</guid>
      <dc:creator />
      <dc:date>2013-09-24T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview equalant of sql please.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-equalant-of-sql-please/m-p/560607#M1140568</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;If you wish, you may use the Match(text, expr [,expr2, ...]) to achieve both the IN and NOT IN verifications, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match([&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;SECR_LVL_CD_1&lt;/SPAN&gt;], &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'INSURANCE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'ANNUITY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'ANNUITIES'&lt;/SPAN&gt;) = 0 /* Meaning not found */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match([&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;SCND_TRN_TY_CD&lt;/SPAN&gt;], &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'FCR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: red;"&gt;'FEE'&lt;/SPAN&gt;) &amp;gt; 0 /* Will return either 1 or 2 if match is found */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 19:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-equalant-of-sql-please/m-p/560607#M1140568</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-24T19:58:52Z</dc:date>
    </item>
  </channel>
</rss>

