<?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: Debugging Select in Field trigger in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812180#M66259</link>
    <description>&lt;P&gt;I tried your expression above. Its not working as well. Its behaving the same&amp;nbsp; as&amp;nbsp;my previous expression.&lt;/P&gt;&lt;P&gt;We cannot use 'Always One Selected Value' as we have to Reduce Data and Remove All Values before we make the report available to our users who then reload the report with their data.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 16:18:51 GMT</pubDate>
    <dc:creator>VivenReddy</dc:creator>
    <dc:date>2021-06-01T16:18:51Z</dc:date>
    <item>
      <title>Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1811469#M66150</link>
      <description>&lt;P&gt;I have a list box for the CMR_Desc field which works as intended. The CMR_Desc field comes from a table which is a data island.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivenReddy_0-1622221140043.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55906i23847D66A913E6B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VivenReddy_0-1622221140043.png" alt="VivenReddy_0-1622221140043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When a value is selected the report adjusts accordingly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivenReddy_1-1622221327691.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55907i56EB3FE42E78EF6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VivenReddy_1-1622221327691.png" alt="VivenReddy_1-1622221327691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The problem started after I added a Select in Field trigger so that this list box maintains a default value even when the everything is cleared. I used the expression below to create the trigger. I have used the same expression is other reports and it works as expected.&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(CMR_Desc)&amp;lt;&amp;gt;1, 'All', CMR_Desc)&lt;/P&gt;&lt;P&gt;However on this report it seems like only the 'All' value maintains the selection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivenReddy_3-1622222171346.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55913i70E755A11287A2BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VivenReddy_3-1622222171346.png" alt="VivenReddy_3-1622222171346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If any other value is clicked on, the list box is cleared and nothing is selected&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivenReddy_2-1622221859487.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55912iC3979EBD634E5685/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VivenReddy_2-1622221859487.png" alt="VivenReddy_2-1622221859487.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what could possibly cause this or can advise how to debug this issue? Unfortunately&amp;nbsp; I'm unable to provide the qvw file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 17:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1811469#M66150</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2021-05-28T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1811540#M66164</link>
      <description>&lt;P&gt;I don't believe you can select multiple values by specifying the fieldname alone.&amp;nbsp; Or are you trying to select just one CMR_Desc?&lt;/P&gt;&lt;P&gt;MinString(CMR_Desc)&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 22:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1811540#M66164</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-05-28T22:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812155#M66255</link>
      <description>&lt;P&gt;Thanks for responding Rob.&lt;/P&gt;&lt;P&gt;The aim here is to only have 1 value selected with the Default value being 'All' (not all values. Just 1 value 'All'). As I said in the post my current methodology is working in another report. I don't know of any way to to debug this issue.&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812155#M66255</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2021-06-01T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812164#M66257</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;=if(GetSelectedCount(CMR_Desc)&amp;lt;&amp;gt;1, 'All',&lt;/FONT&gt; &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;MinString(CMR_Desc)&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, do you have "Always one selected" set on for this field?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 16:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812164#M66257</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-06-01T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812180#M66259</link>
      <description>&lt;P&gt;I tried your expression above. Its not working as well. Its behaving the same&amp;nbsp; as&amp;nbsp;my previous expression.&lt;/P&gt;&lt;P&gt;We cannot use 'Always One Selected Value' as we have to Reduce Data and Remove All Values before we make the report available to our users who then reload the report with their data.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 16:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812180#M66259</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2021-06-01T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812548#M66313</link>
      <description>&lt;P&gt;I have managed to replicate the issue in a simple file. You'll see that I'm unable to select any option except for 'All'. When the trigger is removed I can select anything.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 19:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812548#M66313</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2021-06-02T19:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812556#M66315</link>
      <description>&lt;P&gt;Your values have spaces so you need to enclose the desired value in quotes.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;=&lt;SPAN class="s1"&gt;if&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;CMR_Desc&lt;/SPAN&gt;)&amp;lt;&amp;gt;1, 'All', &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; &lt;SPAN class="s1"&gt;MinString&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;CMR_Desc&lt;/SPAN&gt;) &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39))&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 23:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812556#M66315</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-06-02T23:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Select in Field trigger</title>
      <link>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812567#M66316</link>
      <description>&lt;P&gt;Thank you Rob. Appreciate your assistance. I'm humble when legends like you take the time to assist others.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 21:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debugging-Select-in-Field-trigger/m-p/1812567#M66316</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2021-06-02T21:25:13Z</dc:date>
    </item>
  </channel>
</rss>

