<?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: Specify Dimension's range of values to ignore one of the lines in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305303#M579207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much helped! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 19:42:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-02T19:42:16Z</dc:date>
    <item>
      <title>Specify Dimension's range of values to ignore one of the lines</title>
      <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305299#M579203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Requesting help on customizing a line chart. Let's say I have these dimensions and expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Product&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a product called 'Reference' in my data, which is actually used as a reference line in the chart, but it needs to be treated as a product in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to specify my dimensions so that on the X axis, it will show the X values for all products EXCLUDING the reference line.&lt;/P&gt;&lt;P&gt;In other words, I want the X axis to ignore this 'reference line' and plot data within the domain of all other products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 18:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305299#M579203</guid>
      <dc:creator />
      <dc:date>2012-02-21T18:43:18Z</dc:date>
    </item>
    <item>
      <title>Specify Dimension's range of values to ignore one of the lines</title>
      <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305300#M579204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could either use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Product &amp;lt;&amp;gt; 'Reference', Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as your second, calculated dimension, or use&amp;nbsp; set analysis in your expression, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product -= {Reference}&amp;gt;} Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 18:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305300#M579204</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-21T18:50:12Z</dc:date>
    </item>
    <item>
      <title>Specify Dimension's range of values to ignore one of the lines</title>
      <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305301#M579205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I wanted to keep 'Reference' in the chart.&lt;/P&gt;&lt;P&gt;If I use&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(Product &amp;lt;&amp;gt; 'Reference', Product)&lt;/P&gt;&lt;P&gt;then I will lose the line for 'Reference' on my chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to keep the line, but only plot within the Time for non-'Reference' products?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 19:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305301#M579205</guid>
      <dc:creator />
      <dc:date>2012-02-21T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Dimension's range of values to ignore one of the lines</title>
      <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305302#M579206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure if I got you, maybe use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;Product -= {Reference} &amp;gt;}Time) ,Time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension instead of Time, to limit the Time values to values referenced by Products except Reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 19:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305302#M579206</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-21T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Dimension's range of values to ignore one of the lines</title>
      <link>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305303#M579207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much helped! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specify-Dimension-s-range-of-values-to-ignore-one-of-the-lines/m-p/305303#M579207</guid>
      <dc:creator />
      <dc:date>2014-10-02T19:42:16Z</dc:date>
    </item>
  </channel>
</rss>

