<?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: Qliksense Bar Chart Limitation with Slider in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4632#M354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sort you've used in the bar chart is&amp;nbsp; calculated using the measure, not the dimension name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try limiting the number of values returned in the expression by using set analysis in a clever way? or an if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(replace(Reason,'Reason','')&amp;lt;= vSlider,Avg(Kpi1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return null whenever the last digit of "Reason" is greater than vSlider, and the chart will not compile null items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 14:24:04 GMT</pubDate>
    <dc:creator>ericasense</dc:creator>
    <dc:date>2018-01-23T14:24:04Z</dc:date>
    <item>
      <title>Qliksense Bar Chart Limitation with Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4631#M353</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 a table with 1 dimension and 3 measures. I have sorted descending by measure 1. I use a slider (vSlider) to limit the number of lines I wish to see. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the same slider with a bar chart I am not able to maintain sort by measure 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All suggestions welcomed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4631#M353</guid>
      <dc:creator>gavinjohn</dc:creator>
      <dc:date>2024-11-16T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Bar Chart Limitation with Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4632#M354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sort you've used in the bar chart is&amp;nbsp; calculated using the measure, not the dimension name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try limiting the number of values returned in the expression by using set analysis in a clever way? or an if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(replace(Reason,'Reason','')&amp;lt;= vSlider,Avg(Kpi1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return null whenever the last digit of "Reason" is greater than vSlider, and the chart will not compile null items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4632#M354</guid>
      <dc:creator>ericasense</dc:creator>
      <dc:date>2018-01-23T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Bar Chart Limitation with Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4633#M355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....And this is what it says under the option to limit the x axis:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="115" src="https://community.qlik.com/legacyfs/online/191050_Capture.PNG" style="height: 115.231px; width: 147px;" width="147" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4633#M355</guid>
      <dc:creator>ericasense</dc:creator>
      <dc:date>2018-01-23T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Bar Chart Limitation with Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4634#M356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erica. It works perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works perfectly with the test app I uploaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stumped when applying same to my actual data. My attempt on sheet 2 second bar graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Bar-Chart-Limitation-with-Slider/m-p/4634#M356</guid>
      <dc:creator>gavinjohn</dc:creator>
      <dc:date>2018-01-23T14:58:23Z</dc:date>
    </item>
  </channel>
</rss>

