<?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 to show the chart expression dynamically? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959546#M956668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create an inline table for all your metric and then in the expression you have the option of conditional enable for the expression . Based in the user selection i.e. metric you can enable the related metric in the expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2015 06:27:48 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-11-09T06:27:48Z</dc:date>
    <item>
      <title>how to show the chart expression dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959542#M956664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 5 metrics(example(GWP,GEP,GEC,CO,GCD),I need to create list drop down for those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a chart based on metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever user selects one metrics from list box then related metrics should populate in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i make list box and based on that how can i show chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 05:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959542#M956664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T05:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the chart expression dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959543#M956665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Create a Inline at backend/script like:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Test:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load * inline&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;[MetricsName, MetricNo&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;GWP, 1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;GEP, 2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;GEC,3&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;CO, 4&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;GCD,5&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now take, MetricsNAme in Listbox, prepare a chart write down their relevant expression,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now say , you have created expression in Chart Object properties under Expression tab:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Then make it Conditional Enable and write down one condition like:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;=MetricNo=1 for GWP&amp;nbsp; //Similarly for Others, Use metric no for others as well..&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope this will help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 05:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959543#M956665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T05:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the chart expression dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959544#M956666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope it will help you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 06:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959544#M956666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T06:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the chart expression dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959545#M956667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Try some thing like,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * inline&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Metric&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GWP &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GEP &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GEC &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CO &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GCD &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a variable and assign Metric Field to the variable and then use the variable in the expression like,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In variable Overview add a variable vMetric&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMetric=Metric&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=sum({&amp;lt;Metric={'(=$(vMetric))'}&amp;gt;}sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 06:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959545#M956667</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-11-09T06:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the chart expression dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959546#M956668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create an inline table for all your metric and then in the expression you have the option of conditional enable for the expression . Based in the user selection i.e. metric you can enable the related metric in the expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 06:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-chart-expression-dynamically/m-p/959546#M956668</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-11-09T06:27:48Z</dc:date>
    </item>
  </channel>
</rss>

