<?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: trigger action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771717#M1019846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case the default functionality does technically what you want, but not visually:&lt;/P&gt;&lt;P&gt;If nothing is selected, everything is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 19:14:47 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-03-23T19:14:47Z</dc:date>
    <item>
      <title>trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771714#M1019843</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 need to create a check box (based on the field Brand) with multiple choice where at least 1 value must be always selected.&lt;/P&gt;&lt;P&gt;I try to do it by adding a trigger action on selection in the field Brand where search string is as follows:&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat( $(=if(GetSelectedCount(Brand), '{$}','{$1}')) distinct chr(34) &amp;amp; Brand &amp;amp; chr(34),'|') &amp;amp; ')' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it diesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to solve the task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771714#M1019843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-23T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771715#M1019844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a listbox, there always is at least one value selected. If no active selection is made, effectively all values are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However,&lt;/P&gt;&lt;P&gt;If I misunderstood you and you always want only 1 value selected in a listbox: Make the list, select 1 value, go into the properties and on the General tab and choose for "Always One Selected Value" (found on the left side).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771715#M1019844</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T18:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771716#M1019845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I know this.&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;"Always One Selected Value" doesn't allow multiple choice. I'd like to have a function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"Always One Selected Value" + possibility of multiple choice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Still, thank you for the answer.&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771716#M1019845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-23T19:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771717#M1019846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case the default functionality does technically what you want, but not visually:&lt;/P&gt;&lt;P&gt;If nothing is selected, everything is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771717#M1019846</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T19:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771718#M1019847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have about 100 brands in my model. Whem all is selected it doesn't look nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771718#M1019847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-23T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771719#M1019848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am guessing you mean showing 100 brands in a chart that is related to this listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case I would suggest you add a Calculation Condition to the chart. Let's assume you want max 10 brands, add this to the Calculation Condition field on the General tab of the chart:&lt;/P&gt;&lt;P&gt;count(distinct Brand) &amp;lt;= 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select more than 10 (or none and as a result all), the chart will not calculate and show an error message. You can edit the error message (via the error message button on the general tab of the chart) to explain what your user/customer has to do to get the chart to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 20:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771719#M1019848</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: trigger action</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771720#M1019849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very useful. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-action/m-p/771720#M1019849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T07:17:45Z</dc:date>
    </item>
  </channel>
</rss>

