<?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: Since Last End Day SLED in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196245#M519030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny but&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;It is showing no movement even if day changed &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 21:46:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-26T21:46:55Z</dc:date>
    <item>
      <title>Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196239#M519019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file from which I want to get the amount for the SLED or Since Last End Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't figure out how to get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a bunch of stuff that didn't work like the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sum({$&amp;lt;[GLDET.GLD_AMT]=P({1&amp;lt;Date={$(=Day(Max([GLDET.GLD_DATE]))}&amp;gt;}[GLDET.GLD_AMT])&amp;gt;}[GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Month=, Day=,[GLDET.GLD_DATE]={"&amp;gt;=$(=Num(LastWorkDate(Max([GLDET.GLD_DATE]))))&amp;lt;=$(=Day(Max([GLDET.GLD_DATE])))"}&amp;gt;} [GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the date comes from &lt;SPAN style="font-size: 13.3333px;"&gt;[GLDET.GLD_DATE] and the amount comes from &lt;SPAN style="font-size: 13.3333px;"&gt;[GLDET.GLD_AMT] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want the YTD and MTD. I have used the following that did work but I want it to stay as year and as month even if the whole date is selected because currently if in the filter Year is selected then month then day all the 3 columns converts into the same number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for YTD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Month=,Day=,[GLDET.GLD_DATE]={"&amp;gt;=$(=Num(YearStart(Max([GLDET.GLD_DATE]))))&amp;lt;=$(=Max([GLDET.GLD_DATE]))"}&amp;gt;} [GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for MTD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Month=,Day=, [GLDET.GLD_DATE]={"&amp;gt;=$(=Num(MonthStart(Max([GLDET.GLD_DATE]))))&amp;lt;=$(=Max([GLDET.GLD_DATE]))"}&amp;gt;} [GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196239#M519019</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196240#M519020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By means of an example, can you show what SLED means? I understand it is short name for Since Last End Day, but not sure what date range it will corresponds to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196240#M519020</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-26T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196241#M519022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be check with your date format&amp;nbsp; and include "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;Sum( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red; background: white;"&gt;1&lt;/SPAN&gt; &lt;SPAN style="font-size: 18.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;&amp;lt;Year=, Month=,Day=,[GLDET.GLD_DATE]={"&amp;gt;=$(=Date(YearStart(Max([GLDET.GLD_DATE]))),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red; background: white;"&gt;’MM/DD/YYYY’&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;)&amp;lt;=$(=Date(Max([GLDET.GLD_DATE]),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red; background: white;"&gt;’MM/DD/YYYY’&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;)"}&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;&amp;nbsp;&amp;nbsp; [GLDET.GLD_AMT] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196241#M519022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T20:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196242#M519027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be since yesterday closure till today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196242#M519027</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196243#M519028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help but that gave me dashes &lt;/P&gt;&lt;P&gt;my formula I wrote gives me the following table &lt;/P&gt;&lt;P&gt;but as you can see all have the same value when there is no selection made in the filter and also gives me the same look when I choose the year month and day in the filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142087_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196243#M519028</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196244#M519029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({1&amp;lt;Date={"$(=Date(DayStart(Max([GLDET.GLD_DATE])), '&lt;SPAN style="color: #ff0000;"&gt;DateFieldFormatHere&lt;/SPAN&gt;'))"}&amp;gt;} [GLDET.GLD_AMT])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the placeholder for date format with your date field format (&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateFieldFormatHere&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196244#M519029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-26T20:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196245#M519030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny but&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;It is showing no movement even if day changed &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 21:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196245#M519030</guid>
      <dc:creator />
      <dc:date>2016-10-26T21:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196246#M519031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which day changed? Where are you making a selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 22:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196246#M519031</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-26T22:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196247#M519032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am saying it didn't change it cancelled the selections but what I am hoping is that if they today selected for example 25 of april 2016 the SLED will show the the day 24-25 and the MTD shows the from 1-25 and the year will show from Jan- april&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196247#M519032</guid>
      <dc:creator />
      <dc:date>2016-10-27T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196248#M519033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what it should do. Not sure what isn't working. Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196248#M519033</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196249#M519034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a qvf with the data used but I don't know how to attach it here can you tell me how&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196249#M519034</guid>
      <dc:creator />
      <dc:date>2016-10-27T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196250#M519035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found It thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196250#M519035</guid>
      <dc:creator />
      <dc:date>2016-10-27T14:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196251#M519036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1&amp;lt;[[GLDET.GLD_DATE]]]={"$(=Num(DayStart(Max([[GLDET.GLD_DATE]]]))))"}&amp;gt;} [[GLDET.GLD_DATE]]])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142248_Capture.PNG" style="height: 223px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196251#M519036</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196252#M519037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny I believe there is nothing that gives me exactly what I want all the ways give the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will Check your first answer as correct because this is the equation that calculates the amount the last one you gave is calculating the days value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196252#M519037</guid>
      <dc:creator />
      <dc:date>2016-10-27T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196253#M519038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be if you can specify what your output needs to be based on the sample provided, we might be able to help you better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196253#M519038</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196254#M519039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Column name GLDET.GL_MEMO is the value of last closed month which in our case here will be september&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when you choose in the filter 2016 September I want the MTD to be the only one showing that value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will make the whole sheet in the Qvf and attach it again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196254#M519039</guid>
      <dc:creator />
      <dc:date>2016-10-27T15:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196255#M519040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would be very helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196255#M519040</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T15:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196256#M519041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the proper Qvf the first one had issues I found that I didn't Load the proper table before attaching it the first time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Sorry for that &lt;/P&gt;&lt;P&gt;Please check this one&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196256#M519041</guid>
      <dc:creator />
      <dc:date>2016-10-27T15:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196257#M519042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when you select September and 2016 MTD should be visible and rest of the two should hide? When will they be visible? What do you see when nothing is selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think hide/show functionality is not get available in Qlik Sense, but I still want to understand what you are after so that I can see if there are any work arounds available here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 20:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196257#M519042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T20:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Since Last End Day SLED</title>
      <link>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196258#M519043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok so I have decided to go ahead and use henric idea of flags&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and for sled I found the daily account that closes at the end of the month so I am using that as the account for the sales amount &lt;/P&gt;&lt;P&gt;but now i am stuck in different points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first I want to do the following &lt;/P&gt;&lt;P&gt;to calculate the SLED or show only the value of AMOUNT if the Date is Max and the account number&amp;nbsp; = to &lt;SPAN style="font-size: 13.3333px;"&gt;TF_R_SALES_ACCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second I want to calculate &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; Sum( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;} [GLDET.GLD_AMT])&amp;nbsp; for the account TF_R_SALES_ACCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried the following but nothing worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//SUM(if (([GLDET.GLD_ACCT]= TF_R_SALES_ACCT) &amp;amp; ({$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;}),([GLTR.GLT_AMT]) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//SUM(if (([GLDET.GLD_ACCT]= TF_R_SALES_ACCT),( {$&amp;lt;IsInYTD={1}&amp;gt;}[GLDET.GLD_AMT] ) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Sum( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;} [GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Sum({$&amp;lt;[GLDET.GLD_AMT]=P({1&amp;lt;[GLDET.GLD_ACCT]={'TF_R_SALES_ACCT'}&amp;gt;}[( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;}[GLDET.GLD_AMT] )])&amp;gt;}[GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Sum({$&amp;lt;[SUM( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;}[GLDET.GLD_AMT] )]=P({1&amp;lt;[GLDET.GLD_ACCT]={'TF_R_SALES_ACCT'}&amp;gt;}[SUM( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;}[GLDET.GLD_AMT] )])&amp;gt;}[GLDET.GLD_AMT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//IF (TF_R_COS_ACCT, Sum( {$&amp;lt;[GLDET.IsInYTD]={1}&amp;gt;} [GLDET.GLD_AMT]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 17:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Since-Last-End-Day-SLED/m-p/1196258#M519043</guid>
      <dc:creator />
      <dc:date>2016-10-28T17:16:11Z</dc:date>
    </item>
  </channel>
</rss>

