<?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 How works Conditional in chart properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368465#M136978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;I have an expression.&lt;/P&gt;&lt;P&gt;But I want to calculate it only for variable A with tag a.&lt;/P&gt;&lt;P&gt;I used in conditional : If(A='a',1)&lt;/P&gt;&lt;P&gt;But it didn't work.&lt;/P&gt;&lt;P&gt;Could you show how it should be?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 18:00:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-24T18:00:23Z</dc:date>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368463#M136976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;How works Conditional in chart properties?&lt;/P&gt;&lt;P&gt;Could you show any example?&lt;/P&gt;&lt;P&gt;Thanks in advanced,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 17:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368463#M136976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T17:31:00Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368464#M136977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure it's explained in the reference manual isn't it!? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially in v11 you can now enter a Boolean expression here. If it is true them the expression will be calculated and displayed in the chart. If it's false, it won't be. You might use this to allow users to decide which expressions they want to show in the chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 17:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368464#M136977</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-24T17:39:52Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368465#M136978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;I have an expression.&lt;/P&gt;&lt;P&gt;But I want to calculate it only for variable A with tag a.&lt;/P&gt;&lt;P&gt;I used in conditional : If(A='a',1)&lt;/P&gt;&lt;P&gt;But it didn't work.&lt;/P&gt;&lt;P&gt;Could you show how it should be?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 18:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368465#M136978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T18:00:23Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368466#M136979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try just putting in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A='a'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 18:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368466#M136979</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-24T18:21:10Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368467#M136980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put&amp;nbsp; A='a', my expression isn't shown.&lt;/P&gt;&lt;P&gt;I have 4 expressions Count(B),&lt;/P&gt;&lt;P&gt;but different only for A (a,b, c,d).&lt;/P&gt;&lt;P&gt;When I put in conditional A='a', it shows only for A=b, A=c, A=d.&lt;/P&gt;&lt;P&gt;I don't understand how this condition works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 18:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368467#M136980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T18:41:38Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368468#M136981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use a conditional expression in a chart, my expression should work only when I select it in list box?&lt;/P&gt;&lt;P&gt;Does somobody know how to use set analysis or If condtional for all expression?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;My main expression:&lt;/P&gt;&lt;P&gt;Count(B)*count(C)-count(D)*count(F)&lt;/P&gt;&lt;P&gt;It should be calculated only for A=aaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result shold be the same as I use:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;A={'aaa'}&amp;gt;}B)*count({&amp;lt;A={'aaa'}&amp;gt;}C)-count({&amp;lt;A={'aaa'}&amp;gt;}D)*count({&amp;lt;A={'aaa'}&amp;gt;}F)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 20:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368468#M136981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T20:02:45Z</dc:date>
    </item>
    <item>
      <title>How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368469#M136982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample of your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 21:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368469#M136982</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-24T21:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: How works Conditional in chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368470#M136983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;Please find attached file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-works-Conditional-in-chart-properties/m-p/368470#M136983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T13:42:10Z</dc:date>
    </item>
  </channel>
</rss>

