<?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: Expressions in Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688623#M1057104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you hard code the date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After and including a date:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;gt;=01.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before and including:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=01.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between and including:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;gt;=01.01.2014&amp;lt;=31.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To not include the ends, remove the equal signs (=).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format of the date might be sensitive to the way a date is specified in the start of your load script, but I have not tested this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 07:51:33 GMT</pubDate>
    <dc:creator>simenkg</dc:creator>
    <dc:date>2014-10-09T07:51:33Z</dc:date>
    <item>
      <title>Expressions in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688621#M1057102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sir ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For the hint purpose , I plan to sum total amount in Text Object , and , the amount date is before or after a certain date. Please kindly help to guide me the expressions syntax. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 07:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688621#M1057102</guid>
      <dc:creator />
      <dc:date>2014-10-09T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688622#M1057103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have that date in a variable ex. $(Dt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$ &amp;lt;mydate={'&amp;gt;=$(DT)'}&amp;gt;} TOTAL Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 07:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688622#M1057103</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-09T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688623#M1057104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you hard code the date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After and including a date:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;gt;=01.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before and including:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=01.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between and including:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;gt;=01.01.2014&amp;lt;=31.01.2014"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To not include the ends, remove the equal signs (=).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format of the date might be sensitive to the way a date is specified in the start of your load script, but I have not tested this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 07:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688623#M1057104</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-10-09T07:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688624#M1057105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir. The community support is helpful for my self study Qlikview. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 08:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688624#M1057105</guid>
      <dc:creator />
      <dc:date>2014-10-09T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688625#M1057106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir. It is great helpful for my self study Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 08:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-Text-Object/m-p/688625#M1057106</guid>
      <dc:creator />
      <dc:date>2014-10-09T08:13:47Z</dc:date>
    </item>
  </channel>
</rss>

