<?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: Chart Calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740737#M1047041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need an aggregated expression..&lt;/P&gt;&lt;P&gt;aggr(count(File),[Reviewer Number],File)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will calculate the number of times each reviewer has reviewed each file. If you need a conditional show you can consider adding an if statement&lt;/P&gt;&lt;P&gt;e.g. Show all files that has been review by the same person more than once:&lt;/P&gt;&lt;P&gt;if(aggr(count(File),[Reviewer Number],File)&amp;gt;1, File)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested the above, but theoretically it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 15:03:00 GMT</pubDate>
    <dc:creator>simondachstr</dc:creator>
    <dc:date>2014-11-13T15:03:00Z</dc:date>
    <item>
      <title>Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740736#M1047040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help...&lt;/P&gt;&lt;P&gt;I have a in my model fields ("Folder","File", "Reviewer" and "Reviewer Number" [ie. Reviewer 1, Reviewer 2, Reviewer 3, Reviewer 4]).&lt;/P&gt;&lt;P&gt;Each file gets reviewed and can be reviewed more than once by one or more people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to create some intelligence to see each file that was reviewed more than once by the same person and how many times.&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 14:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740736#M1047040</guid>
      <dc:creator />
      <dc:date>2014-11-13T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740737#M1047041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need an aggregated expression..&lt;/P&gt;&lt;P&gt;aggr(count(File),[Reviewer Number],File)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will calculate the number of times each reviewer has reviewed each file. If you need a conditional show you can consider adding an if statement&lt;/P&gt;&lt;P&gt;e.g. Show all files that has been review by the same person more than once:&lt;/P&gt;&lt;P&gt;if(aggr(count(File),[Reviewer Number],File)&amp;gt;1, File)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested the above, but theoretically it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 15:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740737#M1047041</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-11-13T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740738#M1047042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;P&gt;I applied this instead and it seems to be working&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[File&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REVIEW NUMBER]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[File]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REVIEW NUMBER]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;only problem is I can still see records of files only reviewed once.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Do you know this is the case?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 15:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740738#M1047042</guid>
      <dc:creator />
      <dc:date>2014-11-13T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740739#M1047043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the "suppress when value is zero" setting in the chart properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 15:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740739#M1047043</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-11-13T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740740#M1047044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It''s already selected. The thing is, I only want to see records where file is reviewed more that once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 16:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740740#M1047044</guid>
      <dc:creator />
      <dc:date>2014-11-13T16:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740741#M1047045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try suppressing nulls maybe.. the above conditional expression you've stated is already sorting out the ones which have not been reviewed more than once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 16:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Calculations/m-p/740741#M1047045</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-11-13T16:29:40Z</dc:date>
    </item>
  </channel>
</rss>

