<?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 Quarters missing dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarters-missing-dates/m-p/1690543#M450614</link>
    <description>&lt;P&gt;Hello, I have a created, in my Load script,&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;'Q' &amp;amp; &lt;FONT color="#0000ff"&gt;CEIL&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;NUM&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;MONTH&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[My End Date]&lt;/FONT&gt;))/3) &lt;FONT color="#0000ff"&gt;AS&lt;/FONT&gt; &lt;FONT color="#800000"&gt;QTR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;,&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;but when I make a list box to&amp;nbsp;list&amp;nbsp;the quarters, I get a lonely "Q" because some items don't have an end date.&amp;nbsp; How do I get rid of this "Q"?&amp;nbsp; Do I put something in the expression like a where clause, like where date is Null?&amp;nbsp; If anyone could point me in the right direction. Thanks!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:54:44 GMT</pubDate>
    <dc:creator>Lisa2</dc:creator>
    <dc:date>2024-11-16T00:54:44Z</dc:date>
    <item>
      <title>Quarters missing dates</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters-missing-dates/m-p/1690543#M450614</link>
      <description>&lt;P&gt;Hello, I have a created, in my Load script,&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;'Q' &amp;amp; &lt;FONT color="#0000ff"&gt;CEIL&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;NUM&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;MONTH&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[My End Date]&lt;/FONT&gt;))/3) &lt;FONT color="#0000ff"&gt;AS&lt;/FONT&gt; &lt;FONT color="#800000"&gt;QTR&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;,&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;but when I make a list box to&amp;nbsp;list&amp;nbsp;the quarters, I get a lonely "Q" because some items don't have an end date.&amp;nbsp; How do I get rid of this "Q"?&amp;nbsp; Do I put something in the expression like a where clause, like where date is Null?&amp;nbsp; If anyone could point me in the right direction. Thanks!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters-missing-dates/m-p/1690543#M450614</guid>
      <dc:creator>Lisa2</dc:creator>
      <dc:date>2024-11-16T00:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Quarters missing dates</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters-missing-dates/m-p/1690552#M450616</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you can try this&lt;/P&gt;&lt;P&gt;if(isnull(&lt;FONT size="4"&gt;&lt;FONT color="#800000"&gt;[My End Date]&lt;/FONT&gt;)=false(),'Q' &amp;amp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;CEIL&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;NUM&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;MONTH&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[My End Date]&lt;/FONT&gt;))/3))&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;AS&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;QTR&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;This Expression will make the script only calculates The quarter when there's an end date, and data with a null end date will still be loaded&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 23:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters-missing-dates/m-p/1690552#M450616</guid>
      <dc:creator>yassinemhadhbi</dc:creator>
      <dc:date>2020-04-02T23:05:28Z</dc:date>
    </item>
  </channel>
</rss>

