<?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: heavy performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444025#M459302</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;The Date() function will only format the output, but won't remove the day from the number. I would rather use:&lt;/P&gt;&lt;P&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;MonthStart(DownPaymentDate2)= MonthStart(TempDate) &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 this will probably not solve your performance issue, but that is hard to help without knowing how your model looks like and what you are trying to achieve here.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 14:58:52 GMT</pubDate>
    <dc:creator>juliedecoene</dc:creator>
    <dc:date>2017-10-12T14:58:52Z</dc:date>
    <item>
      <title>heavy performance</title>
      <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444021#M459298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi qlikers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am execute below set analysis on dashboard expression and it cost delay of performance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion for boost the preformance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//count({$&amp;lt;DownPaymentDate2 = {"&amp;gt;=01/01/2013"} , TempDate = {&amp;lt;$("&amp;gt;=01/01/2013")&amp;gt;}&amp;gt;}&lt;/P&gt;&lt;P&gt;//if(date(Date#(DownPaymentDate2, 'DD/MM/YY'),'MM/YYYY')= date(Date#(TempDate, 'DD/MM/YY'),'MM/YYYY'),DownPaymentDate2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444021#M459298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: heavy performance</title>
      <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444022#M459299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you clearly write your expressions.... problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Why is the first two lines commented out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) TempDate set analysis is not right... I wonder if this expression is even working?&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;STRONG&gt;TempDate = {&amp;lt;$("&amp;gt;=01/01/2013")&amp;gt;}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Why do you need Date and Date# functions in your if statement? Are they not read as dates by QlikView? If they are not, then how why the set analysis work? and If they are, then why do you need Date and Date# functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444022#M459299</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-12T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: heavy performance</title>
      <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444023#M459300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides what Sunny already mentioned, how are your two date fields related to each other in your model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are they located in the same table or in different tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444023#M459300</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-12T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: heavy performance</title>
      <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444024#M459301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well , it is working fine but it takes long time to generate ,&lt;/P&gt;&lt;P&gt;each field in different table and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TempDate is in calendar master &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;i used&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date# function because i only want to month and year to get accurate count during the selected month period &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if i assume make count by creation date will not get me correct count because creation could be early month of year and downpayment date happens current month !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444024#M459301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: heavy performance</title>
      <link>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444025#M459302</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;The Date() function will only format the output, but won't remove the day from the number. I would rather use:&lt;/P&gt;&lt;P&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;MonthStart(DownPaymentDate2)= MonthStart(TempDate) &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 this will probably not solve your performance issue, but that is hard to help without knowing how your model looks like and what you are trying to achieve here.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heavy-performance/m-p/1444025#M459302</guid>
      <dc:creator>juliedecoene</dc:creator>
      <dc:date>2017-10-12T14:58:52Z</dc:date>
    </item>
  </channel>
</rss>

