<?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: Button to exclude multiple items from field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401593#M424793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat picks up multiple values so in this case it will pick student names other than John and Mike. Like Cline, Ivan and Venessa. So in a button action selection string this is how you will with hardcoded like &lt;/P&gt;&lt;P&gt;(Cline|Ivan|Vanessa) So with concat this is exactly what the concat picking like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Cline|Ivan|Vanessa). hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2017 21:21:52 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-09-22T21:21:52Z</dc:date>
    <item>
      <title>remove multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401579#M424779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Student&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;Cline&lt;/P&gt;&lt;P&gt;Viennesa&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;button to exclude&lt;/SPAN&gt; John &amp;amp; Mike from selection once Button is pressed. How can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 19:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401579#M424779</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401580#M424780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What should happen when you clear selections? Does all the names should show? Where these values should be displayed in a Listbox? Or in a chart? If list box then go to List box properties then check the box Hide Excluded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a button with action as Select in Field then give Student as field and string as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= '(' &amp;amp; Concat({&amp;lt; Student -= {'John', 'Mike'} &amp;gt;}Student, '|') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 19:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401580#M424780</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T19:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401581#M424781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to just hide the name but instead want to remove them from selection for all the charts &amp;amp; list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have button that selects multiple value for one field. In the same button i wanted to now exclude multiple value for 1 field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 19:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401581#M424781</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T19:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401582#M424782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use that Set statement in your button. Can you share the expression you are using for the button you have? &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;lt; Student -= {'John', 'Mike'} &amp;gt;}&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;&lt;BR /&gt;&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;Can you share a sample you are working on?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 19:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401582#M424782</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T19:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401583#M424783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is example. I have Button1 which selects Student Cline, Ivan&amp;nbsp; &amp;amp; Mike.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is what i want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Exclude Teacher = Allen&lt;/P&gt;&lt;P&gt;2) Select Mike, Ivan &amp;amp; Cline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both using same button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final Result: Cline &amp;amp; Ivan will be highlighted. As Mike has Allen as teacher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401583#M424783</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T20:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401584#M424784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allen has a student Ivan so when teacher Allen is excluded his student Ivan is excluded so only Mike and Cline will be selected. Is it not. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401584#M424784</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T20:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401585#M424785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401585#M424785</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T20:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401586#M424786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this as your search string and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= '(' &amp;amp; Concat({&amp;lt; Student = {'Cline', 'Mike', 'Ivan'}&amp;gt; - &amp;lt;Teacher = {'Allen'}&amp;gt;} Student, '|') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401586#M424786</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401587#M424787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you select Teacher Allen and select excluded it shows up in your Current selection box. How do you see the same results when you are doing via button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401587#M424787</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T20:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401588#M424788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get you. Can you send me a screen shot of what you are expecting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401588#M424788</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T20:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401589#M424789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops ok Got it. You want to see who are the possible Teachers for the selected student when button is clicked. &lt;/P&gt;&lt;P&gt;Just add another action Select Possible and add field Teacher. Like below?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177514_Capture.PNG" style="height: 487px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401589#M424789</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T20:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401590#M424790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason my in field selection for my actual project is not working. But i tried on my example project and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be because the search filed might have spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401590#M424790</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401591#M424791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be possible. So use like trim(yourfieldname)&amp;nbsp; in the script to get the field values without spaces. &lt;/P&gt;&lt;P&gt;What are your actual values look like can you screenshot here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401591#M424791</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T20:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401592#M424792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you explain what is happening in below formula&lt;/P&gt;&lt;P&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;amp; Concat({&amp;lt; Student -= {'John', 'Mike'} &amp;gt;}Student, '|') &amp;amp; ')'&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;&lt;BR /&gt;&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;I understand that studen not equal t John &amp;amp; Mike. But what is the purpose of Concat&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 21:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401592#M424792</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-09-22T21:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401593#M424793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat picks up multiple values so in this case it will pick student names other than John and Mike. Like Cline, Ivan and Venessa. So in a button action selection string this is how you will with hardcoded like &lt;/P&gt;&lt;P&gt;(Cline|Ivan|Vanessa) So with concat this is exactly what the concat picking like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Cline|Ivan|Vanessa). hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 21:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1401593#M424793</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T21:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Button to exclude multiple items from field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1543417#M439622</link>
      <description>If the values are more then 1000 then what could be the expression.And in my case i have some 400 values to exclude out of 1000 values from a dimension when i tap on exclude button. Please help me with the steps and expression.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 13 Feb 2019 07:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-items-from-field/m-p/1543417#M439622</guid>
      <dc:creator>syedmazhar</dc:creator>
      <dc:date>2019-02-13T07:11:44Z</dc:date>
    </item>
  </channel>
</rss>

