<?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 SQL vs Qlikview - translation table wrt. function names is desired in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163744#M36712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, you' re welcome.&lt;/P&gt;&lt;P&gt;When running an SQL statement in Qlikview, you can retrieve all data and use Qlikview functions:&lt;/P&gt;&lt;P&gt;Let's take an example:&lt;/P&gt;&lt;P&gt;LOAD A,B, fabs(A) as My_fabs_value;&lt;/P&gt;&lt;P&gt;SQL SELECT A,B,C,D FROM Server.dbo.MyTable;&lt;/P&gt;&lt;P&gt;In this example, you select fields from your SQL table ( you can use any DB SQL query).&lt;/P&gt;&lt;P&gt;The Load function is using the retrieved data to be transformed using Qlikview functions.&lt;/P&gt;&lt;P&gt;Do you need more help on this point ?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 21:14:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-24T21:14:19Z</dc:date>
    <item>
      <title>SQL vs Qlikview - translation table wrt. function names is desired</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163741#M36709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Reference to a source that provides a translation table between 'native' Qlikview and 'ODBC' SQL Server function names is appreciated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am in the proces of writting a script in Qlikview that uploads data from my companys SQL Server database. As part of that script I need to create a variable, &lt;STRONG&gt;Sign&lt;/STRONG&gt;, that indicates the sign of a numerical variable, &lt;STRONG&gt;Amount&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Sign = Amount/&lt;STRONG&gt;fabs&lt;/STRONG&gt;(Amount)&lt;/P&gt;&lt;P&gt;However, in order to make this work, when using ODBC Connect I ended up, after some trial and error, writting it as:&lt;/P&gt;&lt;P&gt;Sign = Amount/&lt;STRONG&gt;abs&lt;/STRONG&gt;(Amount)&lt;/P&gt;&lt;P&gt;As another example, date# does not work either when using ODBC Connect.&lt;/P&gt;&lt;P&gt;Therefore as the headline states:&lt;/P&gt;&lt;P&gt;Reference to a source that provides a translation table between 'native' Qlikview and 'ODBC' SQL Server function names is appreciated.&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 20:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163741#M36709</guid>
      <dc:creator />
      <dc:date>2009-11-24T20:38:56Z</dc:date>
    </item>
    <item>
      <title>SQL vs Qlikview - translation table wrt. function names is desired</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163742#M36710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use Qlikview function in your Load statement just near your normal sql features ?&lt;/P&gt;&lt;P&gt;This could be easier for you couldn't be ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163742#M36710</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:01:32Z</dc:date>
    </item>
    <item>
      <title>SQL vs Qlikview - translation table wrt. function names is desired</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163743#M36711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Appreciative of your answer may I please ask you to elaborate on the answer as I do not understand (which may be because I am fairly new to Qlikview programing)?&lt;/P&gt;&lt;P&gt;Possibly by providing an example.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163743#M36711</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:08:50Z</dc:date>
    </item>
    <item>
      <title>SQL vs Qlikview - translation table wrt. function names is desired</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163744#M36712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, you' re welcome.&lt;/P&gt;&lt;P&gt;When running an SQL statement in Qlikview, you can retrieve all data and use Qlikview functions:&lt;/P&gt;&lt;P&gt;Let's take an example:&lt;/P&gt;&lt;P&gt;LOAD A,B, fabs(A) as My_fabs_value;&lt;/P&gt;&lt;P&gt;SQL SELECT A,B,C,D FROM Server.dbo.MyTable;&lt;/P&gt;&lt;P&gt;In this example, you select fields from your SQL table ( you can use any DB SQL query).&lt;/P&gt;&lt;P&gt;The Load function is using the retrieved data to be transformed using Qlikview functions.&lt;/P&gt;&lt;P&gt;Do you need more help on this point ?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163744#M36712</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:14:19Z</dc:date>
    </item>
    <item>
      <title>SQL vs Qlikview - translation table wrt. function names is desired</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163745#M36713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sébastien&lt;/P&gt;&lt;P&gt;It most certainly did solve the problem!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-vs-Qlikview-translation-table-wrt-function-names-is-desired/m-p/163745#M36713</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:51:48Z</dc:date>
    </item>
  </channel>
</rss>

