<?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 Pick out abbreviation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606551#M444763</link>
    <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote a function which can pick out abbreviation word from develloped one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in some cases it doesn't work .&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for exemple the script tell&amp;nbsp; me 'ok'&amp;nbsp; that&amp;nbsp; the Word&amp;nbsp; ' &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;a b c d&lt;/FONT&gt;&lt;/STRONG&gt; ' is an abbreviation&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the world&amp;nbsp; '&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;s o s NDD&lt;/FONT&gt;&lt;/STRONG&gt;'&amp;nbsp; in fact&amp;nbsp; is an abbreviation , but the program tell me it's not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;the code bellow&lt;/U&gt;&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Sub FilterAbbr(String)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;let nbreMots= SubStringCount(String,' ')+1;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;For i=1 to $(nbreMots)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;let mot$(i)=SubField(String,' ',$(i)); &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF WildMatch('$(mot$(i))','1','2','3','4','5','6','7','8','9','A','Z','E','R','T','Y','U','I','O','P','Q','S','D','F','G','H','J','K','L','M','W','X','C','V','B','N')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; then &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))'; &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vMsg = 'ok';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ELSE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vMsg = 'ko';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ENDIF&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;End Sub;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;thank you for yourHelp&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:53:55 GMT</pubDate>
    <dc:creator>Ayoub</dc:creator>
    <dc:date>2024-11-16T02:53:55Z</dc:date>
    <item>
      <title>Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606551#M444763</link>
      <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote a function which can pick out abbreviation word from develloped one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in some cases it doesn't work .&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for exemple the script tell&amp;nbsp; me 'ok'&amp;nbsp; that&amp;nbsp; the Word&amp;nbsp; ' &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;a b c d&lt;/FONT&gt;&lt;/STRONG&gt; ' is an abbreviation&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the world&amp;nbsp; '&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;s o s NDD&lt;/FONT&gt;&lt;/STRONG&gt;'&amp;nbsp; in fact&amp;nbsp; is an abbreviation , but the program tell me it's not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;the code bellow&lt;/U&gt;&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Sub FilterAbbr(String)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;let nbreMots= SubStringCount(String,' ')+1;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;For i=1 to $(nbreMots)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;let mot$(i)=SubField(String,' ',$(i)); &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF WildMatch('$(mot$(i))','1','2','3','4','5','6','7','8','9','A','Z','E','R','T','Y','U','I','O','P','Q','S','D','F','G','H','J','K','L','M','W','X','C','V','B','N')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; then &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))'; &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vMsg = 'ok';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ELSE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vMsg = 'ko';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ENDIF&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;End Sub;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;thank you for yourHelp&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606551#M444763</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2024-11-16T02:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606571#M444768</link>
      <description>&lt;P&gt;I guess NDD is something you are not checking in your WildMatch function&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch('$(mot$(i))','1','2','3','4','5','6','7','8','9','A','Z','E','R','T','Y','U','I','O','P','Q','S','D','F','G','H','J','K','L','M','W','X','C','V','B','N'&lt;FONT color="#FF0000"&gt;, 'NDD'&lt;/FONT&gt;)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606571#M444768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-26T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606581#M444771</link>
      <description>&lt;P&gt;yes i agree but it's just an exemple&amp;nbsp; i have more than 400 000 lines&amp;nbsp; , maybe i have 20 000 of this exemple !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606581#M444771</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-07-26T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606588#M444774</link>
      <description>&lt;P&gt;But how do you differentiate between an abbr. and everything else?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 16:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1606588#M444774</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-26T16:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1609450#M445022</link>
      <description>&lt;P&gt;this is was the main quest .&amp;nbsp; but i found it&amp;nbsp; i'll share the src code &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; thanks to you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1609450#M445022</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-08-05T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1614495#M445345</link>
      <description>&lt;P&gt;Ayoub, do not forget to post your solution, once you do, be sure to use the Accept as Solution button to mark it as the solution as well...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1614495#M445345</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-20T20:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pick out abbreviation</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1618815#M445614</link>
      <description>&lt;P&gt;Here is The Solution &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sub FilterAbbr(String)&lt;BR /&gt;Let vText='' ;&lt;BR /&gt;Let vMsg ='';&lt;BR /&gt;let nbreMots= SubStringCount(String,' ')+1;&lt;/P&gt;&lt;P&gt;For i=1 to $(nbreMots)&lt;/P&gt;&lt;P&gt;let mot$(i)=SubField(String,' ',$(i));&lt;BR /&gt;&lt;BR /&gt;IF WildMatch('$(mot$(i))','1','2','3','4','5','6','7','8','9','A','Z','E','R','T','Y','U','I','O','P','Q','S','D','F','G','H','J','K','L','M','W','X','C','V','B','N') then&lt;BR /&gt;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))';&lt;BR /&gt;Let vMsg = 'abbr';&lt;BR /&gt;EXIT For;&lt;BR /&gt;ELSE&lt;BR /&gt;LET vText = vText &amp;amp;' '&amp;amp; '$(mot$(i))';&lt;BR /&gt;Let vMsg = 'dev';&lt;BR /&gt;ENDIF&lt;BR /&gt;NEXT&lt;/P&gt;&lt;P&gt;End Sub;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-out-abbreviation/m-p/1618815#M445614</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-08-30T12:16:16Z</dc:date>
    </item>
  </channel>
</rss>

