<?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: Straight table values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833479#M293224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want not to show some rows with small data?&lt;/P&gt;&lt;P&gt;well, for example, if you have an expression (exp) you can change it (or create second one and hide the first one) like&lt;/P&gt;&lt;P&gt;if(exp &amp;gt; X, exp, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rows with this 0 will go away&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 14:39:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-08T14:39:18Z</dc:date>
    <item>
      <title>Straight table values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833477#M293222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a straight table with a set analysis expression. I would like to show only values that are larger than X. how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the expression to a dimension (I wanted to add condition and suppress when value is null)&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;but there's an error in the set analysis calculates dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;any other ideas?&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833477#M293222</guid>
      <dc:creator />
      <dc:date>2015-07-08T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833478#M293223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say tour expression is Expr1 then write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Expr1 &amp;gt; X, Expr1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as default, all zera values are excluded (if you have more than one expression (es. expr2) you have to write in expr2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Expr1 &amp;gt; X, Expr2, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all expression will turn to zero if expr1 condition is not satisfied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833478#M293223</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-08T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833479#M293224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want not to show some rows with small data?&lt;/P&gt;&lt;P&gt;well, for example, if you have an expression (exp) you can change it (or create second one and hide the first one) like&lt;/P&gt;&lt;P&gt;if(exp &amp;gt; X, exp, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rows with this 0 will go away&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833479#M293224</guid>
      <dc:creator />
      <dc:date>2015-07-08T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833480#M293225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;it's not working(still shows the 0 values) my straight table looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 dimensions (HotelID which is a calculated dimension, hotel name and city name)&lt;/P&gt;&lt;P&gt;and the following expressions:&lt;/P&gt;&lt;P&gt;1. Gross LM:&amp;nbsp; sum(gross)&lt;/P&gt;&lt;P&gt;2. Gross LM same country(the set analysis expression): &lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Agency_Country=P(Agency_Country)&amp;gt;}Gross_LM)&lt;/P&gt;&lt;P&gt;3. flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only want to show Hotels where expression No. 2 is larger than X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 15:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833480#M293225</guid>
      <dc:creator />
      <dc:date>2015-07-08T15:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table values</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833481#M293226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need Calculated Dimension like this&lt;/P&gt;&lt;P&gt;Aggr(If(Sum(Gross_LM) &amp;gt; X,HotelID),HotelID,Agency_Country)&lt;/P&gt;&lt;P&gt;Can You share sample data ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 15:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-values/m-p/833481#M293226</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-08T15:17:20Z</dc:date>
    </item>
  </channel>
</rss>

