<?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: using calulated dimension in total functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50881#M782969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a color expression?&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;STRONG&gt;if(count(distinct total&amp;lt;F1&amp;gt; F2)&amp;gt;1,red())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you using as calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 15:27:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-21T15:27:48Z</dc:date>
    <item>
      <title>using calulated dimension in total functions</title>
      <link>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50880#M782968</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;So my data looks something like this &lt;/P&gt;&lt;P&gt;F1&amp;nbsp;&amp;nbsp;&amp;nbsp; F2&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see occurrences when&amp;nbsp; more than 1 F2 exists for a F1 i used a total function to get this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but problem is when i try making the dimensions dynamic by choosing F1 and F2 among F1,F2,F3,F4,F5 and F6 based on button selections, i can't seem to use the calculated expression in the total function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression I'm using is if(count(distinct total&amp;lt;F1&amp;gt; F2)&amp;gt;1,red())&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i don't seem to understand why it doesn't work for calculated dimensions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50880#M782968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: using calulated dimension in total functions</title>
      <link>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50881#M782969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a color expression?&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;STRONG&gt;if(count(distinct total&amp;lt;F1&amp;gt; F2)&amp;gt;1,red())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you using as calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50881#M782969</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-21T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: using calulated dimension in total functions</title>
      <link>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50882#M782970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the AGGR() function instead and check the counts. Something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Aggr(Count(distinct F2),F1)&amp;gt;1,Red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-calulated-dimension-in-total-functions/m-p/50882#M782970</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-21T15:39:34Z</dc:date>
    </item>
  </channel>
</rss>

