<?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 Match case ( 0 ) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689562#M87550</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to find test names that continue "pcie0" sometimes in lower or upper format&lt;/P&gt;&lt;P&gt;I understand I should use&amp;nbsp;Match case ( 0 )&lt;/P&gt;&lt;P&gt;I have added it to my script but received error&lt;/P&gt;&lt;P&gt;can you check what I should change in my script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column(dt, "PARAMETR") &amp;lt;&amp;lt; Set Each Value( If( Contains(( :TEST_NAME,"pcie0")), &lt;STRONG&gt;Match case( 0 )&lt;/STRONG&gt;,"PCIE0",:PARAMETR));&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dennisbur_0-1698076264441.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57902i20CFAF6E02063D96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dennisbur_0-1698076264441.png" alt="Dennisbur_0-1698076264441.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 15:52:01 GMT</pubDate>
    <dc:creator>Dennisbur</dc:creator>
    <dc:date>2023-10-23T15:52:01Z</dc:date>
    <item>
      <title>Match case ( 0 )</title>
      <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689562#M87550</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to find test names that continue "pcie0" sometimes in lower or upper format&lt;/P&gt;&lt;P&gt;I understand I should use&amp;nbsp;Match case ( 0 )&lt;/P&gt;&lt;P&gt;I have added it to my script but received error&lt;/P&gt;&lt;P&gt;can you check what I should change in my script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column(dt, "PARAMETR") &amp;lt;&amp;lt; Set Each Value( If( Contains(( :TEST_NAME,"pcie0")), &lt;STRONG&gt;Match case( 0 )&lt;/STRONG&gt;,"PCIE0",:PARAMETR));&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dennisbur_0-1698076264441.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57902i20CFAF6E02063D96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dennisbur_0-1698076264441.png" alt="Dennisbur_0-1698076264441.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 15:52:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689562#M87550</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2023-10-23T15:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match case ( 0 )</title>
      <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689572#M87552</link>
      <description>&lt;P&gt;I'm not sure where Match Case is used outside of Filter Col Selector. You could convert your :TEST_NAME to upper or lowercase using Lowercase() or Uppercase()&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contains(Lowercase(:TEST_NAME), "pcie0")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Oct 2023 15:55:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689572#M87552</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-23T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Match case ( 0 )</title>
      <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689573#M87553</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column(dt, "PARAMETR") &amp;lt;&amp;lt; Set Each Value( If( Contains( :TEST_NAME,"pcie0", Match case( 0 )),"PCIE0",:PARAMETR));&lt;BR /&gt;?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;no:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1698076850540.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57903i34AC1ABEA674EC23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1698076850540.png" alt="hogi_0-1698076850540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 16:00:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689573#M87553</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-23T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Match case ( 0 )</title>
      <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689779#M87577</link>
      <description>&lt;P&gt;OK, thank you&lt;/P&gt;&lt;P&gt;there are any options to use like a mix for&amp;nbsp;&lt;SPAN&gt;upper or lowercase because I have a mix format text in this column?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 00:13:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689779#M87577</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2023-10-24T00:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Match case ( 0 )</title>
      <link>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689815#M87579</link>
      <description>&lt;P&gt;I'm not 100% sure what you are trying to do here. You can do the comparison with Regex if you cannot use lowercase()/uppercase() or use two conditions&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 04:59:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Match-case-0/m-p/689815#M87579</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-24T04:59:57Z</dc:date>
    </item>
  </channel>
</rss>

