<?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 AW:greatest number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176954#M44744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elad,&lt;/P&gt;&lt;P&gt;I would use a chart with a calculated dimension similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if(aggr(rank(aggr(count(ID), Month), 4, 2), Month) = 1, Classification )&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 10:09:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-20T10:09:47Z</dc:date>
    <item>
      <title>greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176952#M44742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Hello,&lt;BR /&gt;I build models that analyze IT Support Center&lt;BR /&gt;I have the following fields:&lt;BR /&gt;ID - all call have unique ID.&lt;BR /&gt;Classification - All call have classification.&lt;BR /&gt;I try to show only the classification with greatest number of calls a month.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 09:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176952#M44742</guid>
      <dc:creator />
      <dc:date>2011-01-20T09:49:04Z</dc:date>
    </item>
    <item>
      <title>greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176953#M44743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to do it at script: group the data by your classification(class) and count it. then for second time order it in descending order, then peek the first record using peek() function.&lt;/P&gt;&lt;P&gt;If you are trying at the front end, use AGGR function.&lt;/P&gt;&lt;P&gt;regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 10:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176953#M44743</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-01-20T10:03:52Z</dc:date>
    </item>
    <item>
      <title>AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176954#M44744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elad,&lt;/P&gt;&lt;P&gt;I would use a chart with a calculated dimension similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if(aggr(rank(aggr(count(ID), Month), 4, 2), Month) = 1, Classification )&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 10:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176954#M44744</guid>
      <dc:creator />
      <dc:date>2011-01-20T10:09:47Z</dc:date>
    </item>
    <item>
      <title>AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176955#M44745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;Thanks much for the reply.&lt;BR /&gt;I tried to create the chart without success.&lt;BR /&gt;Can you give more details.&lt;BR /&gt;I would like eventually to have a text box (or anything else to show similar) that will contain the name of the most used classification in the max month.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 10:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176955#M44745</guid>
      <dc:creator />
      <dc:date>2011-01-20T10:36:26Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176956#M44746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elad,&lt;/P&gt;&lt;P&gt;best thing would be when you post a little example app. Then we can try to create what you need and you can use the reposted app as guideline.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 13:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176956#M44746</guid>
      <dc:creator />
      <dc:date>2011-01-20T13:26:18Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176957#M44747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is the model script:&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='? #,##0.00;?-#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='YYYYMMDD';&lt;BR /&gt;SET TimestampFormat='YYYYMMDD hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='?????;??????;???;?????;???;????;????;??????;??????;???????;??????;?????';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;//SET DayNames='Sun;Mon;Tue;Wed;Thu;Fri;Sat';&lt;/P&gt;&lt;P&gt;let V_ref_Date = year(now())-3&amp;amp;'-01-01' ;&lt;/P&gt;&lt;P&gt;FACT_HD_MODEL:&lt;BR /&gt;LOAD DESCRIPTION,&lt;BR /&gt; ID,&lt;BR /&gt; ITEMTYPE,&lt;BR /&gt; SERSHORTTEXT1,&lt;BR /&gt; SERVICECALLCODE10,&lt;BR /&gt; SERVICECALLCODE10_OBJECT_ID,&lt;BR /&gt; ACTUALCOST,&lt;BR /&gt; ACTUALDURATION,&lt;BR /&gt; ACTUALFINISH,&lt;BR /&gt; if ((IsNull(ACTUALFINISH)),'OPEN',&lt;BR /&gt; if ((num(ACTUALDURATION)) &amp;lt; 1, '&amp;lt; 01 Hour',&lt;BR /&gt; if ((num(ACTUALDURATION)) &amp;lt; 4, '&amp;lt; 04 Hours',&lt;BR /&gt; if ((num(ACTUALDURATION)) &amp;lt; 8, '&amp;lt; 08 Hours',&lt;BR /&gt; if ((num(ACTUALDURATION)) &amp;lt; 24, '&amp;lt; 24 Hours',&lt;BR /&gt; if ((num(ACTUALDURATION)) &amp;lt; 48, '&amp;lt; 48 Hours', '&amp;gt; 48 Hours')))))) as TIME_FRAME,&lt;BR /&gt;&lt;BR /&gt; year(ACTUALFINISH) as ACTUALFINISH_YEAR,&lt;BR /&gt; if(num(month(ACTUALFINISH))&amp;gt;9,'Q4',&lt;BR /&gt; if(num(month(ACTUALFINISH))&amp;gt;6,'Q3',&lt;BR /&gt; if(num(month(ACTUALFINISH))&amp;gt;3,'Q2',&lt;BR /&gt; if(num(month(ACTUALFINISH))&amp;gt;0, 'Q1',)))) as ACTUALFINISH_QUARTER,&lt;BR /&gt; month(ACTUALFINISH) as ACTUALFINISH_MONTH,&lt;BR /&gt; week(ACTUALFINISH) as ACTUALFINISH_WEEK,&lt;BR /&gt; day(ACTUALFINISH) as ACTUALFINISH_DATE,&lt;BR /&gt; weekday(ACTUALFINISH) as ACTUALFINISH_DAY,&lt;BR /&gt; hour(ACTUALFINISH) as ACTUALFINISH_HOUR, //change&lt;BR /&gt; //ACTUALFINISH_HOUR, ?? ???? ? VIEW&lt;BR /&gt; ACTUALSTART,&lt;BR /&gt; year(ACTUALSTART) as ACTUALSTART_YEAR,&lt;BR /&gt; if(num(month(ACTUALSTART))&amp;gt;9,'Q4',&lt;BR /&gt; if(num(month(ACTUALSTART))&amp;gt;6,'Q3',&lt;BR /&gt; if(num(month(ACTUALSTART))&amp;gt;3,'Q2','Q1'))) as ACTUALSTART_QUATER,&lt;BR /&gt; month(ACTUALSTART) as ACTUALSTART_MONTH,&lt;BR /&gt; week(ACTUALSTART) as ACTUALSTART_WEEK,&lt;BR /&gt; day(ACTUALSTART) as ACTUALSTART_DATE,&lt;BR /&gt; weekday(ACTUALSTART) as ACTUALSTART_DAY,&lt;BR /&gt; (((year(ACTUALSTART)))&amp;amp; if(len(num(month(ACTUALSTART)))&amp;lt;2,'0'&amp;amp;num(month(ACTUALSTART)),(num(month(ACTUALSTART))))) as ACTUALSTART_YearMonth,&lt;BR /&gt; makedate(left(ACTUALSTART,4),mid(ACTUALSTART,6,2),mid(ACTUALSTART,9,2)) as ACTUALSTART_date,&lt;BR /&gt; mid(ACTUALSTART,9,2) as ACTUALSTART_DAYM,&lt;BR /&gt; hour (ACTUALSTART) as Hour,&lt;BR /&gt; maketime(hour (ACTUALSTART),minute(ACTUALSTART))as Full_Hour,&lt;BR /&gt; if((weekday(ACTUALSTART)='Sat') or (weekday(ACTUALSTART)='Fri') or ((hour (ACTUALSTART)&amp;gt;'18')and (maketime(hour (ACTUALSTART),minute(ACTUALSTART))&amp;lt;'7')),'not work hour','work hour' )as work,&lt;BR /&gt; CALLER_NAME,&lt;BR /&gt; CALLER_OBJECT_ID,&lt;BR /&gt; CATEGORY,&lt;BR /&gt; CATEGORY_OBJECT_ID,&lt;BR /&gt; CATEGORYSERVICETODAY,&lt;BR /&gt; CATEGORYSERVICETODAY_OBJECT_ID,&lt;BR /&gt; CLASSIFICATION,&lt;BR /&gt; CLASSIFICATION_OBJECT_ID,&lt;BR /&gt; mid(CALLERORGANIZATION_NAME1,9) as CALLERORGANIZATION_NAME1,&lt;BR /&gt; if(len(num((month(left(ACTUALSTART,10)))))=2,(num((month(left(ACTUALSTART,10))))),'0'&amp;amp;(num((month(left(ACTUALSTART,10)))))) as month,&lt;BR /&gt; left(ACTUALSTART,4) &amp;amp; if(len(num((month(left(ACTUALSTART,10)))))=2,(num((month(left(ACTUALSTART,10))))),'0'&amp;amp;(num((month(left(ACTUALSTART,10)))))) as Year_Month,&lt;BR /&gt; date(filetime())as FileDate&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FROM &lt;A&gt;\\QVD\FACT_HD_MODEL.qvd&lt;/A&gt; (qvd)&lt;BR /&gt;where STATUS&amp;lt;&amp;gt;'Void';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Time&lt;BR /&gt; Start&lt;BR /&gt; Finish&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every call has a unique ID.&lt;BR /&gt;I'm looking for the Classification with the most calls in particular month.&lt;BR /&gt;Thank you&lt;BR /&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176957#M44747</guid>
      <dc:creator />
      <dc:date>2011-01-24T08:20:31Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176958#M44748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elad,&lt;/P&gt;&lt;P&gt;sorry, but I can't use your load-script. Instead I created a little exam app to play with. I created some inline-data with the fields from your first post. Take a look at it.The concat()-statements in the second expression are neccesary because there can be more than one max(value). This case you can see for month = "03".&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 09:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176958#M44748</guid>
      <dc:creator />
      <dc:date>2011-01-25T09:34:03Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176959#M44749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;I have table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:163pt;border-collapse:collapse;" width="217"&gt;&lt;COLGROUP&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:53pt;mso-width-source:userset;mso-width-alt:2596;" width="71" /&gt;&lt;COL style="width:62pt;mso-width-source:userset;mso-width-alt:2998;" width="82" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="left" height="17" style="width:48pt;height:12.75pt;background-color:transparent;border:#d4d0c8;" width="64"&gt;ID,&lt;/TD&gt;&lt;TD align="left" style="width:53pt;background-color:transparent;border:#d4d0c8;" width="71"&gt;YearMonth,&lt;/TD&gt;&lt;TD align="left" style="width:62pt;background-color:transparent;border:#d4d0c8;" width="82"&gt;classification,&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;04-06-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Delete user&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;05-06-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Outlook&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;06-06-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Outlook&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;07-06-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Outlook&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;01-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Delete user&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;02-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Internet&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;03-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Outlook&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;04-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Outlook&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;05-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Internet&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#d4d0c8;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl22" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:transparent;"&gt;06-07-2010&lt;/TD&gt;&lt;TD align="left" class="xl23" style="BORDER-RIGHT:#d4d0c8;BORDER-TOP:#d4d0c8;BORDER-LEFT:#d4d0c8;BORDER-BOTTOM:#d4d0c8;BACKGROUND-COLOR:white;"&gt;Internet&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I try find the most used classification in uniq month.&lt;/P&gt;&lt;P&gt;Here the classification in 06/2010 is Outlook and in 07/2010 is Internet.&lt;/P&gt;&lt;P&gt;I'm looking only the calssification name and not the number.&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176959#M44749</guid>
      <dc:creator />
      <dc:date>2011-01-27T09:49:31Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176960#M44750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei&lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;P&gt;hope its helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 11:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176960#M44750</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-01-27T11:30:01Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176961#M44751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shalom Roi,&lt;/P&gt;&lt;P&gt;I add this line to expressions place in chart wizard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(aggr(count(ID),CLASSIFICATION,ACTUALSTART_Year_Month))&lt;/P&gt;&lt;P&gt;I recived only the number of bigger classification and not the name of the classification.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176961#M44751</guid>
      <dc:creator />
      <dc:date>2011-01-27T14:32:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176962#M44752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei&lt;/P&gt;&lt;P&gt;if you want to calculate it inside an expression&lt;/P&gt;&lt;P&gt;try this formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;if(rank(count(ID))=1,classification &lt;P&gt;)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176962#M44752</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-01-27T14:39:49Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:greatest number</title>
      <link>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176963#M44753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When I try the new formula I Recived "-" sign&lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greatest-number/m-p/176963#M44753</guid>
      <dc:creator />
      <dc:date>2011-01-27T15:04:20Z</dc:date>
    </item>
  </channel>
</rss>

