<?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: Filter column in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503081#M481144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(PUBLISHER,'*Gyldendal*') and wildmatch(ISBN,'*0215*'),0215) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then tick the box Chart properties -&amp;gt; Dimensions -&amp;gt; Suppress When Value is Null.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 09:21:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-22T09:21:30Z</dc:date>
    <item>
      <title>Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503077#M481140</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 have an issue which I hope you can help me with. I have a straight table where one column is an ISBN number which is a specific code for a book. In the expression I have count of listenings to the specific books. The issue is that I want to filter ISBN number which have a specific serie (where 4 numbers in the ISBN number are the same) I have added below code in the script but I guess I have to add an expression aswell in the table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select p.ID as PROGRAM_ID, p.ISBN, p.NAME, roy.ID AS ROYALTY_ID, roy.CUSTOMER_ID, roy.FULL_EQUIVALENTS, roy.INSERT_DATE AS INSERT_DATE&lt;/P&gt;&lt;P&gt;FROM bokilur.ROYALTY_DK roy &lt;/P&gt;&lt;P&gt;JOIN bokilur.PROGRAM p ON roy.PROGRAM_ID=p.ID&lt;/P&gt;&lt;P&gt;WHERE PUBLISHER LIKE '%Gyldendal%' AND ISBN LIKE '%0215%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503077#M481140</guid>
      <dc:creator />
      <dc:date>2013-10-22T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503078#M481141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the data in ISBN field(in qv; after load) and which of them do you want to display in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503078#M481141</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-22T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503079#M481142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Add to the properties -&amp;gt; Expressions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(PUBLISHER,'*Gyldendal*') and match(ISBN,'*0215*')) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then tick the box Chart properties -&amp;gt; Dimensions -&amp;gt; Suppress When Value is Null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503079#M481142</guid>
      <dc:creator />
      <dc:date>2013-10-22T08:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503080#M481143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added above to the expression but it doesn't seem to work. I ticked the "suppress when value in null" in the straight table -&amp;gt; dimension -&amp;gt; ISBN. Maybe that wasn't correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503080#M481143</guid>
      <dc:creator />
      <dc:date>2013-10-22T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503081#M481144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(PUBLISHER,'*Gyldendal*') and wildmatch(ISBN,'*0215*'),0215) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then tick the box Chart properties -&amp;gt; Dimensions -&amp;gt; Suppress When Value is Null.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 09:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503081#M481144</guid>
      <dc:creator />
      <dc:date>2013-10-22T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter column in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503082#M481145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-column-in-a-straight-table/m-p/503082#M481145</guid>
      <dc:creator />
      <dc:date>2013-10-23T06:38:34Z</dc:date>
    </item>
  </channel>
</rss>

