<?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: Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225870#M851458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you need this in Script instead of Set Operator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try with Where condition of end of the script of that load source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 11:22:20 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-03-03T11:22:20Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225867#M851455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi in the edit script iam defining a variable and the part of date is below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;''Aggr(Only({$&amp;lt;Date = {"&amp;gt;=$(StartDate)&amp;lt;=$(EndDate)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you see after the execution in the front end when i take the variable into a input box and i see that the $ is changed to == &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when i edited the variable in the script like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;''Aggr(Only({$&amp;lt;Date = {"&amp;gt;=@(StartDate)&amp;lt;=@(EndDate)"}&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;now the out put is also coming like @ it shoul show me $&amp;nbsp; only ..&lt;BR /&gt;&lt;/SPAN&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/Script/m-p/1225867#M851455</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225868#M851456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis does not work in script level&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 11:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1225868#M851456</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-03T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225869#M851457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go with the If condition and Aggr() function alos does not work in script you need to convert this into it using the &lt;/P&gt;&lt;P&gt;Group by clause &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 11:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1225869#M851457</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-03T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225870#M851458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you need this in Script instead of Set Operator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try with Where condition of end of the script of that load source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 11:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1225870#M851458</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-03T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1225871#M851459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare like the following&lt;/P&gt;&lt;P&gt;let x='Aggr(Only({$'&amp;amp;'&amp;lt;Date = {"&amp;gt;=$'&amp;amp;'(StartDate)&amp;lt;=$'&amp;amp;'(EndDate)"}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 11:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1225871#M851459</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-03T11:33:26Z</dc:date>
    </item>
  </channel>
</rss>

