<?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: Qlik Sense - Map Chart show max date record(text) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132573#M9347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank&amp;nbsp; Sunny Talwar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/265847"&gt;Load only latest record for each unique id&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I wan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 01:17:53 GMT</pubDate>
    <dc:creator>sth_wch004</dc:creator>
    <dc:date>2018-07-16T01:17:53Z</dc:date>
    <item>
      <title>Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132568#M9342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community, &lt;/P&gt;&lt;P&gt;How to show Max Date record(text) in map chart by default?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected result: - &lt;/P&gt;&lt;P&gt;should default to max date record instead of select the date 02/07/2018(selection).&lt;/P&gt;&lt;P&gt;Attached qvf file &amp;amp; kml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Block, Date, Quantity, Status, &lt;/P&gt;&lt;P&gt;B1, '01/07/2018', 100, 'In Progress'&lt;/P&gt;&lt;P&gt;B2, '01/07/2018', 200, 'In Progress'&lt;/P&gt;&lt;P&gt;B3, '01/07/2018', 300, 'In Progress'&lt;/P&gt;&lt;P&gt;B1, '02/07/2018', 100, 'In Progress'&lt;/P&gt;&lt;P&gt;B2, '02/07/2018', 200, 'In Progress'&lt;/P&gt;&lt;P&gt;B3, '02/07/2018', 300, 'Completed'&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207643_Capture.JPG" style="height: 632px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 03:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132568#M9342</guid>
      <dc:creator>sth_wch004</dc:creator>
      <dc:date>2018-07-12T03:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132569#M9343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Expression may like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In Progress&lt;/STRONG&gt;:Sum ({&amp;lt;Date={'$(=max(Date))'}Status={"&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In Progress&lt;/SPAN&gt;"}&amp;gt;}Quantity)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Completed&lt;/SPAN&gt;:Sum ({&amp;lt;Date={'$(=max(Date))'}Status={"&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Completed&lt;/SPAN&gt;"}&amp;gt;}Quantity)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Arvind Patil&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 07:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132569#M9343</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2018-07-12T07:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132570#M9344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your reply, &lt;/P&gt;&lt;P&gt;What I want to display is the status( In Progress or Completed ) not the quantity. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207672_Capture.JPG" style="height: 430px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 08:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132570#M9344</guid>
      <dc:creator>sth_wch004</dc:creator>
      <dc:date>2018-07-12T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132571#M9345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the property add lable what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 08:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132571#M9345</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2018-07-12T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132572#M9346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;That's what i am doing now, &lt;SPAN style="color: #333333; font-family: Roboto, 'PingFang SC', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px;"&gt;any help is appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, 'PingFang SC', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, 'PingFang SC', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px;"&gt;1) This is my expected result. but should be without the date &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 13px; font-family: Roboto, 'PingFang SC', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;selection(default to max date)&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, 'PingFang SC', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207673_Capture.JPG" style="height: 506px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) This is my output now. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207686_Capture.JPG" style="height: 522px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 08:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132572#M9346</guid>
      <dc:creator>sth_wch004</dc:creator>
      <dc:date>2018-07-12T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Map Chart show max date record(text)</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132573#M9347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank&amp;nbsp; Sunny Talwar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/265847"&gt;Load only latest record for each unique id&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I wan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 01:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Chart-show-max-date-record-text/m-p/132573#M9347</guid>
      <dc:creator>sth_wch004</dc:creator>
      <dc:date>2018-07-16T01:17:53Z</dc:date>
    </item>
  </channel>
</rss>

