<?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: Select in field button doesn't work? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596524#M220947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use the concat function like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat(distinct Country, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you only want specific ones try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat({&amp;lt;Country = {'France', 'Germany', 'Spain'}&amp;gt;}distinct Country, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 17:31:57 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-03-19T17:31:57Z</dc:date>
    <item>
      <title>Select in field button doesn't work?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596523#M220946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 9pt; font-family: Segoe UI; color: #000000;"&gt;If you create a button with a Select in Field function, and you set the values to values that exist, then it works fine. But we have restriction on section access, so for some uers, the values dont exist for them.&amp;nbsp; The button is selecting 'France' 'Germany' and 'Spain', but some of the users do not have 'Germany'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 9pt; font-family: Segoe UI; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 9pt; font-family: Segoe UI; color: #000000;"&gt;The button applies a number of actions, and for the users who don't have 'Germany' available, it just stops. It doesn't move on to the next actions, and it doesn't select 'France' or 'Spain' either. This seems a bit odd? Is there a way around this? A way to say, 'Select the following value if available'? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 17:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596523#M220946</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2014-03-19T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field button doesn't work?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596524#M220947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use the concat function like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat(distinct Country, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you only want specific ones try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat({&amp;lt;Country = {'France', 'Germany', 'Spain'}&amp;gt;}distinct Country, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 17:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596524#M220947</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-03-19T17:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field button doesn't work?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596525#M220948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremy's answer should work&lt;/P&gt;&lt;P&gt;If the set analysis still returns nothing, just try with a star to run a research:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat({&amp;lt;Country = 'France&lt;STRONG&gt;*&lt;/STRONG&gt;', 'Germany&lt;STRONG&gt;*&lt;/STRONG&gt;', 'Spain&lt;STRONG&gt;*&lt;/STRONG&gt;'}&amp;gt;}distinct Country, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 18:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596525#M220948</guid>
      <dc:creator />
      <dc:date>2014-03-19T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field button doesn't work?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596526#M220949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks SO MUCH guys, this is a brilliant solution, of course set analysis can cope with non-existant values! It's very strange, because if we try with dummy data, (France|Spain|R'lyeh) It actually works fine with no fuss. It's only when we use Germany specifically in a section-access restricted set of values, where that value has been restricted, that we experience the issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-button-doesn-t-work/m-p/596526#M220949</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2014-03-20T09:30:30Z</dc:date>
    </item>
  </channel>
</rss>

