<?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: CreateSearchIndexOnReload issue after upgrade to November 2018 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1530647#M38192</link>
    <description>&lt;P&gt;So there is now an option in the QMC in the Advanced section of your Engine settings where you can check whether or not you want to create a search index during reload. Support suggested turning that off to see if that is what is affecting the calling of the variable in my global script. For now I am going to leave it checked in the QMC and leave it commented out in my global script. It won't run on my QVD loaders because they all drop data, so I should be OK as is. Thanks to everyone who contributed.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 20:24:02 GMT</pubDate>
    <dc:creator>chrishayes</dc:creator>
    <dc:date>2019-01-15T20:24:02Z</dc:date>
    <item>
      <title>CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525121#M37722</link>
      <description>&lt;P&gt;I recently upgraded from Qlik Sense September 2018 to November 2018 SR2. In all of my apps, I use some global scripts to set default variables. One of those is&amp;nbsp;CreateSearchIndexOnReload. On my QVD generators, I had it set to 0 and on my presentation apps, set to 1. The global scripts are called using an Include statement at the beginning of the load script.&lt;/P&gt;&lt;P&gt;All apps exited the script after hitting this variable, regardless of the setting. So no data was being loaded. I commented out this line in the global scripts and all apps loaded fine. I would prefer to create the search index on load for my presentation apps so that my users will have a faster experience when using the global search option. Has this feature been depreciated? Has anyone else run into this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 15:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525121#M37722</guid>
      <dc:creator>chrishayes</dc:creator>
      <dc:date>2018-12-31T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525127#M37723</link>
      <description>&lt;P&gt;I haven't run into this yet since we've not upgraded to Nov2018 yet. But the qvd generators I use always drop all tables end the end of the script and so no indexes will be created as there's no data anymore in the document.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 16:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525127#M37723</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-31T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525128#M37724</link>
      <description>&lt;P&gt;Yes, mine do as well. The issue was that the load wouldn't even happen because the script would stop running when it go to the line below.&lt;/P&gt;&lt;P&gt;SET CreateSearchIndexOnReload=0;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 16:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525128#M37724</guid>
      <dc:creator>chrishayes</dc:creator>
      <dc:date>2018-12-31T16:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525141#M37725</link>
      <description>&lt;P&gt;There are some known bugs in the Nov2018 release where scripts exit prematurely when an include is used.&amp;nbsp; Contact QT support to find out if this matches your issue and if there is a workaround for your case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 19:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525141#M37725</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-12-31T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525144#M37726</link>
      <description>&lt;P&gt;For now I've commented the line out of my global scripts and apps are refreshing properly. I usually come here as I've had better luck with Community, but did open a ticket up with support.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 19:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1525144#M37726</guid>
      <dc:creator>chrishayes</dc:creator>
      <dc:date>2018-12-31T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: CreateSearchIndexOnReload issue after upgrade to November 2018</title>
      <link>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1530647#M38192</link>
      <description>&lt;P&gt;So there is now an option in the QMC in the Advanced section of your Engine settings where you can check whether or not you want to create a search index during reload. Support suggested turning that off to see if that is what is affecting the calling of the variable in my global script. For now I am going to leave it checked in the QMC and leave it commented out in my global script. It won't run on my QVD loaders because they all drop data, so I should be OK as is. Thanks to everyone who contributed.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 20:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CreateSearchIndexOnReload-issue-after-upgrade-to-November-2018/m-p/1530647#M38192</guid>
      <dc:creator>chrishayes</dc:creator>
      <dc:date>2019-01-15T20:24:02Z</dc:date>
    </item>
  </channel>
</rss>

