<?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: Expression in Script not working properly. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162808#M892257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134165_Capture.PNG" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 07:52:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-10T07:52:12Z</dc:date>
    <item>
      <title>Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162804#M892252</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 have below expression, i need to put in variable in script loader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Names_of_day={'Mon'},MonthPeriod_Runrate={'$(=month(weekend(Max(CanonicalDate)))&amp;amp; year(weekend(Max(CanonicalDate))))'},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Runrate={"&amp;gt;=$(=Date(Min(Date_RunRate)))&amp;lt;$(=Date(Today()))"}&amp;gt;}Names_of_day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vNum_Mondays_Passed = 'count({$&amp;lt;Names_of_day={''Mon''},MonthPeriod_Runrate={"&amp;lt;$' &amp;amp;'(=month(weekend(Max(CanonicalDate)))&amp;amp; year(weekend(Max(CanonicalDate))))"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Runrate={"&amp;gt;=$' &amp;amp;'(=Date(Min(Date_RunRate)))&amp;lt;$' &amp;amp;'(=Date(Today()))"}&amp;gt;}Names_of_day)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not working properly, it gives me Zero count.&amp;nbsp; How to do this????&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/Expression-in-Script-not-working-properly/m-p/1162804#M892252</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162805#M892254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the variable overview to see if after reloading the script, the variable definition gives you the exact match as your original expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162805#M892254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162806#M892255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vNum_Mondays_Passed = &lt;/SPAN&gt;count({$&amp;lt;Names_of_day={"Mon"},MonthPeriod_Runrate={'$(=month(weekend(Max(CanonicalDate)))&amp;amp; year(weekend(Max(CanonicalDate))))'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Runrate={'&amp;gt;=$(=Date(Min(Date_RunRate)))&amp;lt;$(=Date(Today()))'}&amp;gt;}Names_of_day)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162806#M892255</guid>
      <dc:creator />
      <dc:date>2016-08-10T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162807#M892256</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 for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, i didnt get you.&lt;/P&gt;&lt;P&gt;How to check variable overview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162807#M892256</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-10T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162808#M892257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134165_Capture.PNG" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162808#M892257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T07:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162809#M892258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;To check the variable overview you need to go to settings and look for Variable Overview (Ctrl+Alt+V) is short cut. Also Sunny wants you evaluate your variables before you try them in set analysis expression. &lt;/P&gt;&lt;P&gt;To check you variable, you can test in Text box writing that variable and see what is the result. go one by one you may get the error prone area. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162809#M892258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162810#M892259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this is the format issue ,just check (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthPeriod_Runrate,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Runrate,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CanonicalDate&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162810#M892259</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-08-10T08:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162811#M892260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression should be like this, with variable overview i was able to check syntax of my Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Let vNum_Mondays_Passed = 'count({$&amp;lt;Names_of_day={''Mon''},MonthPeriod_Runrate={"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;$' &amp;amp;'(=month(weekend(Max(CanonicalDate)))&amp;amp; year(weekend(Max(CanonicalDate))))"},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Runrate={"&amp;gt;=$' &amp;amp;'(=Date(Min(Date_RunRate)))&amp;lt;$' &amp;amp;'(=Date(Today()))"}&amp;gt;}Names_of_day)';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I was using extra angle brackets after dollar sign of&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthPeriod_Runrate. So i was not able to get count&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162811#M892260</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-10T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Script not working properly.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162812#M892261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad you were able to figure it out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Script-not-working-properly/m-p/1162812#M892261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T08:34:07Z</dc:date>
    </item>
  </channel>
</rss>

