<?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 How to use variables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151932#M29554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, can someone point me out how to declare and use variables?&lt;/P&gt;&lt;P&gt;I was trying to achive something like&lt;/P&gt;&lt;P&gt;SET FirstDayOfTheMonth = Today();&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MyTable Where Date = FirstDayOfTheMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Im getting an error that says "FirstDayOfTheMonth" field cannot be found.&lt;/P&gt;&lt;P&gt;Thank you ,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 18:29:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-18T18:29:16Z</dc:date>
    <item>
      <title>How to use variables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151932#M29554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, can someone point me out how to declare and use variables?&lt;/P&gt;&lt;P&gt;I was trying to achive something like&lt;/P&gt;&lt;P&gt;SET FirstDayOfTheMonth = Today();&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MyTable Where Date = FirstDayOfTheMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Im getting an error that says "FirstDayOfTheMonth" field cannot be found.&lt;/P&gt;&lt;P&gt;Thank you ,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 18:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151932#M29554</guid>
      <dc:creator />
      <dc:date>2010-02-18T18:29:16Z</dc:date>
    </item>
    <item>
      <title>How to use variables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151933#M29555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try expanding that variable such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SQL SELECT * FROM MyTable Where Date = $(FirstDayOfTheMonth)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;That should work. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 18:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151933#M29555</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-18T18:32:03Z</dc:date>
    </item>
    <item>
      <title>How to use variables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151934#M29556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let FirstDayOfTheMonth = Today();&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MyTable Where Date = '$(FirstDayOfTheMonth)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 18:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151934#M29556</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-02-18T18:33:10Z</dc:date>
    </item>
    <item>
      <title>How to use variables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151935#M29557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET is used with expressions and SET with values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 19:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variables/m-p/151935#M29557</guid>
      <dc:creator />
      <dc:date>2010-02-18T19:30:17Z</dc:date>
    </item>
  </channel>
</rss>

