<?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 dimensions V11 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432374#M486357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LEFT(DESCRIPTION,1) = 'L'&lt;/SPAN&gt; isn't an expression. It's a condition that could be part of an expression, e.g if(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LEFT(DESCRIPTION,1) = 'L'&lt;/SPAN&gt;, 1, 0). And that will evaluate as 0 if you use it as a conditional display expression since DESCRIPTION won't have a value in the context of the whole chart. It would hide the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2013 11:52:34 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-12T11:52:34Z</dc:date>
    <item>
      <title>Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432368#M486351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to version 11, and am pleased to see a new feature for 'conditional' dimensions.&lt;/P&gt;&lt;P&gt;I am struggling to see how this is intended to work. The new reference manual seems to miss it out altogether, and examples I have seen do not give the whole story.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone point me to where I should look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, must the condition include the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a single dimension called CRUISE, would a condition of LEFT(CRUISE,1) ='L' just show a table with cruises which start with an L ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also, would LEFT(DESCRIPTION,1) = 'L' be allowed if DESCRIPTION is not a dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432368#M486351</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-03-12T11:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432369#M486352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional display for dimensions and expressions shows or hides the entire column. It doesn't filter rows. If you want to filter the rows you can use an expression as a calculated dimension. Select your CRUISE dimension, click on Edit and enter your expression: =if(left(DESCRIPTION,1)='L',CRUISE). You'll probably want to check the option Suppress When Value Is Null for the calculated dimension too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432369#M486352</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-12T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432370#M486353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your helpful answer.&lt;/P&gt;&lt;P&gt;I have used calculated dimensions in the way you suggest, but I try to avoid them as not being very efficient (and I do something in the script if necessary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if CRUISE is the only dimension, putting a condition in would have the effect of only showing the chart where that condition is met (ie. filtering the rows)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432370#M486353</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-03-12T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432371#M486354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you're asking. An expression for conditional display of a dimension or expression should return a boolean True or False value. 0 is false, any number unequal to 0 is true. A use case for conditional display is making it possible for users to select fields to dynamically build a chart with only the selected fields. The &lt;A href="http://us.demo.qlik.com/detail.aspx?appName=Whats%20New%20in%20QlikView11.qvw"&gt;What's New in Qlikview 11&lt;/A&gt; document has an example of this on the Reports tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432371#M486354</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-12T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432372#M486355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I'm asking why my single-dimension table doesn't show anything when I put in the condition described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432372#M486355</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-03-12T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432373#M486356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actualy what u wants to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you wants to hide dimension or reduce result data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Conditional Dimension" will hide dimension if the expression is failed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case, you are using only one dimension and expression of that "conditional dimension" also failed. So its won't show any data.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432373#M486356</guid>
      <dc:creator />
      <dc:date>2013-03-12T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432374#M486357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LEFT(DESCRIPTION,1) = 'L'&lt;/SPAN&gt; isn't an expression. It's a condition that could be part of an expression, e.g if(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LEFT(DESCRIPTION,1) = 'L'&lt;/SPAN&gt;, 1, 0). And that will evaluate as 0 if you use it as a conditional display expression since DESCRIPTION won't have a value in the context of the whole chart. It would hide the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432374#M486357</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-12T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimensions V11</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432375#M486358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand now, that the dimension condition is evaluated in the contect of the &lt;SPAN style="text-decoration: underline;"&gt;whole&lt;/SPAN&gt; chart to determine whether that dimension should be shown. Therefore it cannot work as a 'filter' in the way I had hoped. Ah well, at least I have already found a use for the new dimension limits tab &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;Thanks for your interest and advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 13:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimensions-V11/m-p/432375#M486358</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-03-12T13:19:16Z</dc:date>
    </item>
  </channel>
</rss>

