<?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 How to have KPI show current selection date + 1 month? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851226#M298577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a KPI with just a date measure and I wish to show the current selected date + 1 month. So for example I would have 22.05.2015 and I want the KPI to show 22.06.2015. How can I accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik Sense if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 11:24:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-18T11:24:09Z</dc:date>
    <item>
      <title>How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851226#M298577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a KPI with just a date measure and I wish to show the current selected date + 1 month. So for example I would have 22.05.2015 and I want the KPI to show 22.06.2015. How can I accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik Sense if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851226#M298577</guid>
      <dc:creator />
      <dc:date>2015-06-18T11:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851227#M298578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this (would be easier if you could post your current KPI expression):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateField = {'$(=Date(addmonth(max(DateField),1)))'} &amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851227#M298578</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-18T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851228#M298579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to show the date on KPI, not another value. I created a measure called vMaxDatePlusMonth as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMaxDatePlusMonth = Max(addmonths("$(StartDate)",1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851228#M298579</guid>
      <dc:creator />
      <dc:date>2015-06-18T11:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851229#M298580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want it dynamic create a variable and set as 1 in expression jus add the variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851229#M298580</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-06-18T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851230#M298581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to calculate the variable depending on current user selections? Based on which date field?&lt;/P&gt;&lt;P&gt;Your above variable will be set once in the script, so it will not be changed by user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may define the variable using SET like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vMaxDatePlusMonth = '=Date(addmonth(max(DateField),1))';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851230#M298581</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-18T11:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851231#M298582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;02/12/2015&lt;/P&gt;&lt;P&gt;09/24/2015];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStart = Max(Date);&lt;/P&gt;&lt;P&gt;Let vStartPlus1 = AddMonths(vStart,1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851231#M298582</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-06-18T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851232#M298583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, yes I had something like that earlier but the date is not appearing in KPI. It shows a dash '-' across the screen. I'm not sure what's wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851232#M298583</guid>
      <dc:creator />
      <dc:date>2015-06-18T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to have KPI show current selection date + 1 month?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851233#M298584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach your sample app so that we can able to help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-KPI-show-current-selection-date-1-month/m-p/851233#M298584</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-06-18T12:15:34Z</dc:date>
    </item>
  </channel>
</rss>

