<?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: Get count(Problems) within a period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30320#M609730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 16:01:29 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-02-15T16:01:29Z</dc:date>
    <item>
      <title>Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30311#M609721</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 some issues, where i need ur help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do is: I have a table with Groupnames which are linked to a ProblemNumber - furthermore i have a CreatedDate and ClosedDate (both of them are in numberic format). Furthermore i have two Variables vFromDate and vToDate. With these variables i can seth the range of the data i want to look at. For example if vFromDate is 2018-01-01 and vToDate is 2018-01-31 - i can see all problems which are created within this period. Now what i want is, to get only these groups and the number of problems they where linked to within this period. Based on them i want to now the top 10 groups and want to color them in a different colour in my diagram, because i have 20 groups and to colour them is a little bit annoying. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30311#M609721</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-15T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30312#M609722</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;maybe you need to use the Rank() function and apply it to your existing expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you add more details, like the expression used, the type of objects you use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30312#M609722</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-15T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30313#M609723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, i have no existing expression &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; .. i uploaded u a testfile. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 11:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30313#M609723</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-15T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30314#M609724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression is: &lt;STRONG&gt;Count({&amp;lt;OpenDate= {"&amp;gt;=$(StartDate)&amp;lt;=$(EndDate)"}&amp;gt;} DISTINCT ProblemID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result if on the column of the red table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30314#M609724</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-15T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30315#M609725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, super! This is exact what im looking for .. now i want to give them based on their rank colours in the diagram (Formula, Backgroundcolor) .. for the first 10 i want to give spezific colors and for the rest it should be a green tone which will be brighther, if the rank goes to 20! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30315#M609725</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-15T12:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30316#M609726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, i should then let all the lines appear, because now I'm limiting the view for only the TOP 10 for each Group and for each Min/Max dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll send you another version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30316#M609726</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-15T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30317#M609727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okey, i will be waiting! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank u in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30317#M609727</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-15T13:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30318#M609728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please find attached &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30318#M609728</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-15T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30319#M609729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i think my requirement was not clear enough &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; .. i want to color the dimension group in ma diagram CH03 in these colours based on the ranking. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30319#M609729</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-15T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30320#M609730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30320#M609730</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-15T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30321#M609731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this i exact what want i want. I try to do this in my final work, which i cant upload. In the diagram i have the date dimension and the group dimension .. in my formula i count the problemid .. in backgroundcolor i triy to use the rank function like if(rank(count(problemid)) = 1, rgb(0,0,0)), but it does not work .. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30321#M609731</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-16T12:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30322#M609732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it works but it its a little bit awkward .. because i have the follwing formula in the backround colour in my diagram &lt;STRONG&gt;=if(Group=firstgroup, rgb(255,255,255), rgb(0, 0, 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstgroup is a variable with the following statement:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(if(Rank(count(problemid))=1,group),group)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It only works in this way .. but now i have to create 10 variables with the same statement .. this can not be the only solution, or?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30322#M609732</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-16T13:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get count(Problems) within a period</title>
      <link>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30323#M609733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe someone know a better solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 12:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-count-Problems-within-a-period/m-p/30323#M609733</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2018-02-19T12:03:41Z</dc:date>
    </item>
  </channel>
</rss>

