<?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: creating a table with limits on the expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814389#M287278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;col1,&lt;/P&gt;&lt;P&gt;col2,&lt;/P&gt;&lt;P&gt;revenue&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;resident ActTable&lt;/P&gt;&lt;P&gt;where Revenue &amp;gt; 1000 and Revenue &amp;lt; 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can drop noconcatenate when you donot have a table with same column&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 13:20:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-16T13:20:30Z</dc:date>
    <item>
      <title>creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814388#M287277</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 would like to create a table that shows revenues of over x amount and below y amount (e.g 1000&amp;lt;revenue&amp;lt;2000), with the regular dimensions (date, customers, countries etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814388#M287277</guid>
      <dc:creator />
      <dc:date>2015-02-16T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814389#M287278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;col1,&lt;/P&gt;&lt;P&gt;col2,&lt;/P&gt;&lt;P&gt;revenue&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;resident ActTable&lt;/P&gt;&lt;P&gt;where Revenue &amp;gt; 1000 and Revenue &amp;lt; 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can drop noconcatenate when you donot have a table with same column&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814389#M287278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814390#M287279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Revenue = {'&amp;gt;1000&amp;lt;2000'}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will only include revenue between that particular range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814390#M287279</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-16T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814391#M287280</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;Expression:&amp;nbsp; =If(Sum(Revenue) &amp;gt; 1000 And Sum(Revenue) &amp;lt; 2000, Sum(Revenue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure suppress zeros is checked (on the Presentation tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814391#M287280</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-16T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814392#M287281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create your graphe with your dimension and the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(revenue)&amp;gt;1000 and sum(revenue)&amp;lt;2000,sum(revenue))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814392#M287281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814393#M287282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it shows a '-' when the sum is different from the range.&lt;/P&gt;&lt;P&gt;i don't want to see these rows, how do i not show them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 18:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814393#M287282</guid>
      <dc:creator />
      <dc:date>2015-04-26T18:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814394#M287283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should not show '-'. Have you used the condition in your dimension or expression? If you used it in dimension, you may need to check 'Suppress when Null' option on the dimension tab of the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the exact dimension and expression that you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 19:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814394#M287283</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-26T19:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814395#M287284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's an expression.&lt;/P&gt;&lt;P&gt;i wrote the line "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(Sum(Revenue) &amp;gt; 1000 And Sum(Revenue) &amp;lt; 2000, Sum(Revenue))&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;in the definition rubric, not the conditional rubric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 19:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814395#M287284</guid>
      <dc:creator />
      <dc:date>2015-04-26T19:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table with limits on the expressions</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814396#M287285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at a sample application. Does this help? (PFA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 19:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-table-with-limits-on-the-expressions/m-p/814396#M287285</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-26T19:11:13Z</dc:date>
    </item>
  </channel>
</rss>

