<?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: Common string problem in Ad HOc reporting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332106#M411397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not mandatory you can ignore this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 09:54:35 GMT</pubDate>
    <dc:creator>mayankraoka</dc:creator>
    <dc:date>2017-06-21T09:54:35Z</dc:date>
    <item>
      <title>Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332101#M411392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 dimensions name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;Country Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have created ad hoc report and when i am selection Country Description then country dimension is also activating , please help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(concat(%Dimensions_Geo,'|'),'Country')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=SubStringCount(concat(%Dimensions_Geo,'|'),'Country Description')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have also tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(concat(hash256(%Dimensions_Geo),'|'),hash256('Country'))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=SubStringCount(concat(hash256(%Dimensions_Geo),'|'),hash256('Country &lt;SPAN style="font-size: 13.3333px;"&gt;Description&lt;/SPAN&gt;'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332101#M411392</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-06-21T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332102#M411393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Agnivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(GetFieldSelections(Dimensions, '|',20), '|'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;SubStringCount(Concat(GetFieldSelections(Dimensions, '|',20), '|'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Country Description&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332102#M411393</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-06-21T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332103#M411394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount(Concat(&lt;SPAN style="color: #ff0000;"&gt;DISTINCT '|' &amp;amp;&lt;/SPAN&gt; %Dimensions_Geo &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; '|'&lt;/SPAN&gt;),'&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;Country&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=SubStringCount(C&lt;STRONG style="font-size: 13.3333px;"&gt;oncat(&lt;SPAN style="color: #ff0000;"&gt;DISTINCT '|' &amp;amp;&lt;/SPAN&gt; %Dimensions_Geo &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; '|'&lt;/SPAN&gt;)&lt;/STRONG&gt;,'&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt;Country Description&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332103#M411394</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332104#M411395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what 20 is doing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332104#M411395</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-06-21T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332105#M411396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Country stored in one variable and country Description stored in another variable&amp;nbsp; , &lt;/P&gt;&lt;P&gt;but it is not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(concat(distinct '|'&amp;amp;%Dimensions_Geo&amp;amp;'|'),'|'&amp;amp;vL_FN_Dimension_Geo3&amp;amp;'|') &lt;/P&gt;&lt;P&gt;=SubStringCount(concat(distinct '|'&amp;amp;%Dimensions_Geo&amp;amp;'|'),'|'&amp;amp;vL_FN_Dimension_Geo4&amp;amp;'|') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332105#M411396</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-06-21T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332106#M411397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not mandatory you can ignore this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332106#M411397</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-06-21T09:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332107#M411398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332107#M411398</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-06-21T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Common string problem in Ad HOc reporting</title>
      <link>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332108#M411399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-string-problem-in-Ad-HOc-reporting/m-p/1332108#M411399</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T11:12:16Z</dc:date>
    </item>
  </channel>
</rss>

