<?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 Performance issues while creating missing Reference dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239526#M393808</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;I am using a combination of Canonical Calendar and Generating missing reference dates concept .&lt;/P&gt;&lt;P&gt;we have multiple systems migrated into one new system and I need to show all dates on one time axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. [Opened Date], [Resolution Date] from New system&lt;/P&gt;&lt;P&gt;[Date Raised],[Resolved Date] from TR System&lt;/P&gt;&lt;P&gt;[Open date UTC],[Resolve date UTC] from IN system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show a trend of outstanding tickets across one common month axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding ticket count as of 28 Feb = all tickets with blank [Resolution Date],[Resolved Date] and [Resolve date UTC] while being opened in Feb or prior to Feb. +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tickets that were opened in Feb or prior to Feb but resolved after 28 Feb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge that I am facing is that even if I use set analysis and flags while counting the outstanding tickets I am getting performance issues while clicking the listbox. Numbers get populated correctly but it is slowing down the applications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2017 07:46:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-20T07:46:05Z</dc:date>
    <item>
      <title>Performance issues while creating missing Reference dates</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239526#M393808</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;I am using a combination of Canonical Calendar and Generating missing reference dates concept .&lt;/P&gt;&lt;P&gt;we have multiple systems migrated into one new system and I need to show all dates on one time axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. [Opened Date], [Resolution Date] from New system&lt;/P&gt;&lt;P&gt;[Date Raised],[Resolved Date] from TR System&lt;/P&gt;&lt;P&gt;[Open date UTC],[Resolve date UTC] from IN system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show a trend of outstanding tickets across one common month axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding ticket count as of 28 Feb = all tickets with blank [Resolution Date],[Resolved Date] and [Resolve date UTC] while being opened in Feb or prior to Feb. +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tickets that were opened in Feb or prior to Feb but resolved after 28 Feb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge that I am facing is that even if I use set analysis and flags while counting the outstanding tickets I am getting performance issues while clicking the listbox. Numbers get populated correctly but it is slowing down the applications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239526#M393808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-20T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issues while creating missing Reference dates</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239527#M393809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are the second person i heard about set analysis performance issue. I never face issue / Performance issue while using set analysis. Would you share that expression we can optimize for you to reduce and better work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239527#M393809</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-20T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issues while creating missing Reference dates</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239528#M393810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(sum(aggr(sum( distinct {&amp;lt;[Referred to CPS]={'Y'},RTC_Status={'ReOpened','To be Assigned','Working'},Month=&amp;gt;}vflag_Elapsed_Time_null_Resolve_dates_Incidents),[TR #],Last13MonthsReferencedateOpened))+&lt;/P&gt;&lt;P&gt;sum(aggr(sum(distinct {&amp;lt;[Referred to CPS]={'Y'},Month=&amp;gt;}vflag_Elapsed_Time_non_null_Resolve_dates_Incidents),[TR #],Last13MonthsReferencedateOpened))&lt;BR /&gt;+ sum(aggr(sum ( DISTINCT {&amp;lt;[Referred to CPS]={'Y'},Status={'Open'},Month=&amp;gt;}vflag_Aging_null_Resolve_dates_Incident),[TR #],Last13MonthsReferencedateOpened))) /&lt;/P&gt;&lt;P&gt;(count(DISTINCT{&amp;lt;vflag_Aging_null_Resolve_dates_Incident={'2 months','1 week','2-3 weeks','1 month','&amp;gt;2 months'},Status={'Open'},[Referred to CPS]={'Y'},Month=&amp;gt;}[TR #])+&lt;BR /&gt;count(DISTINCT{&amp;lt;vflag_Aging_non_null_Resolve_dates_Incident={'2 months','1 week','2-3 weeks','1 month','&amp;gt;2 months'},[Referred to CPS]={'Y'},Month=&amp;gt;}[TR #])+&lt;BR /&gt;count(DISTINCT{&amp;lt;vflag_Aging_null_Resolve_dates_Incident={'2 months','1 week','2-3 weeks','1 month','&amp;gt;2 months'},RTC_Status={'ReOpened','To be Assigned','Working'},[Referred to CPS]={'Y'},Month=&amp;gt;}[TR #]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239528#M393810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-20T07:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issues while creating missing Reference dates</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239529#M393811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me know if you need further information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issues-while-creating-missing-Reference-dates/m-p/1239529#M393811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-20T07:56:52Z</dc:date>
    </item>
  </channel>
</rss>

