<?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: Greater Than Today in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223898#M461531</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;Is Subscription End Date a date or timestamp field? Its format is MM/DD/YYYY?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 13:30:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-10T13:30:41Z</dc:date>
    <item>
      <title>Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223897#M461530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to only sum subscription amounts where the subscription end date is greater than today to get a true view of our customer subscription amount day by day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I referenced this post: &lt;A href="https://community.qlik.com/thread/235030"&gt;Greater than today date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to create the set analysis below, but it is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt; [Subscription End Date] = {"&amp;gt;= $(=Date(Today(),'MM/DD/YYYY'))"}&amp;gt;}[Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223897#M461530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223898#M461531</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;Is Subscription End Date a date or timestamp field? Its format is MM/DD/YYYY?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223898#M461531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223899#M461532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I formatted Subscription End Date in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date("Subscription End Date",'MM/DD/YYYY') as [Subscription End Date],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223899#M461532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T13:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223900#M461533</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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(&lt;SPAN style="color: #ff0000;"&gt;Floor&lt;/SPAN&gt;("Subscription End Date"),'MM/DD/YYYY') as [Subscription End Date],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223900#M461533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223901#M461534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it. I had to delete the spaces in the set analysis between all of the different characters. Seems like the syntax is very sensitive. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223901#M461534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Greater Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223902#M461535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had spaces in set analysis that were preventing it from working. Thank you for your feedback. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-Than-Today/m-p/1223902#M461535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T13:35:34Z</dc:date>
    </item>
  </channel>
</rss>

