<?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: Check box to exclude value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017571#M523312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Richard,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to implement your requirement is as -&lt;/P&gt;&lt;P&gt;Create a Inline field with REC_TYPE with values A,B,C,D as -&lt;/P&gt;&lt;P&gt;REC_TYPE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in front end use this RecType into list-box for selection which fields to select. (Here I have considered all 4 types; you can take only specific values that you want to allow for selections like C &amp;amp; D only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then where ever your are going to use your (in Dimensions/Expressions) you can write condition to comparing with selected values of&amp;nbsp; RecType.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more understanding please find attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful for you. Feel free to ask further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 13:19:38 GMT</pubDate>
    <dc:creator>prashantbaste</dc:creator>
    <dc:date>2016-04-12T13:19:38Z</dc:date>
    <item>
      <title>Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017570#M523311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my table every record has a value in REC_TYPE of A, B, C, D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my dashboard, I want to always show records with values in REC_TYPE of A and B, and also default to include values of C and D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want 2 check boxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Here to EXCLUDE REC_TYPE of C&amp;nbsp;&amp;nbsp; [&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;Click Here to EXCLUDE REC_TYPE of D&amp;nbsp;&amp;nbsp; [&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise a neat way to do this, or point me to the correct place on this forum.&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, 12 Apr 2016 12:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017570#M523311</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-12T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017571#M523312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Richard,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to implement your requirement is as -&lt;/P&gt;&lt;P&gt;Create a Inline field with REC_TYPE with values A,B,C,D as -&lt;/P&gt;&lt;P&gt;REC_TYPE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in front end use this RecType into list-box for selection which fields to select. (Here I have considered all 4 types; you can take only specific values that you want to allow for selections like C &amp;amp; D only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then where ever your are going to use your (in Dimensions/Expressions) you can write condition to comparing with selected values of&amp;nbsp; RecType.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more understanding please find attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful for you. Feel free to ask further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017571#M523312</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2016-04-12T13:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017572#M523313</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;Thanks for your helpful reply.&lt;/P&gt;&lt;P&gt;I am hoping to allow users to make a selection to reduce the amount of data presented so that I can avoid having conditional dimensions or expressions.&lt;/P&gt;&lt;P&gt;I believe QlikSense has a Search Exclude feature. This is what I need in my trigger action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017572#M523313</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-12T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017573#M523314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached, using a trigger action to filter your Types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017573#M523314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-12T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017574#M523315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that's the kind of thing .... but could you explain how it works ?&lt;/P&gt;&lt;P&gt;I don't understand how the List Box called Exclude Type is able to EXCLUDE values instead of INCLUDing them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017574#M523315</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-12T15:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017575#M523316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just reused the previous sample with some modifications, so the list box is using the field Rec_Type, a data island. Now check Settings - Document properties - Triggers for the trigger and action set on this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017575#M523316</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-12T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017576#M523317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes - sorry I missed the trigger on the field !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017576#M523317</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-12T15:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017577#M523318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So that's not what you were looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017577#M523318</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-12T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017578#M523319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its helpful but rather too complicated for what I need to achieve.&lt;/P&gt;&lt;P&gt;I like to keep my models simple to ensure they can be easily supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017578#M523319</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-12T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017579#M523320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what could be more simple than a single trigger / action? Maybe just the list box with the Type values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017579#M523320</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-12T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017580#M523321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm always conscious of supporting apps and deciding whether a development investment is worth the value it gives the end user. For my organisation it would be difficult for us to support/justify a complex formula such as this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Tahoma','sans-serif'; font-size: 9pt;"&gt;='=Sum({1&amp;lt;Type -= {$(=GetFieldSelections(RecType, chr(44)))} &amp;gt;} 1)' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Tahoma','sans-serif'; font-size: 9pt;"&gt;I'm sure many developers for other organisations do this and more complicated apps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Tahoma','sans-serif'; font-size: 9pt;"&gt;But thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 07:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017580#M523321</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-13T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Check box to exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017581#M523322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 08:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-box-to-exclude-value/m-p/1017581#M523322</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-04-13T08:57:27Z</dc:date>
    </item>
  </channel>
</rss>

