<?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 with &amp;gt; sign not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137484#M9652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({$&amp;lt;ACTIVITY_STATUS = {'Not Started'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[ACTIVITY_PLANNED_START.autoCalendar.Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;"&amp;lt;=$(= Date#(Date(Today()), 'MM/DD/YYYY')) )"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;} &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;} ACTIVITY_ID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[ACTIVITY_PLANNED_START.autoCalendar.Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt; is in the format of mm/dd/yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to suggest, use date num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 20:01:30 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2018-08-30T20:01:30Z</dc:date>
    <item>
      <title>Set Expression with &gt; sign not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137482#M9650</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 trying to calculate total count of late started activities, by using a set expression with 2 conditions, the first checks if the activity is not started, and the second checks to see if the current date &amp;gt; planned start date.&amp;nbsp; Here is the expression im using.&amp;nbsp; What am I doing wrong?&lt;/P&gt;&lt;P&gt;count({$&amp;lt;ACTIVITY_STATUS = {'Not Started'}, [ACTIVITY_PLANNED_START.autoCalendar.Date] = {"&amp;lt; Date(Now())"}&amp;gt;} ACTIVITY_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this works if i put the equivalent into an if statement for a table dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 17:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137482#M9650</guid>
      <dc:creator>walimmalik</dc:creator>
      <dc:date>2018-08-30T17:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression with &gt; sign not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137483#M9651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try:&lt;BR /&gt;&lt;/SPAN&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;"&gt;count({$&amp;lt;ACTIVITY_STATUS = {'Not Started'}, [ACTIVITY_PLANNED_START.autoCalendar.Date] = {"&amp;lt; $(=Date(Now()))"}&amp;gt;} ACTIVITY_ID)&lt;/SPAN&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;"&gt;&lt;BR /&gt;&lt;/SPAN&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;"&gt;Your Dates must be in the same format.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 19:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137483#M9651</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-08-30T19:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression with &gt; sign not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137484#M9652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({$&amp;lt;ACTIVITY_STATUS = {'Not Started'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[ACTIVITY_PLANNED_START.autoCalendar.Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;"&amp;lt;=$(= Date#(Date(Today()), 'MM/DD/YYYY')) )"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;} &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;} ACTIVITY_ID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[ACTIVITY_PLANNED_START.autoCalendar.Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt; is in the format of mm/dd/yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to suggest, use date num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137484#M9652</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-08-30T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression with &gt; sign not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137485#M9653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it worked as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137485#M9653</guid>
      <dc:creator>walimmalik</dc:creator>
      <dc:date>2018-08-30T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression with &gt; sign not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137486#M9654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-with-gt-sign-not-working/m-p/137486#M9654</guid>
      <dc:creator>walimmalik</dc:creator>
      <dc:date>2018-08-30T20:19:21Z</dc:date>
    </item>
  </channel>
</rss>

