<?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: Show Week Ending Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649413#M673538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Weekend() function which gives you Sunday. If you want Friday as the weekend date then you can use "date(weekend(today())-2)". Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 20:42:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-08T20:42:22Z</dc:date>
    <item>
      <title>Show Week Ending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649411#M673536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to have a chart title show the week ending date whenever a Financial Week is selected. With the data I have, I have to do this by selecting the highest day (DAY_DT) of the selected week (FINANCIAL_WEEK). The code I have written so far is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(FINANCIAL_WEEK) &amp;gt;= 1, 'Wk Ending ' &amp;amp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is where I am stuck. I have tried combinations with FirstSortedValue but nothing seems to work, and it just returns "Wk Ending " when a week is selected. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649411#M673536</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show Week Ending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649412#M673537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Is DAY_DT a date field or numerical field ?&amp;nbsp; Please share the data format. If its a date this may work:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount(FINANCIAL_WEEK) &amp;gt;= 1, 'Wk Ending ' &amp;amp;&amp;nbsp; max(date(DAY_DT)) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Otherwise please share the data format of the values as they appear in&amp;nbsp; a list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649412#M673537</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-08T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show Week Ending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649413#M673538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Weekend() function which gives you Sunday. If you want Friday as the weekend date then you can use "date(weekend(today())-2)". Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649413#M673538</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show Week Ending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649414#M673539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; 'Wk Ending ' try Max(Day_DT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649414#M673539</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show Week Ending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649415#M673540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked perfectly. I think I was trying to get too complicated. Thanks for the quick response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Week-Ending-Date/m-p/649415#M673540</guid>
      <dc:creator />
      <dc:date>2014-09-08T20:45:18Z</dc:date>
    </item>
  </channel>
</rss>

