<?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 Problem with calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237164#M88266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will help!&lt;/P&gt;&lt;P&gt;Only the surpress null()&lt;/P&gt;&lt;P&gt;tnx allot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 00:24:31 GMT</pubDate>
    <dc:creator>timmy</dc:creator>
    <dc:date>2010-02-12T00:24:31Z</dc:date>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237160#M88262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with a calculated dimension:&lt;/P&gt;&lt;P&gt;This is my formula.&lt;/P&gt;&lt;P&gt;=if(not Dos_Active,Stat_DosStatusId &amp;amp; ' ' &amp;amp; DosStatusOmsNL,null())&lt;/P&gt;&lt;P&gt;the problem that i have is that i have to many records and this formula slows down the loading of the pivot every time i make a new selection&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237160#M88262</guid>
      <dc:creator>timmy</dc:creator>
      <dc:date>2010-02-11T14:48:09Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237161#M88263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timmy,&lt;/P&gt;&lt;P&gt;create the dimension in your qlikview script.&lt;/P&gt;&lt;P&gt;Is this an option for you?&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237161#M88263</guid>
      <dc:creator />
      <dc:date>2010-02-11T15:13:59Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237162#M88264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's no option for the moment! We can't get the data and we need to improve the perfomance of this pivot...&lt;/P&gt;&lt;P&gt;But tnx for the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237162#M88264</guid>
      <dc:creator>timmy</dc:creator>
      <dc:date>2010-02-11T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237163#M88265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some brief testing of mine recently seemed to indicate that conditions in a calculated dimension ran about ten times more slowly than conditions in the chart. I have no explanation why, it was just what I was seeing for a simple example, and was consistent across versions 8.5 and 9.0 SR2.&lt;/P&gt;&lt;P&gt;Assuming that's part of the problem, you might just use this for your calculated dimension:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Stat_DosStatusId &amp;amp; ' ' &amp;amp; DosStatusOmsNL&lt;/P&gt;&lt;P&gt;And then move the condition to the chart expression(s):&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(not Dos_Active,sum(Something))&lt;/P&gt;&lt;P&gt;And then suppress null expressions. Might help, might not, but probably worth a try. If it does help, I have no explanation for why it would help.&lt;/P&gt;&lt;P&gt;I do think that creating the dimension in the script is a better plan, but I can understand if you need a solution NOW, and can't change the script right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 00:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237163#M88265</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-12T00:08:30Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237164#M88266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will help!&lt;/P&gt;&lt;P&gt;Only the surpress null()&lt;/P&gt;&lt;P&gt;tnx allot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 00:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237164#M88266</guid>
      <dc:creator>timmy</dc:creator>
      <dc:date>2010-02-12T00:24:31Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237165#M88267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimension are one of a few functions in Qv that just doesn't seems to be fully functional / developed / tested / optimized. Always trying to avoid them (mainly because the lack of sort by expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 00:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237165#M88267</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2010-02-12T00:43:19Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237166#M88268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, calculated dimensions are annoying. I wonder when QV will fully implement it and also fix the sorting bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 12:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237166#M88268</guid>
      <dc:creator />
      <dc:date>2010-02-17T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Problem with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237167#M88269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should always be able to to get the calculated dimension sorted in the right order.... If the expression is really complex breakand all else fails concatenate a number or letter so that it is presented in the correct order using text or numeric sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 12:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-calculated-dimension/m-p/237167#M88269</guid>
      <dc:creator />
      <dc:date>2010-02-17T12:23:01Z</dc:date>
    </item>
  </channel>
</rss>

