<?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: SubStringCount(Concat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121316#M18551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Calculation condition in your chart properties general tab is pointing to %dimension, it should be %refresh_dimension as shown below change it and also change your substringcount() function to refresh_dimensionID like A, B, C. There are no D, E,F in your refresh_dimensionID field.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="214729" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214729_Capture.PNG" style="height: 228px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 18:49:01 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-09-28T18:49:01Z</dc:date>
    <item>
      <title>SubStringCount(Concat</title>
      <link>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121313#M18548</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;I have the following inline tables in my app which are used to conditionally show dimensions in a table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the one table I am using the following formula and everything works fine.&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(%dimensionID, '|'), 'A')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the other table I am using this formula and nothing is working. &lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(%refresh_dimensionID, '|'), 'A')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me why?&amp;nbsp; I am not referencing the same fields in both tables, for example City in %dimension is "Physical City" and City in %refresh_dimension is "Customer City".&amp;nbsp; I tried changing the ID from letters to numbers in &lt;SPAN style="font-size: 13.3333px;"&gt;%refresh_dimension but it still didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;%dimension, %dimensionID&lt;/P&gt;&lt;P&gt;City, A&lt;/P&gt;&lt;P&gt;State, B&lt;/P&gt;&lt;P&gt;Profit Center, C&lt;/P&gt;&lt;P&gt;Profit Center Name, R&lt;/P&gt;&lt;P&gt;Location, D&lt;/P&gt;&lt;P&gt;Date, E&lt;/P&gt;&lt;P&gt;Day Part, F&lt;/P&gt;&lt;P&gt;Time, G&lt;/P&gt;&lt;P&gt;Menu Item Name, H&lt;/P&gt;&lt;P&gt;Major Group, I&lt;/P&gt;&lt;P&gt;Family Group, J&lt;/P&gt;&lt;P&gt;Tender, K&lt;/P&gt;&lt;P&gt;Weather, L&lt;/P&gt;&lt;P&gt;Temperature, M&lt;/P&gt;&lt;P&gt;Check#, N&lt;/P&gt;&lt;P&gt;Week, O&lt;/P&gt;&lt;P&gt;Month, P&lt;/P&gt;&lt;P&gt;Day, Q&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh_Dimensions:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %refresh_dimension, %refresh_dimensionID&lt;/P&gt;&lt;P&gt;Market Center, A&lt;/P&gt;&lt;P&gt;Customer, B&lt;/P&gt;&lt;P&gt;Quarter, C&lt;/P&gt;&lt;P&gt;State, D&lt;/P&gt;&lt;P&gt;City, E&lt;/P&gt;&lt;P&gt;Address, F&lt;/P&gt;&lt;P&gt;Year, G&lt;/P&gt;&lt;P&gt;Customer#, H&lt;/P&gt;&lt;P&gt;Customer Contact, I&lt;/P&gt;&lt;P&gt;Invoice#, J&lt;/P&gt;&lt;P&gt;Ticket Date, K&lt;/P&gt;&lt;P&gt;Product Code, L&lt;/P&gt;&lt;P&gt;Product Desc, M&lt;/P&gt;&lt;P&gt;Category, N&lt;/P&gt;&lt;P&gt;UOM, O&lt;/P&gt;&lt;P&gt;Qty Per, P&lt;/P&gt;&lt;P&gt;Tax, Q&lt;/P&gt;&lt;P&gt;Month-Year, R&lt;/P&gt;&lt;P&gt;Rank Sales, S&lt;/P&gt;&lt;P&gt;Rank Units, T&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 17:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121313#M18548</guid>
      <dc:creator>hjm35055</dc:creator>
      <dc:date>2018-09-28T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: SubStringCount(Concat</title>
      <link>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121314#M18549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rename your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%refresh_dimensionID to just %dimensionID and check? IF not can you share an eg of your expected output with some sample data?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 17:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121314#M18549</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-28T17:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: SubStringCount(Concat</title>
      <link>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121315#M18550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 18:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121315#M18550</guid>
      <dc:creator>hjm35055</dc:creator>
      <dc:date>2018-09-28T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: SubStringCount(Concat</title>
      <link>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121316#M18551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Calculation condition in your chart properties general tab is pointing to %dimension, it should be %refresh_dimension as shown below change it and also change your substringcount() function to refresh_dimensionID like A, B, C. There are no D, E,F in your refresh_dimensionID field.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="214729" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214729_Capture.PNG" style="height: 228px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 18:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SubStringCount-Concat/m-p/121316#M18551</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-28T18:49:01Z</dc:date>
    </item>
  </channel>
</rss>

