<?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 in Containers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675629#M245295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposing you have 3 variables to set the limits you can use something like:&lt;/P&gt;&lt;P&gt;=If([Deal Size] &amp;lt; $(Limit1), '&amp;lt;$(Limit1)',&lt;/P&gt;&lt;P&gt; If([Deal Size] &amp;lt; $(Limit2), '&amp;gt;=$(Limit1)&amp;lt;$(Limit2)',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Deal Size] &amp;lt; $(Limit3), '&amp;gt;=$(Limit2)')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the buckets are of the same size you can create it using class function.&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, 22 Oct 2014 09:32:02 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2014-10-22T09:32:02Z</dc:date>
    <item>
      <title>Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675627#M245293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we got "bukets" for different Deal Sizes which we fill in the load script. Now my customer wants to change these bukets (or better the borders between them) with setting variables.&lt;/P&gt;&lt;P&gt;Has anyone an idea how this can be done? If the new dynamic dimension would only contain the values of one buket, it wouldn't be a problem, but having more of them I do not know how I can get to this.&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;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675627#M245293</guid>
      <dc:creator />
      <dc:date>2014-10-22T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675628#M245294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/08/13/recipe-for-a-histogram" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Recipe for a Histogram&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or maybe this one: &lt;A href="http://www.infinityinsight.com/blog/?p=221" title="http://www.infinityinsight.com/blog/?p=221"&gt;True Dynamic Bucketing in QlikView – Infinity Insight Blog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675628#M245294</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T09:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675629#M245295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposing you have 3 variables to set the limits you can use something like:&lt;/P&gt;&lt;P&gt;=If([Deal Size] &amp;lt; $(Limit1), '&amp;lt;$(Limit1)',&lt;/P&gt;&lt;P&gt; If([Deal Size] &amp;lt; $(Limit2), '&amp;gt;=$(Limit1)&amp;lt;$(Limit2)',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Deal Size] &amp;lt; $(Limit3), '&amp;gt;=$(Limit2)')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the buckets are of the same size you can create it using class function.&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, 22 Oct 2014 09:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675629#M245295</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-10-22T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675630#M245296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is that the buckets shall be of diffrent sizes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675630#M245296</guid>
      <dc:creator />
      <dc:date>2014-10-22T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675631#M245297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first proposal will fit with different size buckets but the second link provided by Gysbert is very flexible way to achieve this requirement, if I needed to do something like this I will try to go through that link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675631#M245297</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-10-22T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension in Containers</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675632#M245298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, the second link shows an approach that I'll customize to my needs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-in-Containers/m-p/675632#M245298</guid>
      <dc:creator />
      <dc:date>2014-10-22T14:45:30Z</dc:date>
    </item>
  </channel>
</rss>

