<?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: How to create alternative filter? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046031#M919921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to filter some values out from the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the sample test.qvw there is a table test.&lt;/P&gt;&lt;P&gt;If i want to only show place values K1 and K2 on the table, is there a way to filter them without selections from the listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my stupid questions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2016 10:29:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-29T10:29:36Z</dc:date>
    <item>
      <title>How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046023#M919913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a filter that shows only some values, without deleting any of the data from the table. The data is needed, but I need a filter that does not show all the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like if I had a dimension values with I could filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to user have only chance to filter with these:&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the list is of course with ~100 of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a workbook attached also if someone want's to play around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046023#M919913</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046024#M919914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the list box expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= aggr(if(match(Dimension,'A','C'),&lt;SPAN style="font-size: 13.3333px;"&gt;Dimension),&lt;SPAN style="font-size: 13.3333px;"&gt;Dimension)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046024#M919914</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-29T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046025#M919915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well one solution obviously seems to be is to create an alternative table completely differently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_filter:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;linkingid, FilterValue&lt;/P&gt;&lt;P&gt;A, A&lt;/P&gt;&lt;P&gt;C, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then only use the FilterValue as a filtering dimension.&lt;/P&gt;&lt;P&gt;Well, if any other suggestions I am all ear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046025#M919915</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046026#M919916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the listbox properties go to General -&amp;gt; Field, choose expression and enter something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(part,'A','C') &amp;gt; 0, part)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display only the options that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Karla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046026#M919916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-29T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046027#M919917</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;This definitely a better solution than mine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046027#M919917</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046028#M919918</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;Thank you! That was almost what I was searching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a bit problem with this one: When selecting a value from the list, it hides the other values from the list and did not grey them out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046028#M919918</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046029#M919919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with list box expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(not wildmatch(part,'B'),part)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046029#M919919</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046030#M919920</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;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; apply same statement under "Add calculated dimension" &amp;amp; Check suppress when value is null(CheckBox under it).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046030#M919920</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046031#M919921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to filter some values out from the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the sample test.qvw there is a table test.&lt;/P&gt;&lt;P&gt;If i want to only show place values K1 and K2 on the table, is there a way to filter them without selections from the listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my stupid questions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046031#M919921</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046032#M919922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this answered to my other question that I just made here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Just did a little modification, used wildmatch for the values I wanted to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046032#M919922</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046033#M919923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was already answered &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046033#M919923</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046034#M919924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a calculated dimension and use the same expression than the one in the listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="foto.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123098_foto.png" style="height: 320px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Just be aware of check the supress when value is null option to take out the rows that you don't want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Karla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046034#M919924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-29T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alternative filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046035#M919925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-alternative-filter/m-p/1046035#M919925</guid>
      <dc:creator />
      <dc:date>2016-04-29T10:37:28Z</dc:date>
    </item>
  </channel>
</rss>

