<?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: Bucket movement related count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128182#M918015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Max( total Month)-1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} -&amp;gt; this doesn't work at all. Any technique to reference a value of the column Month despite Month being the dimension in the chart? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;All I am trying to do here is get the count of the accounts that were in state 'A' the previous month and 'C' in the current month and chart it with 'Month' as the dimension. Of course we can solve this by making script changes, but I am looking for a pure GUI based work around/solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ram&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 23:27:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-12T23:27:30Z</dc:date>
    <item>
      <title>Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128179#M918012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a requirement where I need to count the number of entities that moved from a particular bucket A to a different bucket C.&lt;/P&gt;&lt;P&gt;The data will look as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month, Bucket, Acct&lt;/P&gt;&lt;P&gt;1, A,A1&lt;/P&gt;&lt;P&gt;2,C,A1&lt;/P&gt;&lt;P&gt;1,A,A2&lt;/P&gt;&lt;P&gt;2,C,A2&lt;/P&gt;&lt;P&gt;3,A,A1&lt;/P&gt;&lt;P&gt;4,C,A1&lt;/P&gt;&lt;P&gt;5,A,A3&lt;/P&gt;&lt;P&gt;6,A,A3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is such that you select the bucket movement of your choice. let us say A to C. Now we can see A1 and A2 have moved from A to C during the January-February period. So I select month as Feb and from bucket as A and to bucket as C, I need the result to be "2". This should be charted with Month on the X axis and the respective count of movements against it. I don't want to do any script based solutions for this. I am trying various options but not getting the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&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/Bucket-movement-related-count/m-p/1128179#M918012</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128180#M918013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working now. Thanks.&lt;/P&gt;&lt;P&gt;&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;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={2},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'C'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'A'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 23:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128180#M918013</guid>
      <dc:creator />
      <dc:date>2016-05-11T23:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128181#M918014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To fit in a chart I modified like this. P() is a real gem.&lt;/P&gt;&lt;P&gt;&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;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'C'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Max( total Month)-1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'A'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Acct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 00:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128181#M918014</guid>
      <dc:creator />
      <dc:date>2016-05-12T00:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128182#M918015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Max( total Month)-1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} -&amp;gt; this doesn't work at all. Any technique to reference a value of the column Month despite Month being the dimension in the chart? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;All I am trying to do here is get the count of the accounts that were in state 'A' the previous month and 'C' in the current month and chart it with 'Month' as the dimension. Of course we can solve this by making script changes, but I am looking for a pure GUI based work around/solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ram&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 23:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128182#M918015</guid>
      <dc:creator />
      <dc:date>2016-05-12T23:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128183#M918016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;How about this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;={"$(=Max(Month)-1)"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt;"&gt;&lt;STRONG style="color: #575757;"&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Assuming Month is number formatted&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 13:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128183#M918016</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket movement related count</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128184#M918017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny. Didn't solve the issue. Please see the attachment. The graph is not returning data for August/April where the movement from A-C is seen. However you can see months Feb and November.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 00:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-movement-related-count/m-p/1128184#M918017</guid>
      <dc:creator />
      <dc:date>2016-05-16T00:03:09Z</dc:date>
    </item>
  </channel>
</rss>

