<?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 Script Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Problem/m-p/1141858#M374001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my customer requirement i have to run qvd data in UAT Server without Where condition for user testing&amp;nbsp; and suppose if i moved that qvw into production server after&amp;nbsp; testing completion it should run same qvd&amp;nbsp; with where condition .How would i write the script.I tried like below.is It's not working ?Any help.&lt;/P&gt;&lt;P&gt;If vservername='UAT' then&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;From Database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If vservername='Production' then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Database&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where Year=2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 16:40:28 GMT</pubDate>
    <dc:creator>sat_tok52</dc:creator>
    <dc:date>2016-07-12T16:40:28Z</dc:date>
    <item>
      <title>Script Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Problem/m-p/1141858#M374001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my customer requirement i have to run qvd data in UAT Server without Where condition for user testing&amp;nbsp; and suppose if i moved that qvw into production server after&amp;nbsp; testing completion it should run same qvd&amp;nbsp; with where condition .How would i write the script.I tried like below.is It's not working ?Any help.&lt;/P&gt;&lt;P&gt;If vservername='UAT' then&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;From Database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If vservername='Production' then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Database&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where Year=2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Problem/m-p/1141858#M374001</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2016-07-12T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Problem/m-p/1141859#M374002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace autogenerate with your load from db&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set vservername='UAT';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If vservername='UAT' then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; trace UAT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1 as A, 2 as B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AutoGenerate 100; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Endif&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If vservername='Production' then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; trace Production;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1 as A, 2 as B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AutoGenerate 20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Where 1=1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Endif&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Problem/m-p/1141859#M374002</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-12T16:47:55Z</dc:date>
    </item>
  </channel>
</rss>

