<?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 compare PERIOD with text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232453#M84066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;do 1 thing just use this&lt;/P&gt;&lt;P&gt;DATE(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),'MMM-YYYY') as Month1&lt;/P&gt;&lt;P&gt;in load statement(script part) after put listbox in month1.&lt;/P&gt;&lt;P&gt;check month1 is number or date format?&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Feb 2010 12:35:41 GMT</pubDate>
    <dc:creator>sathishkumar_go</dc:creator>
    <dc:date>2010-02-06T12:35:41Z</dc:date>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232448#M84061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I try to compare period with text, so I try to conver date that I make from MAKEDATE function to num (because [Period] return in number although it show in Text like Nov-2008).&lt;/P&gt;&lt;P&gt;But it return num from date not period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Period]={"&amp;gt;=$(=NUM(DATE(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),'MMM-YYYY'))) and &amp;lt;=$(=NUM(DATE(ADDMONTHS(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),6),'MMM-YYYY')))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 14:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232448#M84061</guid>
      <dc:creator />
      <dc:date>2010-02-05T14:22:59Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232449#M84062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Text() Function instead of Num().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 15:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232449#M84062</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2010-02-05T15:47:57Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232450#M84063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Vidyut Verma&lt;/P&gt;&lt;P&gt;But [Period] return in number, so it cannot match text with it.&lt;/P&gt;&lt;P&gt;When I test in text object return like &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[Period]={"&amp;gt;=Nov-2008 and &amp;lt;=Dec 2008"}&lt;/P&gt;&lt;P&gt;What I try to do is &amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[Period]={"&amp;gt;=192830 and &amp;lt;=2948924"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 03:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232450#M84063</guid>
      <dc:creator />
      <dc:date>2010-02-06T03:33:30Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232451#M84064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;[Period]={"&amp;gt;=$(=(DATE(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),'MMM-YYYY'))) and &amp;lt;=$(=(DATE(ADDMONTHS(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),6),'MMM-YYYY')))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 09:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232451#M84064</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-02-06T09:55:50Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232452#M84065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sathish&lt;/P&gt;&lt;P&gt;It still doesn't work becase I test in text object and the return is &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[Period] = {"&amp;gt;= Nov-2008 and Dec-2008"}&lt;/P&gt;&lt;P&gt;although DATE() function return in number. (I don't know why &lt;IMG alt="Huh?" src="http://community.qlik.com/emoticons/emotion-18.gif" /&gt; )&lt;/P&gt;&lt;P&gt;This case will be correct if it return number of PERIOD&lt;/P&gt;&lt;P&gt;or any suggestion?&lt;/P&gt;&lt;P&gt;--- Thanks you so much ----&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 12:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232452#M84065</guid>
      <dc:creator />
      <dc:date>2010-02-06T12:23:46Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232453#M84066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;do 1 thing just use this&lt;/P&gt;&lt;P&gt;DATE(MAKEDATE(CONT_START_YEAR,CONT_START_MONTH),'MMM-YYYY') as Month1&lt;/P&gt;&lt;P&gt;in load statement(script part) after put listbox in month1.&lt;/P&gt;&lt;P&gt;check month1 is number or date format?&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 12:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232453#M84066</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-02-06T12:35:41Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232454#M84067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sathish&lt;/P&gt;&lt;P&gt;It's number but it show in date format.&lt;/P&gt;&lt;P&gt;And PERIOD can use = to compare&lt;/P&gt;&lt;P&gt;But cannot use &amp;gt;= or &amp;lt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 16:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232454#M84067</guid>
      <dc:creator />
      <dc:date>2010-02-06T16:02:50Z</dc:date>
    </item>
    <item>
      <title>compare PERIOD with text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232455#M84068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'hv got a way for this solution.&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 08:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-PERIOD-with-text/m-p/232455#M84068</guid>
      <dc:creator />
      <dc:date>2010-02-09T08:52:37Z</dc:date>
    </item>
  </channel>
</rss>

