<?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: How can I do this example of Calculation Condition in the Line Chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881720#M307619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, these should be used as conditional expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 16:30:27 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-07-03T16:30:27Z</dc:date>
    <item>
      <title>How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881715#M307614</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;&lt;/P&gt;&lt;P&gt;I have the following example of a Line Chart in QlikView:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="200" src="https://community.qlik.com/legacyfs/online/91844_pastedImage_0.png" style="max-width: 1200px; max-height: 900px; height: 200.194px; width: 631px;" width="631" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two lines represent a Yes or No trend based on two expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to put a calculation in each of these expressions so that when a user selects Yes in a List Box it shows just that line. Or if they select No it only shows that line. Or if they select both Yes and No in the List Box it should show both lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can implement something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Yes/No values in a List Box are independent of the expressions (i.e. they are not actually used in the expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your thoughts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881715#M307614</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-03T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881716#M307615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the relation of Yes/No with these expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have Conditional Show of both Expression&lt;/P&gt;&lt;P&gt;Considering your FieldName of Yes/No is YN&lt;/P&gt;&lt;P&gt;Expression Tab&lt;/P&gt;&lt;P&gt;For 1st Expression&lt;/P&gt;&lt;P&gt;GetFieldSelections(YN)='YES'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2nd Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;GetFieldSelections(YN)='NO'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881716#M307615</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-03T15:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881717#M307616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered using conditional expressions? &lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;=index(Concat(YesNoListBoxField),'Y')&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=index(Concat(YesNoListBoxField),'N')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;assuming a list box showing Yes / No values.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881717#M307616</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-03T15:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881718#M307617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do exactly this but I get "All expressions disabled" message when I select both Yes and No in the List Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works when I have one value selected but not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to show both values in the graph?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881718#M307617</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-03T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881719#M307618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this be applied to each of the expression using the Conditional option above the Expression field? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 16:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881719#M307618</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-03T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do this example of Calculation Condition in the Line Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881720#M307619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, these should be used as conditional expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 16:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-this-example-of-Calculation-Condition-in-the-Line/m-p/881720#M307619</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-03T16:30:27Z</dc:date>
    </item>
  </channel>
</rss>

