<?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: convert sql transaction to script code qlik sense in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292068#M9105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ any suggestions please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 14:22:22 GMT</pubDate>
    <dc:creator>zied_ahmed1</dc:creator>
    <dc:date>2017-03-28T14:22:22Z</dc:date>
    <item>
      <title>convert sql transaction to script code qlik sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292065#M9102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i need to calculate ratio between :&lt;/P&gt;&lt;P&gt;Number of cars in sql is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif;"&gt;&lt;STRONG&gt;SELECT * FROM table WHERE Type= 'car' and date='2017' (i need this in script as Number_cars)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number actif cars in sql is : &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT DISTINCT (Machine) FROM table WHERE Type= 'car' and date='2017' ( I need this in script as Active_cars)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292065#M9102</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-28T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert sql transaction to script code qlik sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292066#M9103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;ODBC CONNECT ....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OLEDB CONNECT ....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Number_cars:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table WHERE Type= 'car' and date='2017'; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Active_cars:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Machine as Active_cars;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT DISTINCT Machine FROM table WHERE Type= 'car' and date='2017';&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292066#M9103</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-03-28T11:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: convert sql transaction to script code qlik sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292067#M9104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;I already loaded previously these fields&amp;nbsp; : Type and date and Machine to do some works,&lt;/P&gt;&lt;P&gt;no i need after that add script code like the two transactions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292067#M9104</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-28T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert sql transaction to script code qlik sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292068#M9105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ any suggestions please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/convert-sql-transaction-to-script-code-qlik-sense/m-p/1292068#M9105</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-03-28T14:22:22Z</dc:date>
    </item>
  </channel>
</rss>

