<?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 the x-axis dimension dynamically? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544837#M554871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Help me to resolve this problem. I have 4-different types of chart in a single page. Each charts has its own x-axis dimension value.&lt;/P&gt;&lt;P&gt;I have a List Box object in the same page which has 5-chart-Type. However when i select the chart-type from list box it will show all 4-charts related to the chart-type gets loaded on page based on the calculation. At this point i also need to change the x-axis dimension dynamically as-well. Kindly share your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was, I have assigned the x-axis dimension statically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 05:20:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-29T05:20:49Z</dc:date>
    <item>
      <title>How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544837#M554871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Help me to resolve this problem. I have 4-different types of chart in a single page. Each charts has its own x-axis dimension value.&lt;/P&gt;&lt;P&gt;I have a List Box object in the same page which has 5-chart-Type. However when i select the chart-type from list box it will show all 4-charts related to the chart-type gets loaded on page based on the calculation. At this point i also need to change the x-axis dimension dynamically as-well. Kindly share your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was, I have assigned the x-axis dimension statically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544837#M554871</guid>
      <dc:creator />
      <dc:date>2013-08-29T05:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544838#M554872</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;In Dimension tab use Add Calculated dimension to conditionally get the dimension like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Condition1, Dim1, If(Condition2, Dim2, Dim3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544838#M554872</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-08-29T05:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544839#M554873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;suppose&amp;nbsp; fieldname of listbox is type.&lt;/P&gt;&lt;P&gt;now then in chart1--&amp;gt; dimension--&amp;gt; calculated dimension---&amp;gt; if(type = charttype1, Dimensionfield)&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;in chart2--&amp;gt; dimension--&amp;gt; calculated dimension---&amp;gt; if(type = charttype2, Dimensionfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;in chart3--&amp;gt; dimension--&amp;gt; calculated dimension---&amp;gt; if(type = charttype3, Dimensionfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;in chart4--&amp;gt; dimension--&amp;gt; calculated dimension---&amp;gt; if(type = charttype4, Dimensionfield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544839#M554873</guid>
      <dc:creator />
      <dc:date>2013-08-29T05:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544840#M554874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your useful reply. I will apply all the possible that you have suggested for me and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544840#M554874</guid>
      <dc:creator />
      <dc:date>2013-08-29T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544841#M554875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;If you are using Qlikview 11 then this work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart2--&amp;gt; dimension--&amp;gt; calculated dimension---&amp;gt; if(type = charttype2, Dimensionfield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544841#M554875</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-08-29T06:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the x-axis dimension dynamically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544842#M554876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. I will try with your idea and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-x-axis-dimension-dynamically/m-p/544842#M554876</guid>
      <dc:creator />
      <dc:date>2013-08-29T06:05:01Z</dc:date>
    </item>
  </channel>
</rss>

