<?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: calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905695#M1002400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create this as your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 16, '&amp;lt;15',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 26, '16-25',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 36, '26-35',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 46, '36-45',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 56, '46-55',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 66, '56-65', '&amp;gt;66'))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 13:51:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-03T13:51:30Z</dc:date>
    <item>
      <title>calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905693#M1002398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a calculated dimension of age and i want to represent as &amp;lt;15, 16-25, 26-35, 36-45, 46-55, 56-65, &amp;gt;66 on the X-axis..help me how to get it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905693#M1002398</guid>
      <dc:creator />
      <dc:date>2015-06-03T13:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905694#M1002399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;o bien utilizas IntervalMatch o lo haces a través de una variable o if encadenado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905694#M1002399</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-06-03T13:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905695#M1002400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create this as your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 16, '&amp;lt;15',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 26, '16-25',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 36, '26-35',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 46, '36-45',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 56, '46-55',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Age &amp;lt; 66, '56-65', '&amp;gt;66'))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905695#M1002400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905696#M1002401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunindia..but is there any other ways of doing this by using Aggr function or by using set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905696#M1002401</guid>
      <dc:creator />
      <dc:date>2015-06-03T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905697#M1002402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a class function you can use, but that usually gives equal intervals. Syntax is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Class(Age, 10, '-')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905697#M1002402</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905698#M1002403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the class function to do that, and it takes as parameter the number of brackets that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i prefer that you do it from the script during the load and not from the chart, as it is not recommended to have calculated dimensions (for performance issues)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension/m-p/905698#M1002403</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-06-03T14:12:17Z</dc:date>
    </item>
  </channel>
</rss>

