<?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: Display last date values in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114126#M17658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 11:16:17 GMT</pubDate>
    <dc:creator>nazaninslp</dc:creator>
    <dc:date>2018-09-11T11:16:17Z</dc:date>
    <item>
      <title>Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114120#M17652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;I have straight table, and I want show the last date values in my chart based on categories.&lt;/P&gt;&lt;P&gt;would you please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt; : Category&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;I've tried both of them and they show all of values that they had til now.&lt;/P&gt;&lt;P&gt;1- sum({&amp;lt;Date_key={"$(=Date(max(DATE_KEY),'YYYY-MM-DD')))"}&amp;gt;} NEW_SUBSCRIPTION_COUNT)&lt;/P&gt;&lt;P&gt;2- sum({&amp;lt;date_key={"$(=max(date_key))"},Category-={"Test","Free ShortCode","Xtratime"}&amp;gt;} NEW_SUBSCRIPTION_COUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114120#M17652</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2018-09-11T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114121#M17653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NAzanin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({&amp;lt;Date_key={"$(=Date(max(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;&lt;/SPAN&gt;DATE_KEY),'YYYY-MM-DD')))"}&amp;gt;} NEW_SUBSCRIPTION_COUNT)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Arvind Patil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114121#M17653</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2018-09-11T06:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114122#M17654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried something similiar in my straight table and it works like sum({&amp;lt;field1={'$(=max(field1))'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;what I notice in your examples is that there are different notations.&lt;/P&gt;&lt;P&gt;your first Expression Show upper-/lower case&lt;/P&gt;&lt;P&gt;your second Expression Show lower case (date_key).&lt;/P&gt;&lt;P&gt;this must natch exactly your fieldname!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post example qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114122#M17654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T06:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114123#M17655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Arvind &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;it returns zero value for each column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;please find my QV file in attachment in above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114123#M17655</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2018-09-11T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114124#M17656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rudolf&lt;/P&gt;&lt;P&gt;I've tried it, but didn't work.&lt;/P&gt;&lt;P&gt;please find my example above.&lt;/P&gt;&lt;P&gt;I attached that.&lt;/P&gt;&lt;P&gt;Than you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114124#M17656</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2018-09-11T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114125#M17657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked your qvw and changed youzr Expression to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DATE_KEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NEW_SUBSCRIPTION_COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I cannot upload yourt qvw /company policy)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213227_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 07:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114125#M17657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T07:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display last date values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114126#M17658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 11:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-date-values-in-straight-table/m-p/114126#M17658</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2018-09-11T11:16:17Z</dc:date>
    </item>
  </channel>
</rss>

