<?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 Selection by Button in Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981303#M980257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not the Issue.. that will use to exclude the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 10:17:00 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-08-25T10:17:00Z</dc:date>
    <item>
      <title>Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981298#M980252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im new on qlikview and i would like to add a button which enables and disables to show the dates with and without the signal code 25/44/45. Is herefore any easy way to realize this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96817_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;rgs Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 13:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981298#M980252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981299#M980253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;Create one variable like vShow&lt;/P&gt;&lt;P&gt;Assign this to your Button.. Variable : vShow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value: =if(vShow=0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expression&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;($(vShow)=1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;only(&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]={25,44,45}&amp;gt;}[signal code]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;only(&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]&lt;STRONG&gt;-&lt;/STRONG&gt;={25,44,45}&amp;gt;}[signal code]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981299#M980253</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-24T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981300#M980254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried your solution, unfortunately somethign goes wrong. I have also an error highlighted in the expresion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several items on stock with a signal code (1-99), by pushing the button i would like to remove the lines with signal code values 25,44,45&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96889_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i did according to your insruction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one variable like vShow&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/96890_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign this to your Button..&lt;/P&gt;&lt;P&gt;Variable : vShow&lt;/P&gt;&lt;P&gt;value: =if(vShow=0,1,0)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/96892_pastedImage_6.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 10pt;"&gt;($(vShow)=1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;only(&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]={25,44,45}&amp;gt;}[signal code]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;only(&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]&lt;STRONG&gt;-&lt;/STRONG&gt;={25,44,45}&amp;gt;}[signal code]))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/96894_pastedImage_7.png" style="max-width: 1200px; max-height: 900px;" /&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;Result: Item count 501 (unchanged) in both button conditions, signal code disappeared. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/96895_pastedImage_8.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/96896_pastedImage_9.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981300#M980254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981301#M980255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for not including the symbol &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;may be try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;($(vShow)=1,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;only({&lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]={25,44,45}&amp;gt;}[signal code]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;only(&lt;STRONG&gt;{&lt;/STRONG&gt;&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-&lt;/STRONG&gt;={25,44,45}&amp;gt;}[signal code]))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981301#M980255</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-25T09:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981302#M980256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;next issue&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96898_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&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, 25 Aug 2015 10:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981302#M980256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T10:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981303#M980257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not the Issue.. that will use to exclude the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981303#M980257</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-25T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981304#M980258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, but the result is sill the same, the button is not clearing the lines, just cancelling the signal codes by adding a - (all).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981304#M980258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981305#M980259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That is depends on the other expression. You have to include/exclude the signal code for other expression too.&lt;/P&gt;&lt;P&gt;is it possible to post the sample qvw file? will try to solve the issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 15:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981305#M980259</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-25T15:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981306#M980260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, ok will prepare something, the actual file is way to big, im will be able to create the file tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question; How about if i Edit the dimension Date or %item, to exclude the signal codes? By right the lines with the affected signal codes will automatically disappear, not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981306#M980260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981307#M980261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to do that in your expression not in the Calculated dimension, it may be work. But, it will affect the performance as i know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your picture, it shows only 2 expression. you can try this..&lt;/P&gt;&lt;P&gt;for average&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;($(vShow)=1,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Avg({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]={25,44,45}&amp;gt;}YourField),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Avg({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-&lt;/STRONG&gt;={25,44,45}&amp;gt;}YourField))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;for signal code&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;($(vShow)=1,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;only({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]={25,44,45}&amp;gt;}[signal code]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;only({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;signal code]&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-&lt;/STRONG&gt;={25,44,45}&amp;gt;}[signal code]))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981307#M980261</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-25T16:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981308#M980262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i tried today, but unfortunatelly isnt working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/96953_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do it without varriable, it works, i can include and exlude the signal code items, im just not able to include the varriable.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96946_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe im completely wrong with my itention...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981308#M980262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T16:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981309#M980263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this in calculated dimension..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;($(vShow)=1 and [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;25 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]=&lt;/SPAN&gt;44 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;signal code]=&lt;/SPAN&gt;45,%item,&lt;SPAN style="line-height: 19.5px;"&gt;%item)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 19.5px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 19.5px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;in expression,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 19.5px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 19.5px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;=only([signal code])&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981309#M980263</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-25T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981310#M980264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect now i get the wished result &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;Just need to changed a bit to get full assortment (all items) and the active items (no 25,44,45)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Signal Code&lt;/P&gt;&lt;P&gt;if($(vShow)=1,only({&amp;lt;[Signal Code]-={40,41,42,43,44,45}&amp;gt;}[Signal Code]),[Signal Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For average stock&lt;/P&gt;&lt;P&gt;if($(vShow)=1,Avg({&amp;lt;[Signal Code]-={40,41,42,43,44,45}&amp;gt;}#InventoryOnHand),#InventoryOnHand)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a next step, i will declare the signal code selection in a variable, to make it more easy if i use more expressions as 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again to support a beginner in qlikview &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981310#M980264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T08:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981311#M980265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear that. &lt;/P&gt;&lt;P&gt;do you want the expression with variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the variable like&amp;nbsp; vSignalCode :&amp;nbsp; 4&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;0,41,42,43,44,45&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Signal Code&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if($(vShow)=1,only({&amp;lt;[Signal Code]-={&lt;STRONG&gt;$(=vSignalCode)&lt;/STRONG&gt;}&amp;gt;}[Signal Code]),[Signal Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For average stock&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if($(vShow)=1,Avg({&amp;lt;[Signal Code]-={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(=vSignalCode)&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}#InventoryOnHand),#InventoryOnHand)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981311#M980265</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-26T08:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981312#M980266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As this is not recommended as it slows down the server, im not goin to use it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice in the post before &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981312#M980266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T08:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection by Button in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981313#M980267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, this i could fix by myself &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;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Selection-by-Button-in-Table/m-p/981313#M980267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T08:55:30Z</dc:date>
    </item>
  </channel>
</rss>

