<?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: Need Week count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444275#M817239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;weeknumber={'$(=max(weeknumber))'}&amp;gt;} Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 10:51:29 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2017-09-06T10:51:29Z</dc:date>
    <item>
      <title>Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444274#M817236</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 want to calculate the count of&amp;nbsp; items&amp;nbsp;&amp;nbsp; of current week&amp;nbsp; dynamically&amp;nbsp;&amp;nbsp; how to write the exp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a weeknumber column in data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444274#M817236</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444275#M817239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;weeknumber={'$(=max(weeknumber))'}&amp;gt;} Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444275#M817239</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-09-06T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444276#M817240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Count({&amp;lt;weeknumber={$(=max(weeknumber))}&amp;gt;}Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444276#M817240</guid>
      <dc:creator />
      <dc:date>2017-09-06T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444277#M817241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your weeknumber field has values like, 1,2,... try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;weeknumber={'$(=Week(Today()))'}&amp;gt;}Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444277#M817241</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-06T10:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444278#M817242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count(distinct if(weekweeknumber)=&amp;nbsp; week(today()),id_produs))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444278#M817242</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2017-09-06T10:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444279#M817243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;=count( {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;weeknumber &lt;/SPAN&gt;= {" $(=max( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;weeknumber&amp;nbsp; &lt;/SPAN&gt;))"}&amp;gt;} Item)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444279#M817243</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444280#M817244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my data&amp;nbsp; weeknumber based on data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need max of week&amp;nbsp;&amp;nbsp; based on data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [I don't need based on calendar week]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp;&amp;nbsp;&amp;nbsp; in my data&amp;nbsp; maxweek is&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so I need to show count of item of 30th week &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weeknumber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- this is not calendar week&lt;/P&gt;&lt;P&gt;30&lt;/P&gt;&lt;P&gt;29&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444280#M817244</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-06T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444281#M817245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;weeknumber is string field if not by this statement &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=max( &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;weeknumber&amp;nbsp; &lt;/SPAN&gt;) &lt;/EM&gt;you get Max weeknumber that is 30 if they are number.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444281#M817245</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444282#M817246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,its number Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in text object&amp;nbsp;&amp;nbsp;&amp;nbsp; =max(weeknumber) showing 30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart expression&amp;nbsp; I have like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={1}&amp;gt;} Item)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( {&amp;lt;Flag={1},WeekNumber = {" $(=max(WeekNumber))"}&amp;gt;} Item])&amp;nbsp;&amp;nbsp; its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444282#M817246</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-06T11:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444283#M817247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to remove the additional square bracket around Item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Flag = {1}, WeekNumber = {" $(=max(WeekNumber))"}&amp;gt;} Item&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, use it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Count({&amp;lt;Flag = {1}, WeekNumber = {" $(=max(WeekNumber))"}&amp;gt;} Item)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444283#M817247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-06T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444284#M817248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there ] in your expression other wise your expression must work.&lt;/P&gt;&lt;P&gt;try after removing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444284#M817248</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-09-06T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444285#M817249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression seems ok and working fine try some of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count( {&amp;lt;Flag={1},WeekNumber = {" $(=max(WeekNumber))"}&amp;gt;} Item)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count( {&amp;lt;Flag={1},WeekNumber = {" $(=max(WeekNumber))"}&amp;gt;} &lt;STRONG style="font-size: 12pt;"&gt;[&lt;/STRONG&gt;Item&lt;STRONG style="font-size: 12pt;"&gt;]&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444285#M817249</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T11:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444286#M817250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is showing Ok&amp;nbsp;&amp;nbsp; but&amp;nbsp;&amp;nbsp; if I write above&amp;nbsp; the selection generated for this chart no data it is showing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I checked in text object it showing "0"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp; if I&amp;nbsp; create a listbox for weeknumber&amp;nbsp;&amp;nbsp; and if I select&amp;nbsp; 30th week that chart is showing values .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444286#M817250</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-06T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444287#M817251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What other selections are you making?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444287#M817251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-06T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444288#M817252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In any straight table check this expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444288#M817252</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444289#M817253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;debug your expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like take flag and WeekNumber as list box and take text object with simple expression count(Item)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can take Item as list box and check you have Item for respected selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Field which you are using in set analysis is case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444289#M817253</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-09-06T11:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444290#M817254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry guys its working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp;&amp;nbsp; My bad there is&amp;nbsp; spaces in the expression ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just copied from here and pasted it didn't worked,&amp;nbsp;&amp;nbsp;&amp;nbsp; then I created new chart and&amp;nbsp; typed the expression it given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444290#M817254</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-06T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444291#M817255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Quick question,&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="12574" data-externalid="" data-online="false" data-presence="null" data-userid="171708" data-username="stalwar1" href="https://community.qlik.com/people/stalwar1" style="margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; text-align: left; color: #8b8b8b; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: underline; word-spacing: 0px; vertical-align: baseline; white-space: normal; orphans: 2; widows: 2; background-color: #f2f2f2; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px;"&gt;Sunny Talwar&lt;/A&gt;&lt;SPAN style="text-align: left; color: #a9a9a9; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: #f2f2f2; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have two different tables that's why I created flag in the script&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in&amp;nbsp; one chart I want to show&amp;nbsp; both table count&amp;nbsp; [this is also max week]&amp;nbsp;&amp;nbsp; and&amp;nbsp; week column name is different how can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444291#M817255</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-06T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444292#M817256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Flag as one of the dimension and then use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(Aggr(If(WeekNumber = Max(TOTAL &amp;lt;Flag&amp;gt; WeekNumber), Item), Flag, Item))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444292#M817256</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-06T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Week count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444293#M817257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use flag with different expressions because they are in different fields you have to use different expression either make changes in the data model and get this table into single table with table flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Week-count/m-p/1444293#M817257</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T12:53:14Z</dc:date>
    </item>
  </channel>
</rss>

