<?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: Write a calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662048#M241297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as you are using aggregation function (count) thats y its showing error. you could use with aggr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;like below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;class(aggr(count(DISTINCT emptyings_id),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_id&lt;/SPAN&gt;),20)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 06:54:13 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-28T06:54:13Z</dc:date>
    <item>
      <title>Write a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662044#M241293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to have the next as a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=class(count(DISTINCT emptyings_id),20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the one below as expression:&lt;/P&gt;&lt;P&gt;count(DISTINCT emptyings_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to make a graph where the % count of emptyins_id is shown in a certain class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculated dimension however gives a calcutation error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I write this correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Katleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662044#M241293</guid>
      <dc:creator />
      <dc:date>2014-07-28T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Write a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662045#M241294</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;You should use aggr() function to build calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662045#M241294</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-07-28T06:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Write a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662046#M241295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me a little hint how to make this into an aggregated expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662046#M241295</guid>
      <dc:creator />
      <dc:date>2014-07-28T06:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Write a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662047#M241296</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;Can You upload&amp;nbsp; sample data ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662047#M241296</guid>
      <dc:creator />
      <dc:date>2014-07-28T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Write a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662048#M241297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as you are using aggregation function (count) thats y its showing error. you could use with aggr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;like below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;class(aggr(count(DISTINCT emptyings_id),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_id&lt;/SPAN&gt;),20)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-a-calculated-dimension/m-p/662048#M241297</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-28T06:54:13Z</dc:date>
    </item>
  </channel>
</rss>

