<?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: if-wildmatch-? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760691#M270633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot , I settled with that code that I 've been through.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 14:32:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-06T14:32:36Z</dc:date>
    <item>
      <title>if-wildmatch-?</title>
      <link>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760689#M270631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone and sorry for my bad English . My question is , how do I get to fill a column with the particular values ​​after a check on another column ?&lt;/P&gt;&lt;P&gt;I'll explain:&lt;/P&gt;&lt;P&gt;I have a field MONTH_YEAR format month.year ( 11.2001 ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( WildMatch ( MONTH_YEAR , '01 . ' or '02 . ' or '03 . ' or '04 . ' ) = 1 , ' Q1 ' ,&lt;/P&gt;&lt;P&gt;if ( WildMatch ( MONTH_YEAR , '05 . ' or '06 . ' or '07 . ' or '08 . ' ) = 1 , ' Q2 ' ,&lt;/P&gt;&lt;P&gt;if ( WildMatch ( MONTH_YEAR , '09 . ' or '10 . ' or '11 . ' or '12 . ' ) = 1 , ' Q3 ' , ) ) ) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the column quarter fill values ​​Q1 - Q2 - Q3 after checking the month but I can not do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had thought to divide the field into MONTH_YEAR&lt;/P&gt;&lt;P&gt;Right ( MONTH_YEAR , 4 ) as Year ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left ( MONTH_YEAR , 2 ) as Month ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' ' As the Quarter&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;if ( WildMatch ( Month , '01' or ' 02 ' or ' 03 ' or ' 04 ' ) = 1 , ' Q1 ' ,&lt;/P&gt;&lt;P&gt;if ( WildMatch ( Month , '05 ' or ' 06 ' or ' 07 ' or ' 08 ' ) = 1 , ' Q2 ' ,&lt;/P&gt;&lt;P&gt;if ( WildMatch ( Month , '09 ' or ' 10 ' or ' 11 ' or ' 12 ' ) = 1 , ' Q3 ' , ) ) ) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do please let advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks best regards..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760689#M270631</guid>
      <dc:creator />
      <dc:date>2015-02-06T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: if-wildmatch-?</title>
      <link>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760690#M270632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Q'&amp;amp;ceil(month(Date#(MONTH_YEAR, 'MM.YYYY'))/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760690#M270632</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-06T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: if-wildmatch-?</title>
      <link>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760691#M270633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot , I settled with that code that I 've been through.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760691#M270633</guid>
      <dc:creator />
      <dc:date>2015-02-06T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: if-wildmatch-?</title>
      <link>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760692#M270634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; but please close this thread in any case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-wildmatch/m-p/760692#M270634</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-06T14:35:40Z</dc:date>
    </item>
  </channel>
</rss>

