<?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 What is the expression???!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170508#M40911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My quick reply window closed i dont know if the message went through. I was saying that more or less it is what i am looking for except that I need a little step further. I managed to have appear on list the countries with scores above 9, and to not even show the countries that scored below. this i managed to get using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(avg([CQ1 - Overall Satisfaction])&amp;gt;=9,avg([CQ1 - Overall Satisfaction]),0)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;But from this list of filtered countries, I need a formula or expression or condition that only shows the top 40% of these countries. The 40% of countries that scored 9-10, not the whole list of countries that scored 9-10 is what i need. If i am not explaining well enough for you please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 14:54:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-14T14:54:43Z</dc:date>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170503#M40906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know an expression that allows me to filter the top 40% of results (given that these results are already under an IF condition saved in a variable.) in a list or table if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for any help and consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170503#M40906</guid>
      <dc:creator />
      <dc:date>2011-01-14T12:24:50Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170504#M40907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S, Could you post a sample of your document so I can see the specifics that you're working with. Thanks, S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170504#M40907</guid>
      <dc:creator />
      <dc:date>2011-01-14T12:50:14Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170505#M40908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to show the top 40%, a nice way to do this is to check the Max Number option in the presentation tab.&lt;BR /&gt;And use&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; =Count (DISTINCT FiledName)/100*40&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Or if you want to make the percentage variabel use:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; =Count (DISTINCT FiledName)/100*NameVariable&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This way you can for example connect the variable to a slider-object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 13:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170505#M40908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-14T13:14:05Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170506#M40909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S,&lt;/P&gt;&lt;P&gt;Here it is....its seems foolish i know but i am incredibly rusty with this....&lt;/P&gt;&lt;P&gt;On the bottom left hand corner i am trying to do an analysis that lets me see the top 40% of countries that had an average overall satisfaction above 9, and the same for the list below that, for the 40% of countries that had scores between 0 - 4. I have one condition already limiting the data displayed to be that which falls under the condition instead of having trure/false values...but out of this filtered list i need the % filter if possible.&lt;/P&gt;&lt;P&gt;On another note, if i use the IF analysis with 8.5 or 7.5 it does not work....i tried comma as well but only accepts whole numbers.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for taking the time S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170506#M40909</guid>
      <dc:creator />
      <dc:date>2011-01-14T13:16:19Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170507#M40910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Expression:&lt;BR /&gt;&lt;BR /&gt; &lt;I&gt;avg([CQ1 - Overall Satisfaction])&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Max Number (Presentation)&lt;/P&gt;&lt;P&gt;&lt;I&gt;Count (DISTINCT [Customer Country])/100*40&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;By sorting the colom Satisfation descending or ascending &lt;I&gt;&lt;/I&gt;you can get the top or the bottom 40 %&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 14:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170507#M40910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-14T14:27:49Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170508#M40911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My quick reply window closed i dont know if the message went through. I was saying that more or less it is what i am looking for except that I need a little step further. I managed to have appear on list the countries with scores above 9, and to not even show the countries that scored below. this i managed to get using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(avg([CQ1 - Overall Satisfaction])&amp;gt;=9,avg([CQ1 - Overall Satisfaction]),0)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;But from this list of filtered countries, I need a formula or expression or condition that only shows the top 40% of these countries. The 40% of countries that scored 9-10, not the whole list of countries that scored 9-10 is what i need. If i am not explaining well enough for you please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 14:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170508#M40911</guid>
      <dc:creator />
      <dc:date>2011-01-14T14:54:43Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170509#M40912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this working? :&lt;/P&gt;&lt;P&gt;if(avg([CQ1 - Overall Satisfaction])&amp;lt;=9,0,avg([CQ1 - Overall Satisfaction]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170509#M40912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-14T15:12:12Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170510#M40913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work in combination with the Max Number function.&lt;/P&gt;&lt;P&gt;Let me know if you get it to work, if not I will try to upload a file later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170510#M40913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-14T15:29:49Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170511#M40914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me the same result as my version of the IF( condition, so yes it does work! But i still need a way to filter only the top 40% of these, or bottom 40% of the lowest scores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170511#M40914</guid>
      <dc:creator />
      <dc:date>2011-01-14T15:43:44Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170512#M40915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried them all, but the results do not change in the slightest bit. I appreciate all the ideas folks, and now Im determined to solve this!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170512#M40915</guid>
      <dc:creator />
      <dc:date>2011-01-14T15:46:27Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170513#M40916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see your point, you need to use the "if(avg([CQ...."-part in the MAx Number formule or in the dimension.&lt;BR /&gt;But I am not sure if that is possible in this way.&lt;/P&gt;&lt;P&gt;I will try more a little later....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 16:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170513#M40916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-14T16:21:36Z</dc:date>
    </item>
    <item>
      <title>What is the expression???!!!</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170514#M40917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dennis. I will try the options again with this last one too. I appreciate your help and all you are doing you and everybody involved, Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 16:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression/m-p/170514#M40917</guid>
      <dc:creator />
      <dc:date>2011-01-14T16:39:31Z</dc:date>
    </item>
  </channel>
</rss>

