<?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 script data where Date XY in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618260#M46053</link>
    <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;LOAD text("Item No_"),&lt;BR /&gt;text("Sales Type"),&lt;BR /&gt;text("Sales Code"),&lt;BR /&gt;Date("Starting Date",'DD.MM.YYYY'),&lt;BR /&gt;"Unit Price",&lt;BR /&gt;&lt;STRONG&gt;"Ending Date" &lt;FONT color="#FF0000"&gt;Where Date("Ending Date",'DD.MM.YYYY") &amp;lt;= Date(Today(), 'DD.MM.YYYY');&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "Item No_",&lt;BR /&gt;"Sales Type",&lt;BR /&gt;"Sales Code",&lt;BR /&gt;"Starting Date",&lt;BR /&gt;"Unit Price",&lt;BR /&gt;"Ending Date"&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 13:18:38 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-08-29T13:18:38Z</dc:date>
    <item>
      <title>Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618183#M46044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to Qlik Sense and have a small question regarding my script.&lt;/P&gt;&lt;P&gt;LOAD text("Item No_"),&lt;BR /&gt;text("Sales Type"),&lt;BR /&gt;text("Sales Code"),&lt;BR /&gt;Date("Starting Date",'DD.MM.YYYY'),&lt;BR /&gt;"Unit Price",&lt;BR /&gt;&lt;STRONG&gt;if("Ending Date" &amp;lt;=Today(),Date("Ending Date",'DD.MM.YYYY'))&lt;/STRONG&gt; ;&lt;/P&gt;&lt;P&gt;SQL SELECT "Item No_",&lt;BR /&gt;"Sales Type",&lt;BR /&gt;"Sales Code",&lt;BR /&gt;"Starting Date",&lt;BR /&gt;"Unit Price",&lt;BR /&gt;"Ending Date"&lt;/P&gt;&lt;P&gt;I want to load this data from via an ODBC connection. I want only data where the "Ending Date" is "&amp;lt;= today", otherwise I have million entries... can somebody tell me what I did wrong in the bold section?&lt;/P&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618183#M46044</guid>
      <dc:creator>KristianK</dc:creator>
      <dc:date>2019-08-29T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618253#M46050</link>
      <description>&lt;P&gt;I changed to "Where" function but it' is not working. I want to show data where the ending Date is ='01.01.1753' or&amp;nbsp; &amp;gt;= Today&lt;/P&gt;&lt;P&gt;But i get this error message that "Today" is not understood. Any help would be appreciated. Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18113i195ADEBB07533CAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618253#M46050</guid>
      <dc:creator>KristianK</dc:creator>
      <dc:date>2019-08-29T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618260#M46053</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;LOAD text("Item No_"),&lt;BR /&gt;text("Sales Type"),&lt;BR /&gt;text("Sales Code"),&lt;BR /&gt;Date("Starting Date",'DD.MM.YYYY'),&lt;BR /&gt;"Unit Price",&lt;BR /&gt;&lt;STRONG&gt;"Ending Date" &lt;FONT color="#FF0000"&gt;Where Date("Ending Date",'DD.MM.YYYY") &amp;lt;= Date(Today(), 'DD.MM.YYYY');&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "Item No_",&lt;BR /&gt;"Sales Type",&lt;BR /&gt;"Sales Code",&lt;BR /&gt;"Starting Date",&lt;BR /&gt;"Unit Price",&lt;BR /&gt;"Ending Date"&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618260#M46053</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-29T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618265#M46056</link>
      <description>&lt;P&gt;Unfortunately no, same Error message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18114i49409BCD063D9A45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A specific date is working (WHERE "Ending Date"&amp;lt;='01.01.1753') but I need also to show every Price that has Ending Date &amp;gt;=Today&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618265#M46056</guid>
      <dc:creator>KristianK</dc:creator>
      <dc:date>2019-08-29T13:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618268#M46058</link>
      <description>&lt;P&gt;If you show that error, That means you are writing in SQL end not the Qlik area. So, Are you not doing preceding load for SQL table? If so can you post full script?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618268#M46058</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-29T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618278#M46061</link>
      <description>&lt;P&gt;I use the Editor for SQL . This is the whole code:&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Nav'&lt;/P&gt;&lt;P&gt;Prices:&lt;BR /&gt;LOAD&lt;BR /&gt;text("Item No_"),&lt;BR /&gt;text("Sales Type"),&lt;BR /&gt;text("Sales Code"),&lt;BR /&gt;Date("Starting Date",'DD.MM.YYYY'),&lt;BR /&gt;"Unit Price" as Cijena,&lt;BR /&gt;Date("Ending Date",'DD.MM.YYYY') ;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT "Item No_",&lt;BR /&gt;"Sales Type",&lt;BR /&gt;"Sales Code",&lt;BR /&gt;"Starting Date",&lt;BR /&gt;"Unit Price",&lt;BR /&gt;"Ending Date"&lt;BR /&gt;&lt;BR /&gt;FROM "XY".dbo."XY$Sales Price" WHERE "Ending Date"&amp;lt;='01.01.1753';&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618278#M46061</guid>
      <dc:creator>KristianK</dc:creator>
      <dc:date>2019-08-29T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618299#M46065</link>
      <description>&lt;P&gt;I would strongly recommend this?&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Nav'&lt;/P&gt;&lt;P&gt;Prices:&lt;BR /&gt;LOAD&lt;BR /&gt;text("Item No_"),&lt;BR /&gt;text("Sales Type"),&lt;BR /&gt;text("Sales Code"),&lt;BR /&gt;Date("Starting Date",'DD.MM.YYYY'),&lt;BR /&gt;"Unit Price" as Cijena,&lt;BR /&gt;Date("Ending Date",'DD.MM.YYYY') &lt;STRONG&gt;&amp;nbsp;WHERE "Date("Ending Date",'DD.MM.YYYY') &amp;lt;=Date(Today(),'DD.MM.YYYY');&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT "Item No_",&lt;BR /&gt;"Sales Type",&lt;BR /&gt;"Sales Code",&lt;BR /&gt;"Starting Date",&lt;BR /&gt;"Unit Price",&lt;BR /&gt;"Ending Date"&lt;BR /&gt;&lt;BR /&gt;FROM "XY".dbo."XY$Sales Price";&lt;/P&gt;&lt;P&gt;If you want in SQL you need to use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DATE_FORMAT("Ending Date",'DD.MM.YYYY');&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618299#M46065</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-29T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load script data where Date XY</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618616#M46086</link>
      <description>&lt;P&gt;Thank you very much appreciate the help!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-data-where-Date-XY/m-p/1618616#M46086</guid>
      <dc:creator>KristianK</dc:creator>
      <dc:date>2019-08-30T06:22:14Z</dc:date>
    </item>
  </channel>
</rss>

