<?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: Reload Data Based on Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841298#M1006327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press CRT+ALT+V you will see your variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here use the&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GETFIELDSELECTION(DATE) in the expression without quotes .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share that calender qvd , I am not able to reload . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 07:47:45 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-05-25T07:47:45Z</dc:date>
    <item>
      <title>Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841294#M1006323</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;I have a question, i want to reload qlikview page when click a button i've made. When i select a date from list box (ex: 1/1/2010) and click submit. So the only show data is data on 1/1/2010 only. I have made a variable to get selected date from listbox with GETFIELDSELECTION(DATE). In script page, i put WHERE condition to select transaction based on selected date i've submitted.&lt;/P&gt;&lt;P&gt;but it returns this error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;GETFIELDSELECTIONS is not a valid function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRX_DATE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\transaction.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where TRX_DATE = GetFieldSelections(DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to solve this problem&lt;/P&gt;&lt;P&gt;really appreciate your help. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841294#M1006323</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841295#M1006324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi add a&amp;nbsp; = before your variable expression this will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841295#M1006324</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841296#M1006325</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;Gefeildtselection will not work on script, set it as variable in the front and use this in the script this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841296#M1006325</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T07:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841297#M1006326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash, can you give me some example please ?&lt;/P&gt;&lt;P&gt;i have add "=" on settings-&amp;gt;variable. but in script it return "=GETFIELDSELECTION(DATE)" i need the value of my selected DATE, not the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me Avinash. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Indra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841297#M1006326</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841298#M1006327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press CRT+ALT+V you will see your variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here use the&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GETFIELDSELECTION(DATE) in the expression without quotes .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share that calender qvd , I am not able to reload . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841298#M1006327</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841299#M1006328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my new qvw file, it's not use calendar.qvd but date.xlsx&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841299#M1006328</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841300#M1006329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a trigger to set the value of the variable like in attached,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841300#M1006329</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-25T08:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841301#M1006330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As @treseco&amp;nbsp; said you can set trigger , or use this statement in the script which will allow the user to enter the date &lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;EM style="color: black; background: white; font-size: 10.0pt; font-family: 'Helvetica',sans-serif;"&gt;Let vDate = Input('Enter Start Date (MM/DD/YYYY)' , 'Input required');&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841301#M1006330</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841302#M1006331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've try your solution and it works. But if i choose more than one date there are no result. It only works for one data.&lt;/P&gt;&lt;P&gt;can you give me the solution please&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;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841302#M1006331</guid>
      <dc:creator />
      <dc:date>2015-05-25T08:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841303#M1006332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841303#M1006332</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-25T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841304#M1006333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a trigger that firsts set the value of variable to the expression getfieldselections(Date).&lt;/P&gt;&lt;P&gt;Then add another trigger&amp;nbsp; to reload script.&lt;/P&gt;&lt;P&gt;in script add where clause&amp;nbsp; like -&amp;nbsp; where date &amp;gt; alt( $(var),'1/1/1900') where '1/1/1900'&amp;nbsp; is default date to load when variable is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841304#M1006333</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-05-25T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Data Based on Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841305#M1006334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, big thanks for your help Tres.&lt;/P&gt;&lt;P&gt;It solved my problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Indra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Data-Based-on-Selection/m-p/841305#M1006334</guid>
      <dc:creator />
      <dc:date>2015-05-25T09:22:20Z</dc:date>
    </item>
  </channel>
</rss>

