<?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: Projects expiring 3,6,9 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991002#M337676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but Im not sure if this is quite what I'm after. What I need is a new field to show all projects expiring 'within' the next 3, 6 and 9 months not between ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 11:01:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-06T11:01:10Z</dc:date>
    <item>
      <title>Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991000#M337674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two fields 'Project_Name' and 'Project_Expiry'. How do I show projects expiring within the next 3, 6, and 9 months ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 10:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991000#M337674</guid>
      <dc:creator />
      <dc:date>2015-09-21T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991001#M337675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to make sure if you can use days or months. &lt;/P&gt;&lt;P&gt;like for three months you can use 90,120 days and so on &lt;/P&gt;&lt;P&gt;like this : &lt;/P&gt;&lt;P&gt;if(Today()-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Project_Expiry&lt;/SPAN&gt;&amp;gt;90, if(Today()-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Project_Expiry&lt;/SPAN&gt;&amp;lt;120,90))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 12:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991001#M337675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T12:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991002#M337676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but Im not sure if this is quite what I'm after. What I need is a new field to show all projects expiring 'within' the next 3, 6 and 9 months not between ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991002#M337676</guid>
      <dc:creator />
      <dc:date>2015-10-06T11:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991003#M337677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Project, Date(Date#(ProjectExpiry,'DD-MM-YYYY'),'DD-MM-YYYY') as ProjectExpiry inline [&lt;/P&gt;&lt;P&gt;Project, ProjectExpiry&lt;/P&gt;&lt;P&gt;A, 15-10-2015,&lt;/P&gt;&lt;P&gt;B, 15-11-2015,&lt;/P&gt;&lt;P&gt;C, 15-12-2015,&lt;/P&gt;&lt;P&gt;D, 15-01-2016,&lt;/P&gt;&lt;P&gt;E, 15-02-2016&lt;/P&gt;&lt;P&gt;F, 15-03-2016&lt;/P&gt;&lt;P&gt;G, 15-04-2016&lt;/P&gt;&lt;P&gt;H 15-05-2016 ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="projects.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101092_projects.PNG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991003#M337677</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T11:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991004#M337678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this looks good. What if I wanted to show the number of projects rather than the names ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991004#M337678</guid>
      <dc:creator />
      <dc:date>2015-10-06T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991005#M337679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Count(if(ProjectExpiry&amp;lt;=Date(AddMonths(Today(),+6)),Project))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991005#M337679</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991006#M337680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately still having trouble with the syntax. Fyi my date is a variable called $(vDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991006#M337680</guid>
      <dc:creator />
      <dc:date>2015-10-06T18:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991007#M337681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want to replace today() with the variable date? can you share your date format, will provide you the syntax with your date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991007#M337681</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991008#M337682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ignore that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used your statement :&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(if(ProjectExpiry&amp;lt;=Date(AddMonths(Today(),+6)),Project))&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;However I get an 'error in calculation' error in my chart. ps the 'project expiry' date format is m/d/yyyy. &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;Many thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991008#M337682</guid>
      <dc:creator />
      <dc:date>2015-10-06T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991009#M337683</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;=Count(if(Date#(ProjectExpiry,'m/d/yyyy')&amp;lt;=Date(AddMonths(Today(),+6)),Project))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991009#M337683</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-06T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991010#M337684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which chart you are using this, it works on text box, need to see where you are using it to understand the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991010#M337684</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T18:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Projects expiring 3,6,9 months</title>
      <link>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991011#M337685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an error in calculation. I believe this is because &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;you can not use group functions directly in calculated dimension.&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I wanted to add this as an expression instead what should it look like ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projects-expiring-3-6-9-months/m-p/991011#M337685</guid>
      <dc:creator />
      <dc:date>2015-10-14T14:08:41Z</dc:date>
    </item>
  </channel>
</rss>

