<?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: How I get a formual as dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707018#M673017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 15:53:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-19T15:53:54Z</dc:date>
    <item>
      <title>How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707013#M673007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know, how I get formulas as Dimension.&lt;/P&gt;&lt;P&gt;here you see the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Colum I&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Column II&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Column I / Column 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Column I + Column II&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;122&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;61&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;124&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;124&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;62&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;126&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;126&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;63&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;128&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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>Tue, 19 Aug 2014 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707013#M673007</guid>
      <dc:creator />
      <dc:date>2014-08-19T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707014#M673009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/08/calculated-dimensions" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/08/calculated-dimensions"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/08/calculated-dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707014#M673009</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-08-19T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707015#M673011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a calculated dimension and wrap your expression in an AGGR function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(&amp;nbsp; sum(Column I) / sum( Column II) ,&amp;nbsp; &amp;lt;Dimension&amp;gt; ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707015#M673011</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-19T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707016#M673014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does you mean with &amp;lt;Dimension&amp;gt; is this a standarfield or I have to Change the &amp;lt;Dimension&amp;gt; in an other word?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707016#M673014</guid>
      <dc:creator />
      <dc:date>2014-08-19T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707017#M673016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a generic placeholder for the dimensional values you are aggregating over&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example it would probably look like something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr( sum([Column I])/sum([Column II]), [Column I],[Column II])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In practice, this isn't a great example because if column1 and column2 are being used as dimensional values , the straight table will only show unique combinations of I and II.&amp;nbsp; So if you had a duplicate record it would show as 1 record, but the calculation would take into account both as it aggregates both. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using non-numeric dimensional values for this technique like Region or Year etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707017#M673016</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-19T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How I get a formual as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707018#M673017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-a-formual-as-dimension/m-p/707018#M673017</guid>
      <dc:creator />
      <dc:date>2014-08-19T15:53:54Z</dc:date>
    </item>
  </channel>
</rss>

