<?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: Issue on dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236778#M874513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, but :&lt;/P&gt;&lt;P&gt;I am going by the first suggestion: calculated dimension( as this will work in my bar chart as well)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the calculated dimension i have given ( as without the min n max, the chart showed out of memory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthname(If(ValidToDate &amp;gt;= min(PeriodDateFrom) and ValidToDate &amp;lt;= max(PeriodDateTo), ValidToDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHOWS error in calculation; could you please correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2016 11:25:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-11T11:25:46Z</dc:date>
    <item>
      <title>Issue on dates</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236776#M874509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;my requirement is to have the selected date range months to appear as&amp;nbsp; dimensions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selected date range is the field:PeriodDateFrom and PeriodDateTo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i failed to have it as a dimension, trying it as an expression, and tried the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Only({$&amp;lt;(ValidToDate={"&amp;gt;=$(=MonthStart(max(PeriodDateFrom)))&amp;lt;=$(=MonthEnd(max(PeriodDateTo)))"})&amp;gt;}ValidToDate),Monthname(ValidToDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i get an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone sort the issue for me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236776#M874509</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on dates</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236777#M874511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have probably two options here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use calculated dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ValidToDate &amp;gt;= PeriodDateFrom and &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ValidToDate &amp;lt;= PeriodDateTo, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ValidToDate)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then check 'Suppress When Value Is Null' option on the dimension tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Or use set analysis to your existing expressions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;ValidToDate = {"=&lt;SPAN style="font-size: 13.3333px;"&gt;ValidToDate &amp;gt;= PeriodDateFrom and ValidToDate &amp;lt;= PeriodDateTo&lt;/SPAN&gt;"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 10:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236777#M874511</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-11T10:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on dates</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236778#M874513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, but :&lt;/P&gt;&lt;P&gt;I am going by the first suggestion: calculated dimension( as this will work in my bar chart as well)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the calculated dimension i have given ( as without the min n max, the chart showed out of memory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthname(If(ValidToDate &amp;gt;= min(PeriodDateFrom) and ValidToDate &amp;lt;= max(PeriodDateTo), ValidToDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHOWS error in calculation; could you please correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 11:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236778#M874513</guid>
      <dc:creator />
      <dc:date>2016-11-11T11:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on dates</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236779#M874515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(ValidToDate &amp;gt;= Min(TOTAL PeriodDateFrom) and &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ValidToDate &amp;lt;= Max(TOTAL PeriodDateTo), MonthName(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ValidToDate))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236779#M874515</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-11T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on dates</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236780#M874517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mythili, Aggr() expects a dimension name as parameter, using a formula may return unexpected results, maybe:&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;=Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Monthname(&lt;/SPAN&gt;Only({$&amp;lt;(ValidToDate={"&amp;gt;=$(=MonthStart(max(PeriodDateFrom)))&amp;lt;=$(=MonthEnd(max(PeriodDateTo)))"})&amp;gt;}ValidToDate)),ValidToDate)&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;* Not tested, for this to work ValidToDate should be a real date, not a string&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 13:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-dates/m-p/1236780#M874517</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-11T13:04:42Z</dc:date>
    </item>
  </channel>
</rss>

