<?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 Allow dashboard viewer to set min/max of a measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34692#M2306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible in Qlik Sense to allow the viewer of a dashboard to determine min/max values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a table that shows the sales people, their sales total 6 months ago, their sales total today and the % increase from 6 months ago to today. &lt;/P&gt;&lt;P&gt;In the table, the dimension (salesperson) is set to show "top 5" as calculated on the % increase measure.&amp;nbsp; However, sales people that barely started 7-8 months ago have a giant increase (as their sales 6 months ago were very low), so they always show as part of the top 5, usually with a 100%+ increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The executives looking at the dashboard would like to limit the sales people in this table.&amp;nbsp; For example, one exec wants to see only sales people that had a minimum of $100K 6 months ago; another wants the bar to be $200K, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allow the execs to select the minimum threshold for a sales person to be considered for the top 5 table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 22:09:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-15T22:09:10Z</dc:date>
    <item>
      <title>Allow dashboard viewer to set min/max of a measure</title>
      <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34692#M2306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible in Qlik Sense to allow the viewer of a dashboard to determine min/max values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a table that shows the sales people, their sales total 6 months ago, their sales total today and the % increase from 6 months ago to today. &lt;/P&gt;&lt;P&gt;In the table, the dimension (salesperson) is set to show "top 5" as calculated on the % increase measure.&amp;nbsp; However, sales people that barely started 7-8 months ago have a giant increase (as their sales 6 months ago were very low), so they always show as part of the top 5, usually with a 100%+ increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The executives looking at the dashboard would like to limit the sales people in this table.&amp;nbsp; For example, one exec wants to see only sales people that had a minimum of $100K 6 months ago; another wants the bar to be $200K, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allow the execs to select the minimum threshold for a sales person to be considered for the top 5 table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 22:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34692#M2306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T22:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allow dashboard viewer to set min/max of a measure</title>
      <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34693#M2307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used the variable extension on Branch which allows for sliders to do this.&lt;/P&gt;&lt;P&gt;Basically you use a variable in your measure like:&lt;/P&gt;&lt;P&gt;If(Count(DISTINCT [Encounter CSN])&amp;gt;=$(vMin),Count(DISTINCT [Encounter CSN]))&lt;/P&gt;&lt;P&gt;The slider would then change the value of vMin; the visualization should also have the Include null values unchecked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 00:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34693#M2307</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-02-16T00:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Allow dashboard viewer to set min/max of a measure</title>
      <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34694#M2308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David.&amp;nbsp; I installed the qsVariable extension and added the slider.&amp;nbsp; It seems there is a bug however with the extension when used with the September 2017 (Patch 1) version of Qlik Sense server: the extension has nowhere to enter the name of the variable, so not sure how to call it in the expression editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know what the default variable name is (when the slider is used)?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34694#M2308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T16:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Allow dashboard viewer to set min/max of a measure</title>
      <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34695#M2309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no default variable name; might try an older version of the extension or comment on git-hub to get it working with September 2017. Might be able to fix yourself as the source is included.&lt;/P&gt;&lt;P&gt;checking in June 2017, it works, but differently.&lt;/P&gt;&lt;P&gt;Create a variable first as the new extention uses a drop down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34695#M2309</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-02-16T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Allow dashboard viewer to set min/max of a measure</title>
      <link>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34696#M2310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David.&amp;nbsp; I created a variable and selected that in the qsVariable dropdown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Allow-dashboard-viewer-to-set-min-max-of-a-measure/m-p/34696#M2310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T17:52:01Z</dc:date>
    </item>
  </channel>
</rss>

