<?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: Script not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079623#M359917</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;Wildmatch() is &lt;STRONG&gt;not case sensitive &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where match() is &lt;STRONG&gt;case sensitive&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details search in Help menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 09:37:17 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2016-01-13T09:37:17Z</dc:date>
    <item>
      <title>Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079617#M359911</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;&lt;/P&gt;&lt;P&gt;i got a requirement there are some values as (a,b,c,d,e,f,g) &lt;/P&gt;&lt;P&gt;where a,b should be OK and rest as Non-Ok&lt;/P&gt;&lt;P&gt;need to create a field with values OK and Non-Ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079617#M359911</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-13T09:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079618#M359912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(FieldName, 'a', 'b'), 'OK', 'Non-Ok) as NewFieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079618#M359912</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079619#M359913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Match(FieldName,'a','b'),'OK','Non-OK') as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079619#M359913</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-13T09:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079620#M359914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (value='a') or (value='b'),'OK', 'Non-Ok' as newField&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if (match(value,'a','b') &amp;gt; 0, 'OK', 'Non-Ok' as newField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079620#M359914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T09:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079621#M359915</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;Create Flag in back end.&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(FieldName,'a','b'),'OK','Non - OK') as Flag;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: You can use match() or wildmatch() as per requirement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079621#M359915</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-13T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079622#M359916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks sunny its working if i give wildmacth in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079622#M359916</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-13T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079623#M359917</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;Wildmatch() is &lt;STRONG&gt;not case sensitive &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where match() is &lt;STRONG&gt;case sensitive&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details search in Help menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079623#M359917</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-13T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079624#M359918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess than use WildMatch if Fieldname can have 'a' and 'A' and both needs to be grouped as OK or you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Match(&lt;SPAN style="color: #ff0000;"&gt;Lower&lt;/SPAN&gt;(FieldName), 'a', 'b'), 'OK', 'Non-Ok) as NewFieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079624#M359918</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079625#M359919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes what u said is right i'm grouping a,A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-working/m-p/1079625#M359919</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-13T09:50:47Z</dc:date>
    </item>
  </channel>
</rss>

