<?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: Slider in Qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2511099#M105007</link>
    <description>&lt;P&gt;Thanks for replying,&lt;BR /&gt;&lt;BR /&gt;I have taken vSpentThreshold as 0, in slider Moin as Zero, max as 5, step as 1&lt;BR /&gt;When I added Lds measure to pivot every value is giving zero&lt;BR /&gt;My measure is like below&lt;BR /&gt;Count({&amp;lt; [Fact Type]={'Ld'},[total spend] = {"&amp;gt;$(vSpentThreshold)"}&amp;gt;} distinct [L ID])&lt;BR /&gt;&lt;BR /&gt;when you see in below picture , I have values for&amp;nbsp; Lds&amp;nbsp; for some Insitution names where Spend &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mouni09_0-1742728802485.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178882i488506220C0D6AEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mouni09_0-1742728802485.png" alt="Mouni09_0-1742728802485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;why I am not getting values for Lds?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Mar 2025 11:20:43 GMT</pubDate>
    <dc:creator>Mouni09</dc:creator>
    <dc:date>2025-03-23T11:20:43Z</dc:date>
    <item>
      <title>Slider in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2510972#M104984</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to show Slider in Qlik sense sheet&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a existing pivot table in one of the Qlik sense Application&lt;BR /&gt;The pivot table has rows [Institution Name], Date&lt;BR /&gt;Values has &lt;BR /&gt;Lds: Count({&amp;lt;[Fact Type]={'Ld'}&amp;gt;} distinct [L ID]) &lt;BR /&gt;Spend ($) : Sum([total spend])&lt;BR /&gt;Enr Segment : Count({&amp;lt;[Fact Type]={'Intro Ld'}&amp;gt;} distinct [Enrolled L ID])&lt;BR /&gt;Rate by segment : Dual(NUM([# Enr Segment]/ [Lds], '#,##0.00%') &amp;amp; ' (' &amp;amp; num([# Enr Segment],'#,##0') &amp;amp; ' /' &amp;amp; num([Lds],'#,##0') &amp;amp; ')',&lt;BR /&gt;([# Enr Segment] / [Lds]))&lt;/P&gt;
&lt;P&gt;Now my requirement is to show Institution name that are currently spending&lt;/P&gt;
&lt;P&gt;solution maybe::&lt;/P&gt;
&lt;P&gt;Measure creation - for slider so they can set the spent volume&lt;/P&gt;
&lt;P&gt;If spent &amp;gt; 1 show Lds, Enr etc&lt;/P&gt;
&lt;P&gt;How to do,&lt;BR /&gt;Please help....&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 09:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2510972#M104984</guid>
      <dc:creator>CharanY28</dc:creator>
      <dc:date>2025-03-21T09:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Slider in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2510973#M104985</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;If I understand correctly you want add a slider in Qlik to filter based on spend volume and use that to show data dynamically in your pivot table.&lt;/P&gt;&lt;P&gt;First create a variable for slider&lt;BR /&gt;Go to the "Variables" section in your Qlik Sense app (from the left panel, click on the “Variable overview”) and add a new variable "vSpendThreshold"&lt;/P&gt;&lt;P&gt;In "Edit" mode of your sheet, add an object of type "Variable Input".&lt;BR /&gt;Configure it as:&lt;BR /&gt;Variable: vSpendThreshold&lt;BR /&gt;Label: Spend Threshold&lt;BR /&gt;Input Type: Slider&lt;BR /&gt;Min / Max / Step: based on your Spend data (e.g., Min = 0, Max = 100000, Step = 1000)&lt;/P&gt;&lt;P&gt;Finally modify the Pivot Table to use it&lt;BR /&gt;In your pivot table, you now want to filter institutions where Spend &amp;gt; vSpendThreshold.&lt;/P&gt;&lt;P&gt;You can do this by updating your expressions or by using set analysis with the variable. Example:&lt;/P&gt;&lt;P&gt;Modify your measures like this:&lt;/P&gt;&lt;P&gt;Spend:&lt;/P&gt;&lt;P&gt;Sum(IF([total spend] &amp;gt; $(vSpendThreshold), [total spend]))&lt;/P&gt;&lt;P&gt;or try to adapt to measures you want to&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 10:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2510973#M104985</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-03-21T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Slider in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2511099#M105007</link>
      <description>&lt;P&gt;Thanks for replying,&lt;BR /&gt;&lt;BR /&gt;I have taken vSpentThreshold as 0, in slider Moin as Zero, max as 5, step as 1&lt;BR /&gt;When I added Lds measure to pivot every value is giving zero&lt;BR /&gt;My measure is like below&lt;BR /&gt;Count({&amp;lt; [Fact Type]={'Ld'},[total spend] = {"&amp;gt;$(vSpentThreshold)"}&amp;gt;} distinct [L ID])&lt;BR /&gt;&lt;BR /&gt;when you see in below picture , I have values for&amp;nbsp; Lds&amp;nbsp; for some Insitution names where Spend &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mouni09_0-1742728802485.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178882i488506220C0D6AEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mouni09_0-1742728802485.png" alt="Mouni09_0-1742728802485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;why I am not getting values for Lds?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 11:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slider-in-Qlik-sense/m-p/2511099#M105007</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-03-23T11:20:43Z</dc:date>
    </item>
  </channel>
</rss>

