<?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: Pass a variable a text to substring count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099303#M903276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, however when continute to expand the formula to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Current Spreadsheet)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Current Spreadsheet)','\'))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;It returns zero, why wont index pick up the number? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The next stage is to wrap the above formula inside left('$(Current Spreadsheet)',above formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 10:22:44 GMT</pubDate>
    <dc:creator>tinkerz1</dc:creator>
    <dc:date>2016-07-06T10:22:44Z</dc:date>
    <item>
      <title>Pass a variable a text to substring count</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099301#M903274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How do I pass a variable as text to substring count?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;T&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$([Curent Spreadsheet])&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'\') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099301#M903274</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable a text to substring count</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099302#M903275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply wrap the dollar sign expansion in single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'$(yourvariable)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 08:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099302#M903275</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2016-07-06T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable a text to substring count</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099303#M903276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, however when continute to expand the formula to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Current Spreadsheet)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(Current Spreadsheet)','\'))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;It returns zero, why wont index pick up the number? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The next stage is to wrap the above formula inside left('$(Current Spreadsheet)',above formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 10:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099303#M903276</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2016-07-06T10:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable a text to substring count</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099304#M903277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression searched within a string (your variable) the number of backslashes within them, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;index('string', 3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it what do you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 10:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099304#M903277</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-06T10:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a variable a text to substring count</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099305#M903278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the actual value of your variable?&amp;nbsp; Also, I don't believe variables can have spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 17:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-a-variable-a-text-to-substring-count/m-p/1099305#M903278</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2016-07-06T17:24:21Z</dc:date>
    </item>
  </channel>
</rss>

