<?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: Expresion chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520782#M553208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do it. I maje a table with the value 'Tipo de Pago' like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(EsCanje=0, 'Pagos', if(EsCanje=1, 'Canje')) as 'Tipos de Pago'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use the expresion sum(amount) and when I click in a value of the table, the chart change &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 12:39:46 GMT</pubDate>
    <dc:creator>rodri_morales</dc:creator>
    <dc:date>2013-09-16T12:39:46Z</dc:date>
    <item>
      <title>Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520776#M553202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I have a problem, I want to make a chart with dimension=User and a calculated expresion, but I want to make a table with 2 options and when I click on one the chart show the results. I want this expresions in the same chart, but depends on where I click, the chart show "Pagos" or "Canje"&lt;/P&gt;&lt;P&gt;The expresions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(EsCanje=0, amount)&lt;/P&gt;&lt;P&gt;=sum(if(EsCanje=1, amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table must show "Pagos" and "Canje" (they are determined by the attribute "EsCanje", if EsCanje=0 --&amp;gt; Pago, if EsCanje=1 --&amp;gt; Canje).&lt;/P&gt;&lt;P&gt;How I have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520776#M553202</guid>
      <dc:creator>rodri_morales</dc:creator>
      <dc:date>2013-09-13T16:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520777#M553203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I've&amp;nbsp; understood your requirement correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a variable and a button with an action to switch between two values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use a chart with your two expressions, and set conditionals based on the variable value for both expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520777#M553203</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-13T17:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520778#M553204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to make a table with two expresions: "Pagos" (if EsCanje=0) and "Canje" (if EsCanje=1), and when I click on one of this values, the chart change the expresion, but always with the same Dimension (Users).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart has one dimension and I want to select from a table of 2 values, and when I click the chart must show me the results for that value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520778#M553204</guid>
      <dc:creator>rodri_morales</dc:creator>
      <dc:date>2013-09-13T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520779#M553205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be, you can try with ValueList()/ValueLoop().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 18:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520779#M553205</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520780#M553206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a button with action to select the field Escanje with the following action&lt;/P&gt;&lt;P&gt;Field select "Escanje"&lt;/P&gt;&lt;P&gt;= if (Escanje = 1,0,1).&lt;/P&gt;&lt;P&gt;Already in use table expressions&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&amp;nbsp; Escanje= {0}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&amp;nbsp; Escanje= {1}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;OBJECT height="0" type="application/gas-events-bb" width="0"&gt;&lt;/OBJECT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520780#M553206</guid>
      <dc:creator />
      <dc:date>2013-09-13T19:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520781#M553207</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;Check with whats new in Qlikview 11.&lt;A href="http://us.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FWhats%20New%20in%20QlikView11.qvw&amp;amp;host=Demo11"&gt;Click Here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Go to Reports tab and check the Dimensions and measures list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520781#M553207</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-09-13T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expresion chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520782#M553208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do it. I maje a table with the value 'Tipo de Pago' like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(EsCanje=0, 'Pagos', if(EsCanje=1, 'Canje')) as 'Tipos de Pago'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use the expresion sum(amount) and when I click in a value of the table, the chart change &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expresion-chart/m-p/520782#M553208</guid>
      <dc:creator>rodri_morales</dc:creator>
      <dc:date>2013-09-16T12:39:46Z</dc:date>
    </item>
  </channel>
</rss>

