<?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: Need help ??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596852#M1092976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it using concept of master calender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 10:37:07 GMT</pubDate>
    <dc:creator>mangalsk</dc:creator>
    <dc:date>2014-05-08T10:37:07Z</dc:date>
    <item>
      <title>Need help ???</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596850#M1092974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;I have table like position_id and its creation_date and its closed date and status(closed or open)&lt;/P&gt;&lt;P&gt;Now i want to calculate based on months how many positions are opened and how many positions are closed.&lt;/P&gt;&lt;P&gt;As here i am having two dates,can i have a common(single) date and based on that dimension,i want to find no.of posiitons opened and closed.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/596850#M1092974</guid>
      <dc:creator>veeranj</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ???</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596851#M1092975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use a common date.&lt;/P&gt;&lt;P&gt;One option i can suggest is that you can use Min(Creation_Date) and Max(Closed_Date) and create a master calender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/596851#M1092975</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-05-08T04:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ???</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596852#M1092976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it using concept of master calender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 10:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/596852#M1092976</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2014-05-08T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ???</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596853#M1092977</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;Attach some smaple data and file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 10:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/596853#M1092977</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-08T10:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ???</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/596854#M1092978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can crosstable load the table to get the date and event type (opened / closed) as two different fields.&lt;/P&gt;&lt;P&gt;Selecting in a month(date)-Listbox would select both kinds of events (better create a seperate month field during load)&lt;/P&gt;&lt;P&gt;You could create two expressions like&lt;/P&gt;&lt;P&gt;count({$&amp;lt;event_type={'opened'}&amp;gt;} date)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;count({$&amp;lt;event_type={'closed'}&amp;gt;} date)&lt;/P&gt;&lt;P&gt;to count the opened and closed positions per dimension value (e.g. month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 10:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/596854#M1092978</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-08T10:57:08Z</dc:date>
    </item>
  </channel>
</rss>

