<?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/1638562#M733650</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Thanks for the reply but this did not change anything.&amp;nbsp; I am still searching for a solution.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 19:52:47 GMT</pubDate>
    <dc:creator>RealEstate2018</dc:creator>
    <dc:date>2019-10-22T19:52:47Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1635687#M733645</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Can someone help me modify my script so that the system doesn't pick up negatives in this chart?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to exclude Phoenix by "City" as there is another Phoenix location with positive sqft.&amp;nbsp; I want to exclude all negative sqft.&amp;nbsp; Possibly within the&amp;nbsp; =$(eRSF) script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21598iDBB708A246922A4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21599i6C0BAE8E9F81A8DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_2.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21600iF2DA0AC6C2C58762/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_2.png" alt="clipboard_image_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SET eRSF = 'sum(Size)';&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1635687#M733645</guid>
      <dc:creator>RealEstate2018</dc:creator>
      <dc:date>2024-11-16T02:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1635696#M733646</link>
      <description>&lt;P&gt;What is the expression in the variable?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 23:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1635696#M733646</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-10-15T23:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1636339#M733647</link>
      <description>&lt;P&gt;Here is the Variable expression&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SET eRSF = 'sum(Size)';&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1636339#M733647</guid>
      <dc:creator>RealEstate2018</dc:creator>
      <dc:date>2019-10-16T20:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1636355#M733648</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET eRSF = Sum({&amp;lt;City={"=Sum(Size)&amp;gt;=0"}&amp;gt;} Size);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 22:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1636355#M733648</guid>
      <dc:creator>JGMDataAnalysis</dc:creator>
      <dc:date>2019-10-16T22:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1638436#M733649</link>
      <description>&lt;P&gt;Alen, did Javier's post get you what you needed?&amp;nbsp; If so, do not forget to come back to your thread and use the Accept as Solution button on his post to give him credit for the help as well as let others know that worked.&amp;nbsp; If you are still working on things, please provide an update.&lt;/P&gt;
&lt;P&gt;You can also use the following link to search for examples within the Design Blog area of the Community, there are hundreds of posts in this area that are mostly how-to etc., which may be very helpful to you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1638436#M733649</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-22T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/1638562#M733650</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Thanks for the reply but this did not change anything.&amp;nbsp; I am still searching for a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 19:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/1638562#M733650</guid>
      <dc:creator>RealEstate2018</dc:creator>
      <dc:date>2019-10-22T19:52:47Z</dc:date>
    </item>
  </channel>
</rss>

