<?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: Need to Reload the data based on list box value selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177081#M896783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldnt declare the variable in script when you want to use that in calculation by taking input from frontend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct ACCESS as AC&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\TestData.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\TestData.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where ACCESS = '$(vAcc)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 10:54:52 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-08-01T10:54:52Z</dc:date>
    <item>
      <title>Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177072#M896774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt; Need to Reload the data based on the selection made in list box at dashboard level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="data.PNG" class="jive-image image-2" height="180" src="https://community.qlik.com/legacyfs/online/132966_data.PNG" style="height: 180.305px; width: 120px;" width="120" /&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="test.PNG" class="jive-image image-1" height="176" src="https://community.qlik.com/legacyfs/online/132965_test.PNG" style="height: 176px; width: 231.906px;" width="232" /&gt;&lt;/P&gt;&lt;P&gt;Variable created using variable Overview dialog ==&amp;gt;&amp;nbsp;&amp;nbsp; vAcc = getfieldselections(AC)&lt;/P&gt;&lt;P&gt;Result of variable would be - either ADMIN or USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Obsesrvations:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Though the variable &lt;STRONG&gt;vAcc&lt;/STRONG&gt; is holding the value, but on reload the table is fetching 0 records.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dd.PNG" class="jive-image image-3" height="240" src="https://community.qlik.com/legacyfs/online/132970_dd.PNG" style="height: 240px; width: 574.206px;" width="574" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if missing anything &lt;/P&gt;&lt;P&gt; (or)&lt;/P&gt;&lt;P&gt;Is there any way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177072#M896774</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177073#M896775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the sample you have been working with for us to take a look at it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 09:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177073#M896775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-29T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177074#M896776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script, change clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE ACCESS = '=vAcc';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;ACCESS = '$(vAcc)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i got what you were after, but that doesn't work in a script. $-sign substitution on the other hand will work perfectly, even in SQL statements. Note: make sure that variable vAcc always contains exactly one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 09:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177074#M896776</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-29T09:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177075#M896777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny pls find the attachment. App and Xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 10:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177075#M896777</guid>
      <dc:creator />
      <dc:date>2016-07-29T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177076#M896778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this with an on-select trigger on AC field&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133057_Capture.PNG" style="height: 374px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached application seems to be working. Try it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 18:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177076#M896778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-29T18:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177077#M896779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny. Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one more Question.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am trying to implement the same in &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Qlik Sense.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you suggest on this, as there are no direct triggers available in Qlik sense like Qlik View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 05:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177077#M896779</guid>
      <dc:creator />
      <dc:date>2016-08-01T05:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177078#M896780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also,why it did not work with the variable concept(Used Filed triggers).&lt;/P&gt;&lt;P&gt;Is there any specific reason for this or kind of implementation mistake?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 05:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177078#M896780</guid>
      <dc:creator />
      <dc:date>2016-08-01T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177079#M896781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for Qlik Sense you will need an extension to get this done. I don't have much expertise in Qlik Sense to guide you in the right direction, but may be &lt;A href="https://community.qlik.com/qlik-users/40441"&gt;phaneendra.kunche&lt;/A&gt; can offer his advice regarding an extension that might help do this for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your 2nd question. GetFieldSelection is a front end function. Whatever you have selected doesn't carry through to the back-end unless you have saved it as a value instead of a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177079#M896781</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-01T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177080#M896782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much sunny. will check the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177080#M896782</guid>
      <dc:creator />
      <dc:date>2016-08-01T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Reload the data based on list box value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177081#M896783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldnt declare the variable in script when you want to use that in calculation by taking input from frontend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct ACCESS as AC&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\TestData.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\TestData.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where ACCESS = '$(vAcc)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Reload-the-data-based-on-list-box-value-selection/m-p/1177081#M896783</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T10:54:52Z</dc:date>
    </item>
  </channel>
</rss>

