<?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 make KPIs change depending on clicks made on a graph? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138864#M20140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 KPIs that show, Unique Visitors, page views and Visits. I have data for each of these KPIs for the last 13 months but only want one months worth of data to show at any one time. I have a simple line graph plotting the changes M.o.M for these values, that I want to be able to click to select a month on the graph and the KPIs to the side then change to reflect that month. Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current formula I have for the KPIs (as I want it to default to the latest month if no selection is made) are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(IF((Type='Unique Visitors' and [Month]='01/07/2016'),[Value]))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible?&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>Fri, 19 Aug 2016 10:29:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-19T10:29:12Z</dc:date>
    <item>
      <title>How to make KPIs change depending on clicks made on a graph?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138864#M20140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 KPIs that show, Unique Visitors, page views and Visits. I have data for each of these KPIs for the last 13 months but only want one months worth of data to show at any one time. I have a simple line graph plotting the changes M.o.M for these values, that I want to be able to click to select a month on the graph and the KPIs to the side then change to reflect that month. Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current formula I have for the KPIs (as I want it to default to the latest month if no selection is made) are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(IF((Type='Unique Visitors' and [Month]='01/07/2016'),[Value]))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible?&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>Fri, 19 Aug 2016 10:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138864#M20140</guid>
      <dc:creator />
      <dc:date>2016-08-19T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make KPIs change depending on clicks made on a graph?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138865#M20141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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({&amp;lt;Type = {'Unique Visitors'}, Date = {"$(=Max(Date))"} [Value])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138865#M20141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make KPIs change depending on clicks made on a graph?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138866#M20142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louisa,&lt;/P&gt;&lt;P&gt;yes, it should be possible. &lt;/P&gt;&lt;P&gt;What Sunny did, was to change your formula using what is called "Set Analysis".&lt;/P&gt;&lt;P&gt;I too think, that this should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I still have a question: Do you have full date values (including day) in the field called [Month]?&lt;/P&gt;&lt;P&gt;I ask, because if this would be the case, I find it most likely, that you propably might not have a [Date] field, as suggested for use as in Sunny's example and might have to adapt it a little bit by changing "Date" to "Month". But if you have a [Date] field, you will do just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-KPIs-change-depending-on-clicks-made-on-a-graph/m-p/1138866#M20142</guid>
      <dc:creator>katharinakostka</dc:creator>
      <dc:date>2016-08-19T14:15:59Z</dc:date>
    </item>
  </channel>
</rss>

