<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1425279#M817674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Year(Today()&lt;SPAN style="color: #ff0000;"&gt;-7&lt;/SPAN&gt;) &amp;amp; '/' &amp;amp; Week(Today()&lt;SPAN style="color: #ff0000;"&gt;-7&lt;/SPAN&gt;), WeekStart(Today()&lt;SPAN style="color: #ff0000;"&gt;, -1&lt;/SPAN&gt;)) AS Fiscal_Year_LastWeek&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 14:13:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-09-01T14:13:01Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1425277#M817672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my calendar expression.. &lt;/P&gt;&lt;P&gt;I am writing a query and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(Year(Today()) &amp;amp; '/' &amp;amp; Week(Today()), WeekStart(Today())) AS Fiscal_Year_LastWeek&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from my calendar.qvd which gives me the result 2017/35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the previous week. How can I alter this. I've added -1 everywhere in the above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the previous week 2017/34&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1425277#M817672</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1425278#M817673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;Dual(Year(Today()) &amp;amp; '/' &amp;amp; Week(Today())&lt;STRONG&gt;-1&lt;/STRONG&gt;, WeekStart(Today())) AS Fiscal_Year_LastWeek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 14:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1425278#M817673</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-01T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1425279#M817674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Year(Today()&lt;SPAN style="color: #ff0000;"&gt;-7&lt;/SPAN&gt;) &amp;amp; '/' &amp;amp; Week(Today()&lt;SPAN style="color: #ff0000;"&gt;-7&lt;/SPAN&gt;), WeekStart(Today()&lt;SPAN style="color: #ff0000;"&gt;, -1&lt;/SPAN&gt;)) AS Fiscal_Year_LastWeek&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 14:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1425279#M817674</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-01T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1425280#M817675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dual(Year(Today()&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;-7&lt;/SPAN&gt;) &amp;amp; '/' &amp;amp; Week(Today()&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;-7&lt;/SPAN&gt;), WeekStart(Today()&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;-7&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;)) AS Fiscal_Year_LastWeek&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 14:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1425280#M817675</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-01T14:21:20Z</dc:date>
    </item>
  </channel>
</rss>

