<?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 QlikView 11 - Displaying multiple dimensions and total with alternate states in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861125#M301395</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'm working on a longitudinal line chart --- dimensions are year and school, and expression is total square footage, and we have 12 values of school that we are looking at over time. That works fine as a regular line chart.&amp;nbsp; In addition, we want to see a 13th line of the average square footage of all the schools, still charted over the range of years in the X axis.&amp;nbsp; User should be able to select individual combinations of schools at will, but still keep present the line with the overall average.&amp;nbsp; I've been experimenting with both set analysis and alternate states to accomplish this, but can't figure out a way to display the specific schools the users selects (which could be as few as 1 and as many as 12) individually, rather than grouping them (as in the Financial Analysis demo app).&amp;nbsp; Using reference points and trend lines doesn't seem to help either.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I'm missing something really obvious, and would appreciate any pointers on how to go about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amy Miller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 13:56:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-01T13:56:25Z</dc:date>
    <item>
      <title>QlikView 11 - Displaying multiple dimensions and total with alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861125#M301395</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'm working on a longitudinal line chart --- dimensions are year and school, and expression is total square footage, and we have 12 values of school that we are looking at over time. That works fine as a regular line chart.&amp;nbsp; In addition, we want to see a 13th line of the average square footage of all the schools, still charted over the range of years in the X axis.&amp;nbsp; User should be able to select individual combinations of schools at will, but still keep present the line with the overall average.&amp;nbsp; I've been experimenting with both set analysis and alternate states to accomplish this, but can't figure out a way to display the specific schools the users selects (which could be as few as 1 and as many as 12) individually, rather than grouping them (as in the Financial Analysis demo app).&amp;nbsp; Using reference points and trend lines doesn't seem to help either.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I'm missing something really obvious, and would appreciate any pointers on how to go about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amy Miller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 13:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861125#M301395</guid>
      <dc:creator />
      <dc:date>2015-05-01T13:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 11 - Displaying multiple dimensions and total with alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861126#M301396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 14:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861126#M301396</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-01T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 11 - Displaying multiple dimensions and total with alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861127#M301397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, the problem is that with multiple dimensions, you can't have multiple expressions and still display the 12 schools and 1 total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached example I have added a total for the School dimension in the dimension limit tab of the line chart properties. As an expression:&lt;/P&gt;&lt;P&gt;if(Dimensionality()=1,&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;School&amp;gt;} Total &amp;lt;Year&amp;gt; Footage),&lt;/P&gt;&lt;P&gt;Sum(Footage)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the dimensionality is used for a different calculation for the total which disregards the school selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you mean, then please post a sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861127#M301397</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-01T15:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 11 - Displaying multiple dimensions and total with alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861128#M301398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much, Piet - I hadn't thought of dimension limits at all, but it looks like this might help.&amp;nbsp; I'll experiment a bit more next week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-Displaying-multiple-dimensions-and-total-with/m-p/861128#M301398</guid>
      <dc:creator />
      <dc:date>2015-05-01T15:42:52Z</dc:date>
    </item>
  </channel>
</rss>

