<?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: How to get this in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994012#M338418</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;&lt;/P&gt;&lt;P&gt;Sorry, I just misunderstood your Requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do :&lt;/P&gt;&lt;P&gt;1)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}Status)&lt;/P&gt;&lt;P&gt;2)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}[Start Date])&lt;/P&gt;&lt;P&gt;3)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}[End Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neglect old attachment. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Dec 2015 07:07:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-29T07:07:51Z</dc:date>
    <item>
      <title>How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994008#M338414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to get the following logic. I have the following details in table &lt;/P&gt;&lt;P&gt;i.e. Teacher ID, Teaching Code, Status , Start Date and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;End Date. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to exclude the Teacher ID's who are in Training (teaching Code A16,A17,A18)&amp;nbsp; when the Year or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Month of Teaching period&amp;nbsp; falls in between the Start Date and End Date &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For Example : If Year 2013 and Month 4 is selected, distinct count(Teacher &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ID) should be 5. i.e. Teacher ID 50440 and 54240 to be excluded from the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;distinct count of Teacher ID as they are in the training&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please find the attachment for your reference.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Teaching.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110074_Teaching.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 03:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994008#M338414</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2015-12-29T03:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994009#M338415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Alvin,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check the below expression&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Count(DISTINCT {&amp;lt;[Teaching Code]-={'A16','A17','A18'}&amp;gt;}[Teacher ID])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 04:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994009#M338415</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-29T04:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994010#M338416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvin,&lt;/P&gt;&lt;P&gt;Checking your data, in year 2013 there are 5 distinct Teacher ID &amp;amp; for the month 4 there are 3 distinct teacher Id &amp;amp; if you remove the In training, then the answer would be 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below expression for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT(if(Status&amp;lt;&amp;gt;'In Training', [Teacher ID])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand B Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 04:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994010#M338416</guid>
      <dc:creator />
      <dc:date>2015-12-29T04:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994011#M338417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alvinford,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use Dimension Teacher Id and Teaching Code, and&amp;nbsp; expressions as &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)maxstring({&amp;lt;Status-={'In Training'}&amp;gt;}Status)&lt;/P&gt;&lt;P&gt;2)maxstring({&amp;lt;Status-={'In Training'}&amp;gt;}[Start Date])&lt;/P&gt;&lt;P&gt;3)maxstring({&amp;lt;Status-={'In Training'}&amp;gt;}[End Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppress Null value for both dimension values.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please find attachment. This will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 06:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994011#M338417</guid>
      <dc:creator />
      <dc:date>2015-12-29T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994012#M338418</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;&lt;/P&gt;&lt;P&gt;Sorry, I just misunderstood your Requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do :&lt;/P&gt;&lt;P&gt;1)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}Status)&lt;/P&gt;&lt;P&gt;2)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}[Start Date])&lt;/P&gt;&lt;P&gt;3)maxstring({&amp;lt;Status-={'In Training', 'End of Training', 'Extension of Training'}&amp;gt;}[End Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neglect old attachment. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 07:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994012#M338418</guid>
      <dc:creator />
      <dc:date>2015-12-29T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994013#M338419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This part is missing in this expression: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;when the Year or &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;Month of Teaching period&amp;nbsp; falls in between the Start Date and End Date &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;is selected.&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;Ford,&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;Could you share a sample app or let us know how you have derived your calender??&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;Is it from startdate &amp;amp; enddate?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 07:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994013#M338419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994014#M338420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not understood the requirement. Let's wait for sample application &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 07:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994014#M338420</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-29T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994015#M338421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will do it. It assumes that you will filter on year, month and/or date. See .zip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also guess that you mean 4 teachers 10776,10777,10778,10779&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_ex.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110174_qv_ex.JPG" style="width: 620px; height: 291px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994015#M338421</guid>
      <dc:creator>jan_gunnars</dc:creator>
      <dc:date>2015-12-29T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994016#M338422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for Your reply.. Would like to achieve it from the Backend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994016#M338422</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2015-12-29T14:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994017#M338423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have another look and you will se it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110186_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994017#M338423</guid>
      <dc:creator>jan_gunnars</dc:creator>
      <dc:date>2015-12-29T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994018#M338424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Gunnars, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Would like to achieve the logic from backend i.e. from the script.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994018#M338424</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2015-12-29T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994019#M338425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some parts of the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First add all dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teaching_Dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teaching:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Add intervall when teacher have been teaching&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Teaching Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'A16','A17','A18') &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYY-MM-DD')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;t_Start_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Teaching Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'A16','A17','A18') &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYY-MM-DD')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;t_End_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then intervallMatch to add all teaching dates in intervalls&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Create table with teachers and their training dates. If a teacher hasn't been traing he/she is not in table.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tmp_T: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Recreate base table without training dates&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tmp_T2: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Tmp_T and Tmp_T2 is connected with key [Teacher ID] &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 15:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-this/m-p/994019#M338425</guid>
      <dc:creator>jan_gunnars</dc:creator>
      <dc:date>2015-12-29T15:37:11Z</dc:date>
    </item>
  </channel>
</rss>

