<?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 Dynamic Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903819#M999251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for some help.&lt;/P&gt;&lt;P&gt;In one of our reports, we wanted to give users the option of choosing the combination of dimensions they wanted to choose. I am trying achieve below features in my report. Lets say I have ten Dimensions Dimension1,Dimension2,Dimension3....and two expressions sum(sales),sum(taxes) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I wanted to provide the list of dimensions available for the user to choose .&lt;/P&gt;&lt;P&gt;2) I wanted build a straight chart where users will be looking into the dimensions they selected above and sum(sales),sum(taxes)&lt;/P&gt;&lt;P&gt;3) If users choose only Dimension1 they should only see Dimension1,sum(sales),sum(taxes) in the straight chart and if they select&amp;nbsp; dimension2 in combination to Dimension1 they should see Dimension1,Dimension2,sum(sales),sum(taxes) and so on.&lt;/P&gt;&lt;P&gt;I tried using the $Field in a list box, and then used the same as Dimension in my straight chart, but I cannot limit the Dimensions here.&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 16:04:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-25T16:04:57Z</dc:date>
    <item>
      <title>Dynamic Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903819#M999251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for some help.&lt;/P&gt;&lt;P&gt;In one of our reports, we wanted to give users the option of choosing the combination of dimensions they wanted to choose. I am trying achieve below features in my report. Lets say I have ten Dimensions Dimension1,Dimension2,Dimension3....and two expressions sum(sales),sum(taxes) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I wanted to provide the list of dimensions available for the user to choose .&lt;/P&gt;&lt;P&gt;2) I wanted build a straight chart where users will be looking into the dimensions they selected above and sum(sales),sum(taxes)&lt;/P&gt;&lt;P&gt;3) If users choose only Dimension1 they should only see Dimension1,sum(sales),sum(taxes) in the straight chart and if they select&amp;nbsp; dimension2 in combination to Dimension1 they should see Dimension1,Dimension2,sum(sales),sum(taxes) and so on.&lt;/P&gt;&lt;P&gt;I tried using the $Field in a list box, and then used the same as Dimension in my straight chart, but I cannot limit the Dimensions here.&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903819#M999251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903820#M999252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting with QV11, you can use conditional dimensions and expressions to do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a demo on how to do this in the 'What's new in QV11' sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903820#M999252</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-25T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903821#M999253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3564"&gt;Customizable Straight Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a how to &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903821#M999253</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-25T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903822#M999254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton. It helped me in solving my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 23:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimensions/m-p/903822#M999254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-28T23:46:59Z</dc:date>
    </item>
  </channel>
</rss>

