<?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 how to change dimension dynamically?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296434#M584960</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;&lt;/P&gt;&lt;P&gt;i need to change the x-axis dimention according to the selection made on a field values.. please look at the image below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time2.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6745_time2.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as given when day is selected then there is date in the X-axis.. further if week is selected then there should be week no and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to sort out this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2011 09:45:59 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2011-08-24T09:45:59Z</dc:date>
    <item>
      <title>how to change dimension dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296434#M584960</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;&lt;/P&gt;&lt;P&gt;i need to change the x-axis dimention according to the selection made on a field values.. please look at the image below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time2.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6745_time2.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as given when day is selected then there is date in the X-axis.. further if week is selected then there should be week no and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to sort out this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 09:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296434#M584960</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-24T09:45:59Z</dc:date>
    </item>
    <item>
      <title>how to change dimension dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296435#M584961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ya you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;col&lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in dimension-&amp;gt; add expresssion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(col='Week',weekfieldname,&lt;/P&gt;&lt;P&gt;if(col='Week',datefieldname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take col as selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 09:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296435#M584961</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-24T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to change dimension dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296436#M584962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can macro it and dynamically set the dimension properties of your chart depending on your selection, please see the attatched example that will show you how to do it for dimensions (and also expressions plus chart type too)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 10:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296436#M584962</guid>
      <dc:creator />
      <dc:date>2011-08-24T10:02:52Z</dc:date>
    </item>
    <item>
      <title>how to change dimension dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296437#M584963</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the example here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/qlikviews/http://community.qlik.com/qlikviews/1077"&gt;http://community.qlik.com/qlikviews/1077&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 10:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296437#M584963</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-24T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to change dimension dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296438#M584971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ah knew I got my example from somewhere on here! Just couldn't where in my browse history&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 10:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-dimension-dynamically/m-p/296438#M584971</guid>
      <dc:creator />
      <dc:date>2011-08-24T10:19:10Z</dc:date>
    </item>
  </channel>
</rss>

