<?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: Issue in Include() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431690#M696205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dear its workingin text file, when i define in excel the its not working, kindly see the attachment.&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;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 07:04:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-07T07:04:19Z</dc:date>
    <item>
      <title>Issue in Include()</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431687#M696202</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 am using $(Include=abc.txt)&lt;SPAN style="font-size: 8pt;"&gt;;&lt;SPAN style="font-size: 10pt;"&gt; in script and its working fine but its didnt show $(vThisYear) in variable for example&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i define &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set vKPI.MinimumOpeningSale.OpeningSale.zain=(Sum({$ &amp;lt;[Fact Type]={"Transaction"}, Revenue_Flag_Value={"1","-1"}, &lt;SPAN style="color: #ff6600;"&gt;Year={$(vThisYear)} &lt;/SPAN&gt;&amp;gt;} Price));&lt;/P&gt;&lt;P&gt; in abc.txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after reload its show me the variable &lt;SPAN style="color: #3366ff;"&gt;vKPI.MinimumOpeningSale.OpeningSale.zain &lt;SPAN style="color: #000000;"&gt;value &lt;/SPAN&gt;&lt;/SPAN&gt;is given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum({$ &amp;lt;[Fact Type]={"Transaction"}, Revenue_Flag_Value={"1","-1"}, &lt;SPAN style="color: #00ccff;"&gt;Year={ } &lt;/SPAN&gt;&amp;gt;} Price));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in qlikview, kindly guide me.&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;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431687#M696202</guid>
      <dc:creator />
      <dc:date>2013-05-07T06:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Include()</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431688#M696203</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 need to assign some value to your variable before executing the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vThisYear=2011;&lt;/P&gt;&lt;P&gt;$(Include=abc.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(Sum({$ &amp;lt;[Fact Type]={"Transaction"}, Revenue_Flag_Value={"1","-1"}, &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #00ccff;"&gt;Year={2011 } &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;gt;} Price));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431688#M696203</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-07T06:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Include()</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431689#M696204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can break up the string in more parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LET vKPI.MinimumOpeningSale.OpeningSale.zain= '(Sum({$ &amp;lt;[Fact Type]={"Transaction"}, Revenue_Flag_Value={"1","-1"}, &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #ff6600;"&gt;Year={$' &amp;amp; '(vThisYear)} &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;gt;} Price))';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431689#M696204</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-07T06:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Include()</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431690#M696205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dear its workingin text file, when i define in excel the its not working, kindly see the attachment.&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;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 07:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-Include/m-p/431690#M696205</guid>
      <dc:creator />
      <dc:date>2013-05-07T07:04:19Z</dc:date>
    </item>
  </channel>
</rss>

