<?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: Condition to show a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692288#M250478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;BR /&gt;Add:&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Substringcount(Concat(%DimensionID,'|'),'01')=1 and GetSelectedCount(%Dimension)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 15:44:31 GMT</pubDate>
    <dc:creator>simenkg</dc:creator>
    <dc:date>2014-07-31T15:44:31Z</dc:date>
    <item>
      <title>Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692281#M250471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is a condition I can use to show a field in a pivot table from a list box created by an inline load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692281#M250471</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692282#M250472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;substringcount(Concat(InlineField,'|'),DimensionName)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%Dimensions:&lt;BR /&gt;Load * inline [&lt;/P&gt;&lt;P&gt;%Dimension&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition for showing dimension Year then becomes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Substringcount(Concat(%Dimension,'|'),'Year')=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692282#M250472</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-31T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692283#M250473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Paste getselectedcount(filendname)&amp;gt;0 this in below suggested boxes&lt;/P&gt;&lt;P&gt;If your using it as dimension then below u will see &lt;STRONG&gt;Enable conditional &lt;/STRONG&gt;write the condition here,&lt;/P&gt;&lt;P&gt;if your using it in expression use &lt;STRONG&gt;conditional &lt;/STRONG&gt; it will do the job&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692283#M250473</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-31T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692284#M250474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a weird issue. So I have fields like these in my inloads: &lt;/P&gt;&lt;P&gt;Source1&lt;/P&gt;&lt;P&gt;Source2&lt;/P&gt;&lt;P&gt;Source3&lt;/P&gt;&lt;P&gt;Source1_A&lt;/P&gt;&lt;P&gt;Source1_B&lt;/P&gt;&lt;P&gt;Source1_C&lt;/P&gt;&lt;P&gt;Source2_A&lt;/P&gt;&lt;P&gt;Source2_B&lt;/P&gt;&lt;P&gt;Source2_C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.... the condition above works BUT if I select both Source1 and Source1_A, it will only show Source1_A. Same with the others. If I select all Source1, Source1_A, Source1_B, and Source1_C, it will show me everything except for Source1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692284#M250474</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692285#M250475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because the substring "Source1" exists in Source1_A, Source1_B but not the other way around. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change your inline table to &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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source1, 01&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source2, 02&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source3, 03&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source1_A, 04&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source1_B, 05&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source1_C, 06&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source2_A, 07&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source2_B, 08&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Source2_C, 09&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the condition becomes:&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Substringcount(Concat(%DimensionID,'|'),'01')=1&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;but you still keep the %Dimension in the list box. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692285#M250475</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-31T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692286#M250476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692286#M250476</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692287#M250477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way that whenever I don't have any of them selected, that none of them show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, if I select one, it will only show that but if I have none selected, it will show all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692287#M250477</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692288#M250478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;BR /&gt;Add:&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Substringcount(Concat(%DimensionID,'|'),'01')=1 and GetSelectedCount(%Dimension)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692288#M250478</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-31T15:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692289#M250479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't seem to work... it doesn't show up at all...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692289#M250479</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692290#M250480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you changed "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;%Dimension&lt;/SPAN&gt;" to the name of the Field you select in the list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692290#M250480</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-31T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692291#M250481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed it to the name of the field from the list box.. and it shows up regardless of whether you choose it or not. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 16:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692291#M250481</guid>
      <dc:creator />
      <dc:date>2014-07-31T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a field</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692292#M250482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this before, but can't remember the exact reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try:&lt;BR /&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Substringcount(Concat(%DimensionID,'|'),'01')=1) and (GetSelectedCount(%Dimension)&amp;gt;0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 16:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-field/m-p/692292#M250482</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-31T16:52:11Z</dc:date>
    </item>
  </channel>
</rss>

