<?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: How to select only particular values in the field in script editor? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747514#M1023625</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Your_Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'*F/A*') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;AS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 09:07:40 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-03-19T09:07:40Z</dc:date>
    <item>
      <title>How to select only particular values in the field in script editor?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747511#M1023622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the list box and I need to display only the "F/A" data's other data values shouldn't display. I need to restrict this in script editor. Can somebody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81249_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747511#M1023622</guid>
      <dc:creator />
      <dc:date>2015-03-19T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to select only particular values in the field in script editor?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747512#M1023623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use wildmatch in your script to reduce down your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where wildmatch([Field Name], '*F/A*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747512#M1023623</guid>
      <dc:creator />
      <dc:date>2015-03-19T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to select only particular values in the field in script editor?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747513#M1023624</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;Try with wildmatch() and special character *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where wildmatch([Field Name], '*F/A*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747513#M1023624</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-19T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to select only particular values in the field in script editor?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747514#M1023625</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Your_Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'*F/A*') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;AS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747514#M1023625</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-03-19T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to select only particular values in the field in script editor?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747515#M1023626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use one of the match(wild match is prefered) with where condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-only-particular-values-in-the-field-in-script/m-p/747515#M1023626</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-03-19T09:12:03Z</dc:date>
    </item>
  </channel>
</rss>

