<?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 From slider to graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288848#M1194652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! At the moment I solved my problem by creating a chart, with no dimensions, and then calculating &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(aggr(if(0&amp;lt;=$(ActivityRate)&amp;lt;0.1,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;count(aggr(if(0.1&amp;lt;=$(ActivityRate)&amp;lt;0.2,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;count(aggr(if(0.2&amp;lt;=$(ActivityRate)&amp;lt;0.3,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;ecc&lt;/P&gt;&lt;P&gt;This tells me how big is each segment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; guess there should be a more elegant solution, but I'm quite new to QV. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2011 11:40:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-11T11:40:50Z</dc:date>
    <item>
      <title>From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288844#M1194648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am usind a Slider object to set the value of a variable y on a range from 1 to 10, with step 1. A table then uses the value of the variable to show on one side the number of items that have some value bigger than y and on the other side the number of those that have a value smaller than y.&lt;/P&gt;&lt;P&gt;What I wish to do now, is to get rid of the Slider and have graph whose x dimension is layered from 1 to 10 and etween 1 and 2 counts the number of items which have a value between 1 and 2, next between 2 and 3 and so forth.&lt;/P&gt;&lt;P&gt;I hope this is understandable...&lt;/P&gt;&lt;P&gt;Can anyone help me with it?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 07:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288844#M1194648</guid>
      <dc:creator />
      <dc:date>2011-05-11T07:17:37Z</dc:date>
    </item>
    <item>
      <title>From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288845#M1194649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you post QV document with sample data? It will be easy to look into the data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 08:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288845#M1194649</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-05-11T08:08:48Z</dc:date>
    </item>
    <item>
      <title>From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288846#M1194650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I give you a line of code, hoping that it helps. In the Slider I set the variable vRate then I calculate in a chart the number of contacts that have a higer activity rate like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(aggr(if($(ActivityRate)&amp;gt;=vRate,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roughly, what I would like to have is a chart like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(aggr(if(vRate&amp;lt;=$(ActivityRate)&amp;lt;vRate+5%,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Counting the number of Contacts that have a activity rate between 0 and 5%, then between 5% and 10% and so forth till 100%... I think what I lack is a way to iterate on vRate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 08:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288846#M1194650</guid>
      <dc:creator />
      <dc:date>2011-05-11T08:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288847#M1194651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Have you considered using Dollar Sign Expansion with search capabilities? It is difficult for me to demostrate without the QV document. However, below is the example of what I am referring to...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;COUNT(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {$&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeStampValue = {'&amp;gt;= $(=($(vMinCurrentTime))-1) &amp;lt;=$(=($(vMaxCurrentTime))) '} , &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q_No ={'Q1'} &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #000080;"&gt;&lt;STRONG&gt;Resp_ID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;The above expression Counts the Resp_ID for Q1, then it calculates the values for greater than MinCurrentTime and less than MaxCurrentTime. I had used these variables within the slider. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 11:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288847#M1194651</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-05-11T11:09:27Z</dc:date>
    </item>
    <item>
      <title>From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288848#M1194652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! At the moment I solved my problem by creating a chart, with no dimensions, and then calculating &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(aggr(if(0&amp;lt;=$(ActivityRate)&amp;lt;0.1,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;count(aggr(if(0.1&amp;lt;=$(ActivityRate)&amp;lt;0.2,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;count(aggr(if(0.2&amp;lt;=$(ActivityRate)&amp;lt;0.3,[ID Contact]),[ID Contact]))&lt;/P&gt;&lt;P&gt;ecc&lt;/P&gt;&lt;P&gt;This tells me how big is each segment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; guess there should be a more elegant solution, but I'm quite new to QV. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 11:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288848#M1194652</guid>
      <dc:creator />
      <dc:date>2011-05-11T11:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: From slider to graph</title>
      <link>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288849#M1194653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent! I am glad that you got it working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 11:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-slider-to-graph/m-p/288849#M1194653</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-05-11T11:54:19Z</dc:date>
    </item>
  </channel>
</rss>

