<?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 display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112156#M17425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want to hide and show the straight table? If yes, then in your chart properties - Layout Tab - Conditional Check box. Write like &lt;/P&gt;&lt;P&gt;= Sum(RefundedSalesAmount) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the field name as you used in your straight table expr. Not sure so just named RefundedSalesAmount. Hope you get it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2018 15:02:23 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-09-10T15:02:23Z</dc:date>
    <item>
      <title>Straight table display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112155#M17424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;Question for you.&amp;nbsp; I have this straight table and I only want to show it when a refund amount is greater than zero.....any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213150_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 14:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112155#M17424</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2018-09-10T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112156#M17425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want to hide and show the straight table? If yes, then in your chart properties - Layout Tab - Conditional Check box. Write like &lt;/P&gt;&lt;P&gt;= Sum(RefundedSalesAmount) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the field name as you used in your straight table expr. Not sure so just named RefundedSalesAmount. Hope you get it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112156#M17425</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-10T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112157#M17426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see I have columns with a refund amount and columns where refund amount is equal to 0.&amp;nbsp; I only want to show the customers who have a refund amount greater than 0.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112157#M17426</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2018-09-10T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112158#M17427</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 adding a dimension like the following and check "Suppress When Value is Null" box on the dimensions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Aggr(Sum([Refund Amount]),SortedBy,Customers)&amp;lt;&amp;gt;0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have guessed at your field names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on the presentation tab hide the dimension column that has been added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112158#M17427</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2018-09-10T16:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112159#M17428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an aggr dimension like below then check supress null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(If(Sum(refundAmount) &amp;gt;0, SortedBy), SortedBy)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-display/m-p/112159#M17428</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-10T16:22:38Z</dc:date>
    </item>
  </channel>
</rss>

