<?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: Show only Variable more than N in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402262#M149690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 18:20:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-12T18:20:30Z</dc:date>
    <item>
      <title>Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402255#M149683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have Scatter chart and input button, where I select minimum number in each month.&lt;/P&gt;&lt;P&gt;I want to show tags in the chart only according to condition N_month&amp;gt;Input Button(Variable1).&lt;/P&gt;&lt;P&gt;I use an expression &lt;/P&gt;&lt;P&gt;count({ $&amp;lt; N_Month={"&amp;gt;$(=Variable1)"}&amp;gt;}[FieldName])&lt;/P&gt;&lt;P&gt;It shows all tags.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402255#M149683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402256#M149684</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;count({ $&amp;lt; N_Month={'&amp;gt;$(Variable1)'}&amp;gt;}[FieldName])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402256#M149684</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402257#M149685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without equal sign:&lt;/P&gt;&lt;P&gt; count({ $&amp;lt; N_Month={"&amp;gt;$(Variable1)"}&amp;gt;} [FieldName])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get it work N_Month and Variable1 should be numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402257#M149685</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T17:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402258#M149686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My expression works, but it show all tags.&lt;/P&gt;&lt;P&gt;To easy understand my problem, imagine a school with classes.&lt;/P&gt;&lt;P&gt;I select 1 class in a list box.&lt;/P&gt;&lt;P&gt;My chart shows all students in this class. Then I select my minimum.&lt;/P&gt;&lt;P&gt;It should be show only students who has more than my Minimum.&lt;/P&gt;&lt;P&gt;But I see all students in the school.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402258#M149686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T17:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402259#M149687</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you upload a sample file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402259#M149687</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402260#M149688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;updload the sample file so that we can help you with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402260#M149688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T17:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402261#M149689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;My expression works, but it show all tags.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My expression works too, and it shows only tags in a set { $&amp;lt; N_Month={"&amp;gt;$(Variable1)"}&amp;gt;} &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402261#M149689</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402262#M149690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402262#M149690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402263#M149691</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you able to say, what your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please see the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402263#M149691</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T18:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402264#M149692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I select Class 1 in list box. It should be only students with capital Letters.&lt;/P&gt;&lt;P&gt;Chart with Variable shows all students. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402264#M149692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402265#M149693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;input botton works, but I can understand how connect my botton and students&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402265#M149693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402266#M149694</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It because, you used alternate state in multi box. So change it in default state . Then it works fine..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402266#M149694</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-12T18:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402267#M149695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't do it, because I have other charts, where I select Student and Class.&lt;/P&gt;&lt;P&gt;In this case I have only 1 class and 1 student in scatter charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402267#M149695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402268#M149696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 vovan4ik:&lt;/P&gt;&lt;P&gt;You didn't&amp;nbsp; mention that you use alternative states.&lt;/P&gt;&lt;P&gt;There are two common states: default and inherited. $ - is default, while all charts if not specified use inherited state.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Remove leading $ from your set analysis expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count({&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt; N_Month={"&amp;gt;$(Variable1)"}&amp;gt;}[FieldName])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402268#M149696</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T19:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show only Variable more than N</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402269#M149697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it was so easy. &lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-Variable-more-than-N/m-p/402269#M149697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:47:51Z</dc:date>
    </item>
  </channel>
</rss>

