<?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: Set Expression Not Working Start Date and End Date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159146#M93985</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Double quotes resolved the issue for me&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;PAYOUT_DATE={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},CONSIDER_NOT_CONSIDER={"CONSIDER"}&amp;gt;} PAYOUT_AMT)/10000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 13:52:45 GMT</pubDate>
    <dc:creator>P_Kale</dc:creator>
    <dc:date>2024-01-08T13:52:45Z</dc:date>
    <item>
      <title>Set Expression Not Working Start Date and End Date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159028#M93956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have created 2 variables to figure out last month start date and End Date. Both this variables are working fine at script level but in Expression these variables are not working. Though expression is not throwing syntax error at front end I am not getting any value. Below given is the expression. I have attached screen-shot as well.&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;PAYOUT_DATE={'&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)'},CONSIDER_NOT_CONSIDER={"CONSIDER"}&amp;gt;} PAYOUT_AMT)/10000000&lt;/P&gt;
&lt;P&gt;Can you pl help to resolve issue.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 12:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159028#M93956</guid>
      <dc:creator>P_Kale</dc:creator>
      <dc:date>2024-01-08T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Not Working Start Date and End Date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159146#M93985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Double quotes resolved the issue for me&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;PAYOUT_DATE={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},CONSIDER_NOT_CONSIDER={"CONSIDER"}&amp;gt;} PAYOUT_AMT)/10000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 13:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159146#M93985</guid>
      <dc:creator>P_Kale</dc:creator>
      <dc:date>2024-01-08T13:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Not Working Start Date and End Date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159149#M93987</link>
      <description>&lt;P&gt;The syntax isn't quite right - try it in this way:&lt;/P&gt;
&lt;P&gt;...&amp;nbsp;&lt;SPAN&gt;PAYOUT_DATE={"&amp;gt;='$(vStartDate)'&amp;lt;=$(vEndDate)'"},CONSIDER_NOT_CONSIDER={'CONSIDER'}&lt;/SPAN&gt; ...&lt;/P&gt;
&lt;P&gt;Further the date-format from the field and the variables must be equally.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 13:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159149#M93987</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-01-08T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression Not Working Start Date and End Date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159157#M93990</link>
      <description>&lt;P&gt;Thanks Marcus_sommer,&lt;/P&gt;
&lt;P&gt;Got it.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-Not-Working-Start-Date-and-End-Date/m-p/2159157#M93990</guid>
      <dc:creator>P_Kale</dc:creator>
      <dc:date>2024-01-08T14:16:56Z</dc:date>
    </item>
  </channel>
</rss>

