<?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 Enable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628024#M230722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. its working now.&lt;/P&gt;&lt;P&gt;Can you explain me the above syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 14:05:53 GMT</pubDate>
    <dc:creator>siva0606</dc:creator>
    <dc:date>2014-05-26T14:05:53Z</dc:date>
    <item>
      <title>Conditional Enable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628022#M230720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Could you please guide me to sort out this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dimensions in list box 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;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;When "Customer phone" is selected, &lt;SPAN style="font-size: 11pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;then "Customer" also auto bring in to the report.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;how to restrict the "Customer" if "Customer Phone" alone selected in&lt;/SPAN&gt;&amp;nbsp; list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached Qlikview file for reference and Kindly do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 13:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628022#M230720</guid>
      <dc:creator>siva0606</dc:creator>
      <dc:date>2014-05-26T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628023#M230721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(Fields&amp;amp;'#', '|'), 'Customer#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 13:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628023#M230721</guid>
      <dc:creator />
      <dc:date>2014-05-26T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628024#M230722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. its working now.&lt;/P&gt;&lt;P&gt;Can you explain me the above syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628024#M230722</guid>
      <dc:creator>siva0606</dc:creator>
      <dc:date>2014-05-26T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enable</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628025#M230723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this part:&lt;/P&gt;&lt;P&gt;Fields&amp;amp;'#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;causes, that t oeach value of Field we concatenate '#'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check if Customer dimension should be active we try to find 'Customer#'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if Customer is selected, wh have Customer# value in our concatenated string.&lt;/P&gt;&lt;P&gt;But if for example only Customer Phone is selected, there is no string 'Customer#' in string concatenated from possible Field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regatrds&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enable/m-p/628025#M230723</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:11:57Z</dc:date>
    </item>
  </channel>
</rss>

