<?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 Trend lines based on selection fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110314#M367266</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 have a trend line with Count(Customer) for all Stores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimension is Year and expression is Count(Customer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my trend line shows only one for all stores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select more than one store from store list box, i need to get trend lines based on selection count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, i have selected 3 stores in my list box and chart should show three line, can we show that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 12:33:36 GMT</pubDate>
    <dc:creator>raju_salmon</dc:creator>
    <dc:date>2016-06-14T12:33:36Z</dc:date>
    <item>
      <title>Trend lines based on selection fields</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110314#M367266</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 have a trend line with Count(Customer) for all Stores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimension is Year and expression is Count(Customer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my trend line shows only one for all stores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select more than one store from store list box, i need to get trend lines based on selection count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, i have selected 3 stores in my list box and chart should show three line, can we show that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110314#M367266</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-06-14T12:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trend lines based on selection fields</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110315#M367267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use Stores as second dimension and can put any condition to display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying with below condition at dimension (enable condition) but not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Stores)&amp;lt;&amp;gt;0, Stores)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110315#M367267</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-06-14T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trend lines based on selection fields</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110316#M367268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure, but may be add store as your second dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110316#M367268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trend lines based on selection fields</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110317#M367269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to define a second Dimension as calculated dimension&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Stores)&amp;lt;&amp;gt;0, Stores)&lt;/P&gt;&lt;P&gt;if you select 1,2 or 3 stores you should see 1,2, or 3 lines&lt;/P&gt;&lt;P&gt;using enabele condition will Show lines or no lines depending on condition and is not what you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110317#M367269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trend lines based on selection fields</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110318#M367270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as enable conditional for the second dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=GetSelectedCount(Stores) &amp;gt; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to enable the dimension &lt;EM&gt;Stores&lt;/EM&gt; when more than 1 store is selected (and use &lt;EM&gt;Stores &lt;/EM&gt;as dimension to enable).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But this may not only show multiple trendlines, but also multiple bars / lines etc. for your different stores.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-lines-based-on-selection-fields/m-p/1110318#M367270</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T12:59:05Z</dc:date>
    </item>
  </channel>
</rss>

