<?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: Static Select from Listbox in Qlik Sense in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718690#M1736</link>
    <description>&lt;P&gt;To answer the other two issues:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108909"&gt;@rcflores&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I saw another thread in this forum touching on how to determine these values in QV (&lt;A href="https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068&lt;/A&gt;), but is there a way to do something similar in Qlik Sense?&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To figure out the element values, the best way is to use browser dev tools, it "Network" filter on "WS", then click the websocket and "Messages" (firefox) or frames" (chrome).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dlo_0-1592202413317.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35534i6505FB2B9C98F547/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dlo_0-1592202413317.png" alt="dlo_0-1592202413317.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditordlo_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditordlo_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108909"&gt;@rcflores&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Ultimately I just need to select one entry in this listbox on a consistent basis. I've tried using SelectString using the qText value of the entry but that also fails.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you use Dimension:1 here too? If dimension 0 was chosen and the "StringSelection" was the (case sensitive) qText value, this should have worked.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 06:27:38 GMT</pubDate>
    <dc:creator>Daniel_Larsson</dc:creator>
    <dc:date>2020-06-15T06:27:38Z</dc:date>
    <item>
      <title>Static Select from Listbox in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718138#M1733</link>
      <description>&lt;P&gt;I am trying to select from a listbox in a Qlik Sense app with Type "Values", but I can't seem to hit the entry I need to select. Could someone please help point me in the right direction?&lt;/P&gt;&lt;P&gt;The listbox has five possible values. So in the Qlik Sense Scalability Tool's Select action I have specified Type=Values, and for Values I've listed 0, 1, 2, 3,4.&amp;nbsp; The qElemNumber of what I want to select is 1, so I specify Dimension=1 in the tool. When I execute the script however, I get a "Selection in object failed".&lt;/P&gt;&lt;P&gt;I saw another thread in this forum touching on how to determine these values in QV (&lt;A href="https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068&lt;/A&gt;), but is there a way to do something similar in Qlik Sense?&lt;/P&gt;&lt;P&gt;Ultimately I just need to select one entry in this listbox on a consistent basis. I've tried using SelectString using the qText value of the entry but that also fails.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 02:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718138#M1733</guid>
      <dc:creator>rcflores</dc:creator>
      <dc:date>2020-06-12T02:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Static Select from Listbox in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718687#M1735</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To select qElemNumber 1 using mode "values", you need to enter enter "1" in the array of values to select. The dimension is the dimension number you are selecting in starting at 0. Since a listbox only have one dimension the dimension value should be 0.&lt;/P&gt;
&lt;P&gt;E.g. like this for dimension:0, element value:1&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dlo_0-1592201441443.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35533iF017E9F2E6E54CE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dlo_0-1592201441443.png" alt="dlo_0-1592201441443.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 06:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718687#M1735</guid>
      <dc:creator>Daniel_Larsson</dc:creator>
      <dc:date>2020-06-15T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static Select from Listbox in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718690#M1736</link>
      <description>&lt;P&gt;To answer the other two issues:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108909"&gt;@rcflores&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I saw another thread in this forum touching on how to determine these values in QV (&lt;A href="https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Scalability/Need-to-select-2-static-selections-from-Listbox-in-QVScalability/gpm-p/132068&lt;/A&gt;), but is there a way to do something similar in Qlik Sense?&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To figure out the element values, the best way is to use browser dev tools, it "Network" filter on "WS", then click the websocket and "Messages" (firefox) or frames" (chrome).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dlo_0-1592202413317.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35534i6505FB2B9C98F547/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dlo_0-1592202413317.png" alt="dlo_0-1592202413317.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditordlo_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditordlo_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108909"&gt;@rcflores&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Ultimately I just need to select one entry in this listbox on a consistent basis. I've tried using SelectString using the qText value of the entry but that also fails.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you use Dimension:1 here too? If dimension 0 was chosen and the "StringSelection" was the (case sensitive) qText value, this should have worked.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 06:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1718690#M1736</guid>
      <dc:creator>Daniel_Larsson</dc:creator>
      <dc:date>2020-06-15T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Static Select from Listbox in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1719041#M1737</link>
      <description>&lt;P&gt;This info helps a lot. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 04:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Static-Select-from-Listbox-in-Qlik-Sense/m-p/1719041#M1737</guid>
      <dc:creator>rcflores</dc:creator>
      <dc:date>2020-06-16T04:39:38Z</dc:date>
    </item>
  </channel>
</rss>

