<?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 LOAD INLINE  TODAY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730675#M722603</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have to load some value to different dimension and one of them has to be Today Date.&lt;/P&gt;&lt;P&gt;this is the script&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Data_Scadenza, Banca_app, Importo&lt;BR /&gt;2020-07-24 00:00:00.000, 'USD - CREDEM C/C' , 500&lt;BR /&gt;$(Today()), 'USD - CREDEM C/C' , 350&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;and this is the result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qvCattura.JPG" style="width: 564px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38038i68609A847C1D84FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="qvCattura.JPG" alt="qvCattura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can i get the today date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:18:59 GMT</pubDate>
    <dc:creator>Supertendi</dc:creator>
    <dc:date>2024-11-16T18:18:59Z</dc:date>
    <item>
      <title>LOAD INLINE  TODAY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730675#M722603</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have to load some value to different dimension and one of them has to be Today Date.&lt;/P&gt;&lt;P&gt;this is the script&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Data_Scadenza, Banca_app, Importo&lt;BR /&gt;2020-07-24 00:00:00.000, 'USD - CREDEM C/C' , 500&lt;BR /&gt;$(Today()), 'USD - CREDEM C/C' , 350&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;and this is the result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qvCattura.JPG" style="width: 564px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38038i68609A847C1D84FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="qvCattura.JPG" alt="qvCattura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can i get the today date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730675#M722603</guid>
      <dc:creator>Supertendi</dc:creator>
      <dc:date>2024-11-16T18:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD INLINE  TODAY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730682#M722604</link>
      <description>&lt;P&gt;Try using variable like,&lt;/P&gt;&lt;P&gt;Let vToday=today();&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;vToday&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730682#M722604</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-07-24T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD INLINE  TODAY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730683#M722605</link>
      <description>&lt;P&gt;Try the following code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LET vToday = Today() ;&lt;/P&gt;&lt;P&gt;data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Data_Scadenza, Banca_app, Importo&lt;BR /&gt;2020-07-24 00:00:00.000, 'USD - CREDEM C/C' , 500&lt;BR /&gt;$(vToday), 'USD - CREDEM C/C' , 350&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730683#M722605</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2020-07-24T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD INLINE  TODAY</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730685#M722606</link>
      <description>&lt;P&gt;it works,&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-TODAY/m-p/1730685#M722606</guid>
      <dc:creator>Supertendi</dc:creator>
      <dc:date>2020-07-24T15:21:55Z</dc:date>
    </item>
  </channel>
</rss>

