<?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: Conditional Show Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888550#M1004935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already done this. Still it is picking Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 13:52:44 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2015-06-01T13:52:44Z</dc:date>
    <item>
      <title>Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888546#M1004931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please give me any advice about my problem? Maybe you already met this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dimensions in listbox which are similar. That mean that some of them contains same words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer&lt;/P&gt;&lt;P&gt;Customer Phone&lt;/P&gt;&lt;P&gt;Customer Country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When "Customer phone" is selected, in table "Customer" will appear as well. Is there any chance to use these similar names in list box with dimensions? Now is this conditional expression in use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(Fields, '|'), 'Customer')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888546#M1004931</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-06-01T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888547#M1004932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to build a dimension out of&amp;nbsp; it??&lt;/P&gt;&lt;P&gt;try using WILDMATCH and math the similar words and give a proper dimension name I think that will do you requirement i guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888547#M1004932</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-01T13:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888548#M1004933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried with WILDMATCH but it didnt work. I am enabling and disabling the dimensions dynamically.&lt;/P&gt;&lt;P&gt;So now when i select Customer Phone, Customer is also getting enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888548#M1004933</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-06-01T13:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888549#M1004934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its picking up Customer in each dim field since they all have that in common. You will need to explicitly spell out each one like the example below.&amp;nbsp; Hope this helps. The other thing you can try is assign an Index Id column for each Dim and use that instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SubStringCount(Concat(Fields, '|'), 'Customer')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SubStringCount(Concat(Fields, '|'), 'Customer &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Phone&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SubStringCount(Concat(Fields, '|'), 'Customer &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888549#M1004934</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-01T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888550#M1004935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already done this. Still it is picking Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888550#M1004935</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-06-01T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888551#M1004936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubStringCount(Concat('~'&amp;amp;Fields&amp;amp;'~', '|'), '~Customer~')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888551#M1004936</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-06-01T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888552#M1004937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, this worked. Nice trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 14:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Dimensions/m-p/888552#M1004937</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-06-01T14:05:01Z</dc:date>
    </item>
  </channel>
</rss>

