<?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: Using Two date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544737#M439755</link>
    <description>&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;One way could be to break the table into two:&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;DateSubmitted,&lt;/P&gt;&lt;P&gt;Dateresolved&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;SubmitTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;DateSubmitted as Date&lt;/P&gt;&lt;P&gt;1 as Flag&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;conccatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;Dateresolved as Date,&lt;/P&gt;&lt;P&gt;2 as Flag&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;Drop table&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can create expression using the flag and create master calendar if required.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={1}&amp;gt;}TicketID) // submitted&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={2}&amp;gt;}TicketID) // resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There can be other approaches also.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 06:45:39 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2019-02-15T06:45:39Z</dc:date>
    <item>
      <title>Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544724#M439752</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two date fields, 'DateofSubmission' and 'ResolvedDate' for issues at center. I want to work on number of total issues submitted and total issues resolved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. So, I created months and years using 'Dateofsubmission' field. It properly showed total issues submitted; but when I checked for issues resolved, it showed different numbers.&lt;/P&gt;&lt;P&gt;2. As a solution, I also created Master calendar; but now it is showing both numbers incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create months and years so that both the numbers, issues submitted and issues resolved, will be shown properly.&lt;/P&gt;&lt;P&gt;Please, suggest the solution for the same!&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544724#M439752</guid>
      <dc:creator>QV_learner</dc:creator>
      <dc:date>2024-11-16T21:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544729#M439753</link>
      <description>How did you create Master calendar? From which field? can you share your script and expression which you are trying?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle</description>
      <pubDate>Fri, 15 Feb 2019 06:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544729#M439753</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-02-15T06:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544737#M439755</link>
      <description>&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;One way could be to break the table into two:&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;DateSubmitted,&lt;/P&gt;&lt;P&gt;Dateresolved&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;SubmitTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;DateSubmitted as Date&lt;/P&gt;&lt;P&gt;1 as Flag&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;conccatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;TicketID,&lt;/P&gt;&lt;P&gt;Dateresolved as Date,&lt;/P&gt;&lt;P&gt;2 as Flag&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;Drop table&amp;nbsp;MainTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can create expression using the flag and create master calendar if required.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={1}&amp;gt;}TicketID) // submitted&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={2}&amp;gt;}TicketID) // resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There can be other approaches also.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 06:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1544737#M439755</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-02-15T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1546239#M439870</link>
      <description>&lt;P&gt;Thanks, I tried the same; but it's still showing wrong values.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 09:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1546239#M439870</guid>
      <dc:creator>QV_learner</dc:creator>
      <dc:date>2019-02-19T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1546340#M439882</link>
      <description>&lt;P&gt;Sorry, I didn't appropriately focus on Creation of Master Calendar. The problem is solved now.&lt;BR /&gt;Thank you so much Jyothish!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 12:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1546340#M439882</guid>
      <dc:creator>QV_learner</dc:creator>
      <dc:date>2019-02-19T12:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Two date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1559869#M441215</link>
      <description>&lt;P&gt;you are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 04:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Two-date-fields/m-p/1559869#M441215</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-03-22T04:42:34Z</dc:date>
    </item>
  </channel>
</rss>

