<?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: Limit values from a graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949313#M957585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 14:28:34 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2015-11-12T14:28:34Z</dc:date>
    <item>
      <title>Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949294#M957566</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 graph and i wanna limit the values to the top 5 or top 7 or the 'x' value that i wanna see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did an inline table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALOR_LIMITE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALOR_LIMITE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the dimension limits i use this field, but it isn´t working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 21:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949294#M957566</guid>
      <dc:creator />
      <dc:date>2015-11-05T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949295#M957567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i'm wrong, as your field have multiple values which value are you passing to dimension limits to limit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use a variable, on selection of value pass the selected value into variable &amp;amp; use that variable in dimension limits, by using variable u can choose an option to feed it data from input fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Brad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 21:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949295#M957567</guid>
      <dc:creator />
      <dc:date>2015-11-05T21:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949296#M957568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open a new script and enter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DummyData:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;RowNo() as SalesKey,&lt;/P&gt;&lt;P&gt;RowNo() * 3 as OrderAmount&lt;/P&gt;&lt;P&gt;AutoGenerate(50);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALOR_LIMITE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALOR_LIMITE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make a bar chart with SalesKey as the dimension and sum (OrderAmount) as the expression.&lt;/P&gt;&lt;P&gt;2. Add a Slider/Calendar Object. Set the Input Style to Slider, make sure Field is selected under Data, and select VALOR_LIMITE to its right. Make sure Discrete is checked in the Value Mode section.&lt;/P&gt;&lt;P&gt;3. Open up the properties for the new chart and go to the Dimension Limits tab. Make sure SalesKey is selected on the right, check "Restrict which values are displayed using the first expression," then select Show only. Select Largest, and then in the box to its right enter "=GetFieldSelections(VALOR_LIMITE)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slider now controls the number of values included in the chart. Note the 8 bars in the image below. The slider is restricted to the values entered in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20151105_1.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104087_20151105_1.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 02:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949296#M957568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T02:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949297#M957569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you want the Graph based on your Selection in the VALOR_LIMITE? Like this..&lt;/P&gt;&lt;P&gt;try to put the below expression in your Dimension limit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(isnull(GetFieldSelections(VALOR_LIMITE)),Count(Dim),GetFieldSelections(VALOR_LIMITE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104090_Capture.JPG" style="height: 284px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 02:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949297#M957569</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-06T02:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949298#M957570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To prevent a user from selecting more than one value in the VALOR_LIMITE list box, select one value and then open the List Box properties. In the General tab check Always one selected value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to set a trigger on open to select a default value since reloads will sometimes deselect all options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 03:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949298#M957570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T03:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949299#M957571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Instead its very easy to use a variable with input box ,&lt;/P&gt;&lt;P&gt;1)Create a Variable vLimit and assign a values 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2) Take one input box and add this variable to it &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;3) Open Chart --&amp;gt; properties --&amp;gt; Dimension Limits --&amp;gt; select largest --&amp;gt; erase default values use this variable $(vLimit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; and Un check others&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4) Give the value in input box then Chart display will change according to your selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 05:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949299#M957571</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-11-06T05:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949300#M957572</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;Try like this in Dimension Limits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Propeties -&amp;gt; Dimension Limits -&amp;gt; Select Show Only -&amp;gt; Largest 5 Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 06:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949300#M957572</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-06T06:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949301#M957573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use a ciclic dimension ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949301#M957573</guid>
      <dc:creator />
      <dc:date>2015-11-06T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949302#M957574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use a cyclic dimension with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using "" and '' but i couldn´t make it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949302#M957574</guid>
      <dc:creator />
      <dc:date>2015-11-06T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949303#M957575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use it. You need to use Getcurrentfield (Your group name )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949303#M957575</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-06T13:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949304#M957576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You can try Jagan's suggestion&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Else&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Create a variable and take it in input box&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;and set it into Presentation tab under when ITem exceed scroll bar...Top right midle..&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;PFA..&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;their are two values of dimension only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949304#M957576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949305#M957577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, should have specified to leave out the quotes. Put everything between the quotes into the field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use in conjunction with a cyclic group. Make sure that you cyclic group replaces the existing dimension in the dimension tab and in the dimension limits tab. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 23:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949305#M957577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T23:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949306#M957578</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;thank you for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i realized i need one more thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dimmensions i have another dimension: Month Year so i'm seeing the top 5 of each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i see the top 5 or 10 or whatever for all the months? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 17:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949306#M957578</guid>
      <dc:creator />
      <dc:date>2015-11-11T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949307#M957579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thank you for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But i realized i need one more thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the dimmensions i have another dimension: Month Year so i'm seeing the top 5 of each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How can i see the top 5 or 10 or whatever for all the months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 17:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949307#M957579</guid>
      <dc:creator />
      <dc:date>2015-11-11T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949308#M957580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Atttach some sample file so that it would be easier to understand.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 06:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949308#M957580</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-12T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949309#M957581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have similar kind of dimension like you said, Year &amp;amp; Month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then make a &lt;STRONG&gt;Drill group of these dimension,&lt;/STRONG&gt; it will work into same way&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 06:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949309#M957581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T06:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949310#M957582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a graph like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105267_qlik.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i'm using a top 5. But how i said it isn't working&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>Thu, 12 Nov 2015 14:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949310#M957582</guid>
      <dc:creator />
      <dc:date>2015-11-12T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949311#M957583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hey. It's not easy to attach the qvw right now. But this is the graphic.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="qlik.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105268_qlik.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;now i'm using a top 5. But how i said it isn't working because i see the top 5 of each year month or something like that. I´m not sure but i suppose that&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 14:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949311#M957583</guid>
      <dc:creator />
      <dc:date>2015-11-12T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949312#M957584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thank you for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But i realized i need one more thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the dimmensions i have another dimension: Month Year so i'm seeing the top 5 of each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How can i see the top 5 or 10 or whatever for all the months?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Its this graphic&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="qlik.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105281_qlik.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 14:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949312#M957584</guid>
      <dc:creator />
      <dc:date>2015-11-12T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Limit values from a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949313#M957585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 14:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-values-from-a-graph/m-p/949313#M957585</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-11-12T14:28:34Z</dc:date>
    </item>
  </channel>
</rss>

