<?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 &amp;quot;Translation of SQL code to QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376783#M420271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone "translate" this SQL code for me into something that I can use in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select distinct WEXAM_ID, WEXAM_ID_STRING, WEXAM_DATE from W_EXAM&lt;/P&gt;&lt;P&gt; left join W_EXAM_FOLDER on WEXAM_ID = WEF_EXAM_ID&lt;/P&gt;&lt;P&gt; left join W_IMAGE_FOLDER on WEF_ID = WIF_EF_ID&lt;/P&gt;&lt;P&gt; where WEF_ID is not null and WIF_ID is null and WEXAM_DATE between '2017-10-01' and '2017-10-31'&lt;/P&gt;&lt;P&gt; group by WEXAM_ID, WEXAM_ID_STRING, WEXAM_DATE, WEF_BF_ID&lt;/P&gt;&lt;P&gt; order by WEXAM_ID_STRING;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2017 10:43:53 GMT</pubDate>
    <dc:creator>fabricius</dc:creator>
    <dc:date>2017-11-27T10:43:53Z</dc:date>
    <item>
      <title>"Translation of SQL code to QV</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376783#M420271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone "translate" this SQL code for me into something that I can use in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select distinct WEXAM_ID, WEXAM_ID_STRING, WEXAM_DATE from W_EXAM&lt;/P&gt;&lt;P&gt; left join W_EXAM_FOLDER on WEXAM_ID = WEF_EXAM_ID&lt;/P&gt;&lt;P&gt; left join W_IMAGE_FOLDER on WEF_ID = WIF_EF_ID&lt;/P&gt;&lt;P&gt; where WEF_ID is not null and WIF_ID is null and WEXAM_DATE between '2017-10-01' and '2017-10-31'&lt;/P&gt;&lt;P&gt; group by WEXAM_ID, WEXAM_ID_STRING, WEXAM_DATE, WEF_BF_ID&lt;/P&gt;&lt;P&gt; order by WEXAM_ID_STRING;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 10:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376783#M420271</guid>
      <dc:creator>fabricius</dc:creator>
      <dc:date>2017-11-27T10:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Translation of SQL code to QV</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376784#M420272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why you have to do this ? what is your data source ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 11:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376784#M420272</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2017-11-27T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Translation of SQL code to QV</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376785#M420273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can direcly use this query in qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 11:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376785#M420273</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-27T11:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Translation of SQL code to QV</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376786#M420274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;something that I can use in Qlikview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a little vague. Anyway, it is not necessary to translate the SQL. The SQL query is executed on the database server, not in QV, so you can add the query as-is to your load script with a CONNECT call and your SQL code with a SQL prefix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONNECT ....;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT ....;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a reason for "translating" into QV, perhaps you could be a lot more specific about your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 11:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Translation-of-SQL-code-to-QV/m-p/1376786#M420274</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-27T11:20:15Z</dc:date>
    </item>
  </channel>
</rss>

