<?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: Load scripting from SQL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667408#M594638</link>
    <description>&lt;P&gt;so you give the code by yourself in the first post....&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 15:13:28 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2020-01-20T15:13:28Z</dc:date>
    <item>
      <title>Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667377#M594634</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible, in loading data from SQL, add new field using IF condition.&lt;/P&gt;&lt;P&gt;Ex: IF(DataTo&amp;lt;Today(),'True','False') as NewField&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667377#M594634</guid>
      <dc:creator>irmantas</dc:creator>
      <dc:date>2024-11-16T01:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667384#M594635</link>
      <description>&lt;P&gt;how should this work?&lt;/P&gt;&lt;P&gt;You are loading a number of lines.&lt;/P&gt;&lt;P&gt;In one Date&amp;lt;today(), in the next line maybe not.&lt;/P&gt;&lt;P&gt;You can't delete a field in a table for a single line (or a number of lines).&lt;/P&gt;&lt;P&gt;You can load all datas &amp;lt; today and next = today() in two diffenrent tables&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667384#M594635</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-20T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667396#M594636</link>
      <description>&lt;P&gt;I want to load all data from table. I just want add new field in line, with some information about one of fields from this line.&lt;/P&gt;&lt;P&gt;If ToDate&amp;lt;Today(), True,False&lt;/P&gt;&lt;P&gt;For ex (Today 01/20/2020):&lt;/P&gt;&lt;P&gt;Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FromDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ToDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#FF0000"&gt;&amp;nbsp; NewField&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/2020&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/19/2020&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#FF0000"&gt;'True'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/2020&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/25/2020&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#FF0000"&gt;'False'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667396#M594636</guid>
      <dc:creator>irmantas</dc:creator>
      <dc:date>2020-01-20T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667402#M594637</link>
      <description>&lt;P&gt;Yes. using preceding load you can do that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(ToDate &amp;lt;today(),'True','False') as Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL Select ID,FromDate,ToDate&lt;/P&gt;&lt;P&gt;FROM db.tablename;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667402#M594637</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-20T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667408#M594638</link>
      <description>&lt;P&gt;so you give the code by yourself in the first post....&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667408#M594638</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-20T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load scripting from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667565#M594639</link>
      <description>&lt;P&gt;Thank you. Its works.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 07:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-scripting-from-SQL/m-p/1667565#M594639</guid>
      <dc:creator>irmantas</dc:creator>
      <dc:date>2020-01-21T07:37:15Z</dc:date>
    </item>
  </channel>
</rss>

