<?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 Função: SubStringCount in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671680#M19253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa Tarde.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alguém poderia me dar uma explicação da função abaixo:&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(Campo_Tabela,'|'), 'A')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muito Obrigado.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renato&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 15:14:48 GMT</pubDate>
    <dc:creator>girino777</dc:creator>
    <dc:date>2014-08-28T15:14:48Z</dc:date>
    <item>
      <title>Função: SubStringCount</title>
      <link>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671680#M19253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa Tarde.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alguém poderia me dar uma explicação da função abaixo:&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(Campo_Tabela,'|'), 'A')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muito Obrigado.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renato&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 15:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671680#M19253</guid>
      <dc:creator>girino777</dc:creator>
      <dc:date>2014-08-28T15:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Função: SubStringCount</title>
      <link>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671681#M19254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SubStringCount(Concat(Campo_Tabela,'|'), 'A')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let me divide in two different function...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concat(Campo_Tabela,'|')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will concatenate all/selected values of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Campo_Tabela&lt;/SPAN&gt; and the seperator is |&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SubStringCount(Concat(Campo_Tabela,'|'), 'A')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubstringCount will check that from the above concatenation result will have 'A' inside or not... It is is there, it will give you 1 (=True) or 0 (=False)....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this will clear your doubt..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671681#M19254</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-28T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Função: SubStringCount</title>
      <link>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671682#M19255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muito Obrigado.!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renato&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Fun%C3%A7%C3%A3o-SubStringCount/m-p/671682#M19255</guid>
      <dc:creator>girino777</dc:creator>
      <dc:date>2014-08-28T17:13:43Z</dc:date>
    </item>
  </channel>
</rss>

