<?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: Simple Script with SET keyword in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323425#M1187741</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;To prevent the fields from automatically concatenating when loading, you could probably use Noconcatenate Load in the Budget_New table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other solutions could be to drop the budget table or to rename the fields in the Budget_new table so that they do not match the fields in the Budget table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GJ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 06:26:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-10T06:26:55Z</dc:date>
    <item>
      <title>Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323420#M1187736</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;EM&gt;can anyone tell what is the error with the following script.I am not getting the expected result..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET currentYear=2002;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Office,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Budget rev.],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Budget cost],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Actual rev.],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Actual cost]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM D:\Applns\Soumya\Qlikview\Qlikview_practices\xls-qlk\Budget.xls (biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget_new:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Office,[Budget rev.],Year RESIDENT Budget where Year=$(currentYear);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 10 Oct 2011 05:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323420#M1187736</guid>
      <dc:creator />
      <dc:date>2011-10-10T05:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323421#M1187737</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;Your code is correct you have to drop the table after loading resident the Budget table or in place of drop table rename the new fields in resident load then you get the new year = 2002 data as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 06:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323421#M1187737</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-10T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323422#M1187738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; check this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET currentYear=2002;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Office,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Budget rev.],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Budget cost],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Actual rev.],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Actual cost]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM D:\Applns\Soumya\Qlikview\Qlikview_practices\xls-qlk\Budget.xls (biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget_new:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Office,[Budget rev.],Year RESIDENT Budget where Year='$(currentYear)';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 06:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323422#M1187738</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-10T06:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323423#M1187739</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;See the attched sample file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 06:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323423#M1187739</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-10T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323424#M1187740</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me guess whats the problem you are facing.&amp;nbsp; You are unable to find the table Budget_new. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If yes then let me tell you the reason. The reason is the Budget_new is having the same field name as the Budget and thats the reason qlikview just appended the Budget_New in Budget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please let me know if you have any other problem.&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, 10 Oct 2011 06:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323424#M1187740</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-10-10T06:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323425#M1187741</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;To prevent the fields from automatically concatenating when loading, you could probably use Noconcatenate Load in the Budget_New table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other solutions could be to drop the budget table or to rename the fields in the Budget_new table so that they do not match the fields in the Budget table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GJ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 06:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323425#M1187741</guid>
      <dc:creator />
      <dc:date>2011-10-10T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323426#M1187742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you very much anand..Got thre result..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 06:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323426#M1187742</guid>
      <dc:creator />
      <dc:date>2011-10-10T06:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Script with SET keyword</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323427#M1187743</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;Thanks I am glad to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 09:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Script-with-SET-keyword/m-p/323427#M1187743</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-10T09:22:21Z</dc:date>
    </item>
  </channel>
</rss>

