<?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 Median and Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010464#M342894</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;I am developing an application where I have been asked to provide both averages and medians of certain values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula below calculates the "&lt;SPAN style="text-decoration: underline;"&gt;average number of transactions per card&lt;/SPAN&gt;" using set analysis and comparative and Alternate States (hence the [Group1] references.&lt;/P&gt;&lt;P&gt;I have a requirement to provide the "&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;median number of transactions per card&lt;/STRONG&gt;&lt;/SPAN&gt;"&amp;nbsp; - can someone suggest a solution or an approach to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;gt;} AuthorisationRec)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;/ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;count({&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&amp;gt;} distinct [Card Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2015 12:56:09 GMT</pubDate>
    <dc:creator>alexis</dc:creator>
    <dc:date>2015-08-27T12:56:09Z</dc:date>
    <item>
      <title>Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010464#M342894</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;I am developing an application where I have been asked to provide both averages and medians of certain values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula below calculates the "&lt;SPAN style="text-decoration: underline;"&gt;average number of transactions per card&lt;/SPAN&gt;" using set analysis and comparative and Alternate States (hence the [Group1] references.&lt;/P&gt;&lt;P&gt;I have a requirement to provide the "&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;median number of transactions per card&lt;/STRONG&gt;&lt;/SPAN&gt;"&amp;nbsp; - can someone suggest a solution or an approach to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;gt;} AuthorisationRec)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;/ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;count({&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&amp;gt;} distinct [Card Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 12:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010464#M342894</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-08-27T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010465#M342895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; color: #575757; font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;Median({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-style: inherit;"&gt;[Authorisat&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;ions Day] = [Group1]::[Authorisations Day]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-size: 8pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;gt;} AuthorisationRec/[Card Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010465#M342895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-27T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010466#M342896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding Sunny T but I am afraid this is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"AuthorisationRec" is a "counter" field (always has a value of 1) and I SUM it to get total number of transactions&lt;/P&gt;&lt;P&gt;"Card Number" on the other hand is an alphanumeric field and I calculate how many cards contribute in the total number of transactions by identifying the "COUNT" of UNIQUE card numbers.&lt;/P&gt;&lt;P&gt;Your division of 1/card number and the median of that does not make sense I am afriad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010466#M342896</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-08-27T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010467#M342897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand what you are saying. While I think, somebody else might be able to help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010467#M342897</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-27T13:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010468#M342898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Median(Aggr(&lt;/SPAN&gt;sum({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;gt;} AuthorisationRec)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;count({&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Year] = [Group1]::[Authorisations Year],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Quarter] = [Group1]::[Authorisations Quarter],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Month] = [Group1]::[Authorisations Month],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Week] = [Group1]::[Authorisations Week],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;[Authorisations Day] = [Group1]::[Authorisations Day]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&amp;gt;} distinct [Card Number])&lt;SPAN style="color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6666669845581px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;[Card Number]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010468#M342898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-27T13:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010469#M342899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your counter is always one then your median will be 1 as well or am I reading incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010469#M342899</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-27T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010470#M342900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks promising Sunny T - let me verify the results before marking your answer as "Correct"&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010470#M342900</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-08-27T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Median and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010471#M342901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Sasidhar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;The use of a "counter" field "1 As &lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;AuthorisationRec" is a good programming practise when you want to count the number of records because SUM(AuthorisationRec) is more efficient than COUNT(..)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;Using Sunny's approach I am getting some promising results (and no they are not 1!)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Median-and-Set-Analysis/m-p/1010471#M342901</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-08-27T13:42:26Z</dc:date>
    </item>
  </channel>
</rss>

