<?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: How do I create a trend chart ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595127#M1097051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nuthan Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlikview version 11.20.12235.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like getSelectedValue function is not supported. Am I making any mistake?&lt;IMG alt="vmonth.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57578_vmonth.PNG.png" style="width: 620px; height: 441px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2014 01:43:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-19T01:43:36Z</dc:date>
    <item>
      <title>How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595118#M1097037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57560" alt="trends.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57560_trends.PNG.png" style="width: 620px; height: 382px;" /&gt;&lt;/P&gt;&lt;P&gt;I am trying to analyze the trends. My client launched a new products where each user accumulate points every month&amp;nbsp; when they participate in some activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When they launch the product in Mid July 2013,. they had 103 Members and gradually the membership increased every month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to analyze the first 103&amp;nbsp; members point accumulating trends on monthly basis. how do I create a chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the chart as follows but looks like I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 1,&lt;/P&gt;&lt;P&gt;Dimension :MONTH_CD&lt;/P&gt;&lt;P&gt;Expression :COUNT(USER_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 2:&lt;/P&gt;&lt;P&gt;Dimension :MONTH_CD&lt;/P&gt;&lt;P&gt;Expression :SUM(SCORE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Month 201307, then I am unable to see 201308,201309 etc for the users who participated in 201307. How do I analyze the trend for selective users?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595118#M1097037</guid>
      <dc:creator />
      <dc:date>2014-04-18T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595119#M1097038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a cyclic group with Month and UserId&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595119#M1097038</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-18T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595120#M1097039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you actually want to select the users active on the month which you are selecting, you would need something like a 'Select possible values' on the user field. You can either do this by using the context menu on the list box, or use set analysis with implicite field value definitions, i.e. the p() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;USER_ID = p(), MONTH_CD= &amp;gt;}SCORE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595120#M1097039</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-04-18T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595121#M1097040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use probable function in set analysis.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;= sum({&amp;lt;USER_ID = p({&amp;lt;MONTH_CD={201307}&amp;gt;})&amp;gt;}SCORE)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595121#M1097040</guid>
      <dc:creator />
      <dc:date>2014-04-18T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595122#M1097041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MONTH_CD is user selectable. If I use this statement in expression directly it is qv shows as error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595122#M1097041</guid>
      <dc:creator />
      <dc:date>2014-04-18T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595123#M1097042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kumar&lt;/P&gt;&lt;P&gt;Now you have hard coded MONTH_CD=201307 how do i make this user selectable from list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also some user who participate in 201307 may not participate in 201308 or other months. So is their any way I can show the count for the users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595123#M1097042</guid>
      <dc:creator />
      <dc:date>2014-04-18T15:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595124#M1097044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dimension Edit Group-&amp;gt; New Group -&amp;gt; Added USER_ID and&amp;nbsp; MONTH_CD&lt;/P&gt;&lt;P&gt;Then added the New Group to Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click the cyclic icon entire users are populated. making it difficult to analyze.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595124#M1097044</guid>
      <dc:creator />
      <dc:date>2014-04-18T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595125#M1097047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;MONTH_CD is user selectable. If I use this statement in expression directly it is qv shows as error.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Does it just show the red underlines, but saying 'Expression ok'? Could just be the known bug in the syntax checker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595125#M1097047</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-04-18T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595126#M1097049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use a variable instead of hard coding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMonth=getSelectedValue(MONTH_CD)&lt;/P&gt;&lt;P&gt;then selected value in list box reflected here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for count of users, a set analysis equation is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;= Count({&amp;lt;USER_ID = p({&amp;lt;MONTH_CD={201307}&amp;gt;})&amp;gt;}USER_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595126#M1097049</guid>
      <dc:creator />
      <dc:date>2014-04-18T15:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595127#M1097051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nuthan Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlikview version 11.20.12235.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like getSelectedValue function is not supported. Am I making any mistake?&lt;IMG alt="vmonth.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57578_vmonth.PNG.png" style="width: 620px; height: 441px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 01:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595127#M1097051</guid>
      <dc:creator />
      <dc:date>2014-04-19T01:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595128#M1097052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I think your suggestion is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added sample application and data files in my original thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 02:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595128#M1097052</guid>
      <dc:creator />
      <dc:date>2014-04-19T02:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595129#M1097053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor281"&gt;&lt;/A&gt;&lt;A name="getfieldselections"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;instead you can use:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;getfieldselections&lt;/STRONG&gt; (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string with the current selections in a field. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;ValueSep&lt;/SPAN&gt; is the separator to be put between field values. The default is ', '. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; is the maximum number of field values to be individually listed. When a larger number of values is selected the format 'x of y values' will be used instead. The default is 6. &lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year ) &lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year, '; ' ) &lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year, '; ' , 10 ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 03:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595129#M1097053</guid>
      <dc:creator />
      <dc:date>2014-04-19T03:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a trend chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595130#M1097054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar&lt;/P&gt;&lt;P&gt;This does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression as follows&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;USER_ID = p({&amp;lt;MONTH_CD={$(vMonth)}&amp;gt;})&amp;gt;}SCORE)&lt;/P&gt;&lt;P&gt;My Variable&lt;/P&gt;&lt;P&gt;vMonth==GetFieldSelections(MONTH_CD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded my original files in main thread. If you find time May I request you to look into the files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 04:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-trend-chart/m-p/595130#M1097054</guid>
      <dc:creator />
      <dc:date>2014-04-19T04:22:23Z</dc:date>
    </item>
  </channel>
</rss>

