<?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: Error in calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642809#M730886</link>
    <description>&lt;P&gt;I suspect that the problem is with the naked* field&amp;nbsp;&lt;SPAN&gt;[Submitted To MCO Date] -- if there is more than one possible value in this context, then this will evaluate to null and the calculated dimension will fail. You may need to place this expression in an Aggr() function using suitable dimensions to ensure that there is only one possible value or use additional dimensions in your chart or table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can verify this by disabling the calculated dimension and temporarily adding the using the expression&lt;EM&gt; =[Submitted To MCO Date].&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* a naked field is a field not enclosed with some sort of aggregation (like Sum(), Max(), etc&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 05:50:41 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-11-05T05:50:41Z</dc:date>
    <item>
      <title>Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642797#M730879</link>
      <description>&lt;P&gt;in a straight chart, in dimension I'm giving th ebelow expression in calculated dimension area and its giving the error Error in calculated Dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Round(Today()-[Submitted To MCO Date])&amp;gt;3, count(INVOICE#),0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642797#M730879</guid>
      <dc:creator>tenyeapen</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642800#M730881</link>
      <description>Hello., Try this if(Num(Today()) - Num([Submitted To MCO Date]) &amp;gt; 3, count([INVOICE#]),0)., In case of not working in Calculated Dimension Try the same in Expression and Drag where ever you want., I think Its Working</description>
      <pubDate>Tue, 05 Nov 2019 05:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642800#M730881</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-11-05T05:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642805#M730883</link>
      <description>&lt;P&gt;thanks for the quick responds, but still the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 05:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642805#M730883</guid>
      <dc:creator>tenyeapen</dc:creator>
      <dc:date>2019-11-05T05:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642807#M730884</link>
      <description>&lt;P&gt;Give me sample application&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 05:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642807#M730884</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-11-05T05:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642809#M730886</link>
      <description>&lt;P&gt;I suspect that the problem is with the naked* field&amp;nbsp;&lt;SPAN&gt;[Submitted To MCO Date] -- if there is more than one possible value in this context, then this will evaluate to null and the calculated dimension will fail. You may need to place this expression in an Aggr() function using suitable dimensions to ensure that there is only one possible value or use additional dimensions in your chart or table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can verify this by disabling the calculated dimension and temporarily adding the using the expression&lt;EM&gt; =[Submitted To MCO Date].&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* a naked field is a field not enclosed with some sort of aggregation (like Sum(), Max(), etc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 05:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1642809#M730886</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-11-05T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1645432#M730887</link>
      <description>&lt;P&gt;Given the last post, I just wanted to add a Design Blog post that may be of some help as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are still working on things, please leave an update, if the last post got you what you needed, be sure to come back to the thread and use the Accept as Solution button to mark that as correct and to give credit for the help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 14:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-calculated-dimension/m-p/1645432#M730887</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-11T14:58:54Z</dc:date>
    </item>
  </channel>
</rss>

