<?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: Dynamic dimension order by fast change chart type. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663987#M475630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By nesting I meant put a container inside a container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Jul 2014 17:11:53 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-07-19T17:11:53Z</dc:date>
    <item>
      <title>Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663982#M475625</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;&lt;SPAN style="color: #000000;"&gt;I have a Line Chart that has a fast change option for Pivot Table. However, when I switch to Pivot table, the data is not showing in the order I want it to. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000;"&gt;i.e. For the Line chart I need the dimension order to be&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;Time&lt;/SPAN&gt;,&lt;SPAN style="color: #ff0000;"&gt; [Product Brand]&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;versus&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt; [Product Brand]&lt;/SPAN&gt;, &lt;SPAN style="color: #ff0000;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; for the Pivot Table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Additionally, upon switching to the Pivot table, I need to add a second expression. The Line Chart is showing the expression Market Share&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; but when I switch to the Pivot Table, I need it to show both Market Share: &lt;SPAN style="color: #000000;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Units&lt;/SPAN&gt;)/Sum(&lt;SPAN style="color: #0000ff;"&gt;Total&lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;Time&lt;/SPAN&gt;&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;Units&lt;/SPAN&gt;)&lt;STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;AND&lt;/SPAN&gt;&lt;/STRONG&gt; Total Units: Sum(&lt;SPAN style="color: #ff0000;"&gt;Units&lt;/SPAN&gt;). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How do you reference an Object, Chart Type, and the chart's Dimension Position in QlikView? For Example, something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000;"&gt;If the chart object is a Line Chart then move the dimension &lt;SPAN style="color: #ff0000;"&gt;Time&lt;/SPAN&gt; to position 1, else move to position 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000;"&gt;=if(&lt;SPAN style="color: #0000ff;"&gt;Object&lt;/SPAN&gt;('CH01') = 'Line Chart', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;DimPosition&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Dimension&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Time&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #000000;"&gt;, 1),&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;DimPosition&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;Dimension&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;SPAN style="color: #ff0000;"&gt;Time&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;, 2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Where would I write that condition? Under the chart's General tab in "Calculated Condition"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Finally, can I dynamically add a second expression based on the chart type as mentioned about?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks for any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 20:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663982#M475625</guid>
      <dc:creator />
      <dc:date>2014-07-11T20:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663983#M475626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;workaround: use a single object container with 2 charts (line, pivot)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 20:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663983#M475626</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-11T20:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663984#M475627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the response Massimo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My charts are already in a container. I have 5 charts in one container: Market Share by Year, Market Share by Quarter, 12 Month Rolling Share, 6 Month Rolling Share, and 3 Month Rolling Share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need it so that when the user is viewing a chart in the container, "Market Share by Year" for example, they can switch it to a pivot table and see the underlying data (Market Share and Sales). It would be preferable not to manage more charts and have the pivot table as a part of the chart they are currently viewing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a last resort I have considering creating a second container that has pivot table versions of the 5 respective line charts mentioned above. Although, I don't want to risk the user viewing the line chart "Market Share by Quarter," while forgetting to switch to the corresponding pivot table in the second container and misinterpreting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT -- &lt;/STRONG&gt;One possible alternative solution is to have two containers, but have the containers linked. Where when you select Chart 1 in Container 1, it also selects Pivot 1 in Container 2. Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Container 1 (Line Chart):&lt;/STRONG&gt; Market Share by Year (Chart 1), Market Share by Quarter (Chart 2), 12 Month Rolling Share (Chart 3), 6 Month Rolling Share (Chart 4), and 3 Month Rolling Share (Chart 5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Container 2 (Pivot Table): &lt;/STRONG&gt;Market Share by Year (Pivot 1), Market Share by Quarter (Pivot 2), 12 Month Rolling Share (Pivot 3), 6 Month Rolling Share (Pivot 4), and 3 Month Rolling Share (Pivot 5).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 20:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663984#M475627</guid>
      <dc:creator />
      <dc:date>2014-07-11T20:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663985#M475628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put chart1/pivot1 in a container and nest that in the main container. And so on for the rest of the pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't know of any indicator that you can test to find out which chart type you've fast changed to. That would be a useful feature because then you could disable/enable Dimensions and Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 22:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663985#M475628</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-07-11T22:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663986#M475629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain nesting to me? I just recently started using QlikView and I am not familiar with the term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663986#M475629</guid>
      <dc:creator />
      <dc:date>2014-07-14T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension order by fast change chart type.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663987#M475630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By nesting I meant put a container inside a container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 17:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-order-by-fast-change-chart-type/m-p/663987#M475630</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-07-19T17:11:53Z</dc:date>
    </item>
  </channel>
</rss>

