<?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 an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886933#M992126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only fields can be used in set modifiers on the left side of the =. Expressions, expression labels and labels of calculated dimensions cannot be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 08:02:26 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-07-06T08:02:26Z</dc:date>
    <item>
      <title>Calculated dimension in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886932#M992125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to understand how a calculated dimension fits into an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I label the calculated dimension, why cant I use this in the set analysis part of the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what is the work around?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My calculated dimension&lt;/P&gt;&lt;P&gt;Label 'ABC Status'&lt;/P&gt;&lt;P&gt;=IF(len([Action])=1,IF(([Created Date]+[Days])&amp;gt;[Load Date],'On Track','Overdue'),'Placed')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Set expression&lt;/P&gt;&lt;P&gt;=count(DISTINCT {$&amp;lt;[ABC Status]={'Overdue'}&amp;gt; + &amp;lt;[ABC]={'On Track'}&amp;gt;} [Action])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886932#M992125</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-07-06T07:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886933#M992126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only fields can be used in set modifiers on the left side of the =. Expressions, expression labels and labels of calculated dimensions cannot be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886933#M992126</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-06T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886934#M992127</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; font-size: 13px;"&gt;As &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ABC Status] = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'On Track' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ABC Status] = &lt;/SPAN&gt;'Overdue'&amp;nbsp; should define the same set as Len(Action)=1 one solution might be:&lt;/SPAN&gt;&lt;/SPAN&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; font-size: 13px;"&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; font-size: 13px;"&gt;=Count(DISTINCT {$&amp;lt;Action={"=Len(Action)=1"}&amp;gt;} Action)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;IMG alt="QlikCommunity_Thread_171287_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91989_QlikCommunity_Thread_171287_Pic1.JPG" style="height: 192px; width: 620px;" /&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; font-size: 13px;"&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; font-size: 13px;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 22:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-in-an-expression/m-p/886934#M992127</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-06T22:26:09Z</dc:date>
    </item>
  </channel>
</rss>

