<?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 version of sql in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561331#M1130377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use If(,,) instead of CASE&lt;/P&gt;&lt;P&gt;Use WildMatch(...,'*CB*') instead of LIKE '%CB%'&lt;/P&gt;&lt;P&gt;Use Mid() instead of SUBSTR()&lt;/P&gt;&lt;P&gt;Use &amp;amp; instead of | |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LTrim exists in QlikView also, but cannot take a second parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 17:22:31 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-12-11T17:22:31Z</dc:date>
    <item>
      <title>Qlikview version of sql</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561329#M1130374</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: blue; font-size: 10pt;"&gt;What is the qlikview version of this below SQL Query?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;CASE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;WHEN&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; ROI_NBR_SESSIONS_2013.ITEM_ID &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'%CB%'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;THEN&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: fuchsia; font-size: 10pt;"&gt;LTRIM&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: fuchsia; font-size: 10pt;"&gt;SUBSTR&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(ROI_NBR_SESSIONS_2013.ACCOUNT_NO,&lt;/SPAN&gt;&lt;STRONG style="color: maroon; font-size: 10pt; font-family: 'Courier New';"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: maroon; font-size: 10pt; font-family: 'Courier New';"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: maroon; font-size: 10pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&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: gray; font-size: 10pt;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; font-size: 10pt;"&gt;'-'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: gray; 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; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: fuchsia; font-size: 10pt;"&gt;LTRIM&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: fuchsia; font-size: 10pt;"&gt;SUBSTR&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(ROI_NBR_SESSIONS_2013.ACCOUNT_NO,&lt;/SPAN&gt;&lt;STRONG style="color: maroon; font-size: 10pt; font-family: 'Courier New';"&gt;11&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: maroon; font-size: 10pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&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;Thanks in adavnce.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 15:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561329#M1130374</guid>
      <dc:creator />
      <dc:date>2013-12-11T15:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview version of sql</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561330#M1130376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; it seems to be a sql server query.&lt;/P&gt;&lt;P&gt;For example &lt;SPAN style="font-family: 'Courier New'; color: gray; font-size: 10pt;"&gt;|| &lt;/SPAN&gt;is the concatenation in sql server, whereas in qlikview you concatenate using the &amp;amp; char.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 16:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561330#M1130376</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-12-11T16:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview version of sql</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561331#M1130377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use If(,,) instead of CASE&lt;/P&gt;&lt;P&gt;Use WildMatch(...,'*CB*') instead of LIKE '%CB%'&lt;/P&gt;&lt;P&gt;Use Mid() instead of SUBSTR()&lt;/P&gt;&lt;P&gt;Use &amp;amp; instead of | |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LTrim exists in QlikView also, but cannot take a second parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 17:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-version-of-sql/m-p/561331#M1130377</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-11T17:22:31Z</dc:date>
    </item>
  </channel>
</rss>

