<?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: Calculation in a Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606488#M444756</link>
    <description>&lt;P&gt;The count gives me 0, and the Job gives me nulls&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 12:31:12 GMT</pubDate>
    <dc:creator>tmumaw</dc:creator>
    <dc:date>2019-07-26T12:31:12Z</dc:date>
    <item>
      <title>Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606479#M444754</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;I am trying to create a text object which has a description of my number 1 job opening and the number of open requisitions for that job.&amp;nbsp; I currently have a TOP 10 open requisitions by job.&amp;nbsp; I'm using a calculated dimension to get it.&amp;nbsp; Here's the calculation I use for the dimension :&amp;nbsp; =if(aggr(Rank(Count(Distinct(Requisition)),SF_Job) &amp;lt;= 10, SF_Job)&lt;/P&gt;&lt;P&gt;and the expression is : Count(Distinct(Requistions)).&lt;/P&gt;&lt;P&gt;I would like a text object which show me SF_Job and number of Requisitions for that job.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606479#M444754</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2024-11-16T02:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606485#M444755</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;SF_Job = &lt;FONT face="courier new,courier"&gt;FirstSortedValue(SF_Job, - Aggr(&lt;SPAN&gt;Count(Distinct(Requistions)), SF_Job))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Number of Requisitions = &lt;FONT face="courier new,courier"&gt;Max(Aggr(Count(Distinct(Requistions)), SF_Job))&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 12:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606485#M444755</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-07-26T12:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606488#M444756</link>
      <description>&lt;P&gt;The count gives me 0, and the Job gives me nulls&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 12:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606488#M444756</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T12:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606494#M444757</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;=&lt;FONT color="#0000ff"&gt;Max&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;aggr&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;Count&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;DISTINCT&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[Requisition]&lt;/FONT&gt;)),&lt;FONT color="#800000"&gt;[SF_Job]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;) )&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="4"&gt; This statement gave me the correct count, just needed a little tuning (Thanks).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606494#M444757</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606495#M444758</link>
      <description>Can you please create sample data set and explain your need?</description>
      <pubDate>Fri, 26 Jul 2019 12:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606495#M444758</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-07-26T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606501#M444759</link>
      <description>&lt;P&gt;Here is some test data&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 12:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-in-a-Text-Object/m-p/1606501#M444759</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T12:55:59Z</dc:date>
    </item>
  </channel>
</rss>

