<?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: Two dynamic dimensions showing only when selection made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323796#M119315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both, very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 08:10:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-06T08:10:47Z</dc:date>
    <item>
      <title>Two dynamic dimensions showing only when selection made</title>
      <link>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323793#M119312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table I wish to make dynamic.&amp;nbsp; It is basically an Annual or Monthly trending table.&amp;nbsp; The annual one only has one dimension (Year) and the monthly one has two (Year, Month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a dropdown or selection box where the user selects 'Annual' or 'Monthly' and the table changes automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried my usual solution by creating a table like this (notice the blank on the first line for M_DIM):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANNUAL_MONTHLY_SELECT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AM_SELECT, A_DIM, M_DIM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Annual Trends, T_SALE_YEAR_LST5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Monthly Trends, T_SALE_YEAR_LST12, T_SALE_MTH_LST12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then setup the following two calculated dimensions in the straight table:&lt;/P&gt;&lt;P&gt; $(=A_DIM)&lt;/P&gt;&lt;P&gt;$(=M_DIM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well for the Monthly Trends as there are two dimensions.&amp;nbsp; When I try and select Annual Trends, however, QV crashes *every time*.&amp;nbsp; I'm assuming this is caused by having a blank for M_DIM for the Annual Trends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone set up something similar perhaps a different way or can help me with my way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323793#M119312</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Two dynamic dimensions showing only when selection made</title>
      <link>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323794#M119313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can solve this by creating two tables: one for the monthy trends and one for the annual trends; then add a showing condition in each one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323794#M119313</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Two dynamic dimensions showing only when selection made</title>
      <link>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323795#M119314</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;Please see if the attached can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 01:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323795#M119314</guid>
      <dc:creator />
      <dc:date>2011-09-06T01:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Two dynamic dimensions showing only when selection made</title>
      <link>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323796#M119315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both, very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 08:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-dynamic-dimensions-showing-only-when-selection-made/m-p/323796#M119315</guid>
      <dc:creator />
      <dc:date>2011-09-06T08:10:47Z</dc:date>
    </item>
  </channel>
</rss>

