<?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( - present multiple records , how to present the exact value i picked? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523847#M748074</link>
    <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't know that its called &lt;SPAN&gt;&amp;nbsp;AD-hoc&lt;/SPAN&gt; report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the problem in the syntax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=SubStringCount(Concat(_Dimensions, '|'), 'Group')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=SubStringCount('|' &amp;amp; Concat(distinct _Dimensions, '|') &amp;amp; '|', '|Group|')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Dec 2018 12:16:41 GMT</pubDate>
    <dc:creator>shahafei2</dc:creator>
    <dc:date>2018-12-25T12:16:41Z</dc:date>
    <item>
      <title>substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523805#M748070</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to set a dynamic report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i created two inline tables _Dimensions and&amp;nbsp;_Measures&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;_Dimensions&amp;nbsp;&lt;/SPAN&gt;table contain the following values&lt;/P&gt;&lt;P&gt;Group&lt;BR /&gt;A_Group&lt;/P&gt;&lt;P&gt;B&lt;SPAN&gt;_Group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i set a condition on each&amp;nbsp;=SubStringCount(Concat(_Dimensions, '|'), 'X')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when X =&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;Group/A_Group/B&lt;SPAN&gt;_Group&amp;nbsp;&lt;/SPAN&gt;respectively&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i pick&amp;nbsp;&lt;SPAN&gt;A_Group or/and B_Group the&amp;nbsp;&amp;nbsp;Group is also shown&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;how could i pick the exact value that i picked instead&amp;nbsp;of&amp;nbsp;*Group* values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523805#M748070</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523815#M748071</link>
      <description>&lt;P&gt;Where are you trying this? Are you trying in Text box, IF so based on condition what are you expecting to see from Dimension table?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 08:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523815#M748071</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-25T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523818#M748072</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i created a dynamic report with&amp;nbsp;straight table object&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and the user should pick the required fields base on two list box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;_Dimensions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;_Measures&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When the&amp;nbsp;_Dimensions values are fields under the&amp;nbsp;Dimensions tab in the&amp;nbsp;straight table object&amp;nbsp; (Contains the conditions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=SubStringCount(Concat(_Dimensions, '|'), 'X') )&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and&amp;nbsp; the&amp;nbsp;&amp;nbsp;_Measures&amp;nbsp;values&amp;nbsp;are&amp;nbsp;used for the expression with the same conditions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(=SubStringCount(Concat(_Measures, '|'), 'Y'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;as i wrote the problem is that when i pick one of the "*_Group" values the condition is picking the "Group" field&amp;nbsp;as well&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 08:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523818#M748072</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2018-12-25T08:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523843#M748073</link>
      <description>&lt;P&gt;&amp;nbsp;Not sure, Still i understand the problem. Are you working for AD-hoc report? If so, Kindly post your sample application.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 12:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523843#M748073</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-25T12:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523847#M748074</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't know that its called &lt;SPAN&gt;&amp;nbsp;AD-hoc&lt;/SPAN&gt; report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the problem in the syntax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=SubStringCount(Concat(_Dimensions, '|'), 'Group')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=SubStringCount('|' &amp;amp; Concat(distinct _Dimensions, '|') &amp;amp; '|', '|Group|')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 12:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523847#M748074</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2018-12-25T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: substringcount(Concat( - present multiple records , how to present the exact value i picked?</title>
      <link>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523851#M748075</link>
      <description>&lt;P&gt;Cool, You got the work around. Please close this thread, If you resolve by your self flagging "&lt;STRONG&gt;Correct Answer&lt;/STRONG&gt;" from your Answer.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 12:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substringcount-Concat-present-multiple-records-how-to-present/m-p/1523851#M748075</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-25T12:18:58Z</dc:date>
    </item>
  </channel>
</rss>

