<?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 specific file base on Calendar selection. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214330#M861366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you use button to call Reload event once your variable is set for desired qvd to load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 11:02:04 GMT</pubDate>
    <dc:creator>girirajsinh</dc:creator>
    <dc:date>2017-01-09T11:02:04Z</dc:date>
    <item>
      <title>Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214325#M861361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had list of QVD files which named as: Q12012016.qvd, &lt;SPAN style="font-size: 13.3333px;"&gt;Q12022016,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have Calendar object to select specific date and I want reload the QXXXXXX.qvd file based on User selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My QVD documents include many qvd files so it took time if I have to reload entire document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Calendar Selection.bmp" class="jive-image image-1" src="/legacyfs/online/148741_Calendar Selection.bmp" style="height: 245px; width: 620px;" /&gt;&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/Reload-specific-file-base-on-Calendar-selection/m-p/1214325#M861361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214326#M861362</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 may save the user selection ( calendar input here) to a variable and transform it to desired date format ( which is DDMMYYYY here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have the variable lets say vFileDate='12012016'&lt;/P&gt;&lt;P&gt;Use it while you load from qvd&lt;/P&gt;&lt;P&gt;load * from 'Q'&amp;amp;$(vFileDate)&amp;amp;'.qvd(qvd)'&lt;/P&gt;&lt;P&gt;and call Reload event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like that, I hope that would help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214326#M861362</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-09T10:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214327#M861363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A dynamic filename would be&lt;/P&gt;&lt;P&gt;vFile = 'Q'&amp;amp;DATE(Today(),MMDDYYYY)&amp;amp;'.qvd';&lt;/P&gt;&lt;P&gt;vFilePAth&amp;nbsp; = '&lt;SPAN style="font-size: 13.3333px;"&gt;C:\Users\[u&lt;STRONG&gt;ser&lt;/STRONG&gt;]\Downloads\'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may change today()-1 or Today()-2, depending on your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vFilePAth)&amp;amp;$(vFile)]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214327#M861363</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-09T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214328#M861364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Girirajsinh, I am investigating the way the call Reload Event as you mentioned...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214328#M861364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T10:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214329#M861365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, it does not show how to link between User Selection &amp;amp; Reload the specifiec qvd file. I think, trigger is a suggestion but I still get stuck...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214329#M861365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214330#M861366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you use button to call Reload event once your variable is set for desired qvd to load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214330#M861366</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-09T11:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214331#M861367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Girirajshinh,&lt;/P&gt;&lt;P&gt;It reloads entire documents and took much time. I need to reload the piece of script that load the necessary qvd file only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214331#M861367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T11:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214332#M861368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may choose option partial reload, if you need to append only that qvd..ofcourse you will have to change load script and put Prefix ADD Or REPLACE in load script&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148787_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you may use "Control Statement" like if else or others&lt;/P&gt;&lt;P&gt;so decide that only part of your script gets executed depending on some variable which you will have to set based on Calendar selection / button press or something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that provide you with some direction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214332#M861368</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-09T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214333#M861369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Girirajsinh, thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could load specifiec qvd file after selecting the Calendar object but I must use File menu &amp;gt; Reload. I need to reload by button event or Calendar object when End User click/change on their browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 04:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214333#M861369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T04:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reload specific file base on Calendar selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214334#M861370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came to conclusion that Qlikview could not load specific qvd file based on user selection at the front end. I have to work around: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the only thing is load full data and using some section access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar post: &lt;A href="https://community.qlik.com/thread/169119"&gt;loading different QVD files&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish that Qlikview could do better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-specific-file-base-on-Calendar-selection/m-p/1214334#M861370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T06:22:35Z</dc:date>
    </item>
  </channel>
</rss>

