<?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: Chart function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455417#M793967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can use If..Else condition, But it's long process to achieve. Instead if you make 10 Rows and expected result that would give right way..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 11:38:18 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-12T11:38:18Z</dc:date>
    <item>
      <title>Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455409#M793959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all i have problem in chart calculation&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for 1st row of calculation i.e., for date 28/12/18 which is a dummy record joined with the fact table so for&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;each fund(a,b,c....) the 28/12/17 were added, for all funds with 28/12/17 as 1st row and calcualtion i need is (Qty/nv)*Rate and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from 2nd row and above (above of calulation field) /(1+Coresponding level field values)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ex:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty/Nv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Value(Calculation)&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;28/12/18 11.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;11.2*3=33.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (only for 1st row i.e., for date 28/12/18 calculation (Oty/nv)*Rate)&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;27/12/18 22.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33.6/(1+40)=0.81&amp;nbsp; from 2nd and above the calculation is (Above(Value)/(1+coresponding level)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;26/12/18 32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.81/(1+50)=0.66&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; continue as above..........&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;.....&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt; 'Value' field is an expected output&lt;/STRONG&gt;&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/Chart-function/m-p/1455409#M793959</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455410#M793960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better if you provide sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455410#M793960</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-12T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455411#M793961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the table is nt propor i thnk , i will repost it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ggg.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189875_ggg.png" style="height: 82px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455411#M793961</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-12T10:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455412#M793962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ggg.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189876_ggg.png" style="height: 82px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455412#M793962</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-12T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455413#M793963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide sample data? At least few rows in excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455413#M793963</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-12T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455414#M793964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here i attached the excel file of it,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455414#M793964</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-12T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455415#M793965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How long this rows got Break? What if you have 100 Rows with Different Rows? Can u explain relate the Live data as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455415#M793965</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-12T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455416#M793966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i cant tel the exact data its confidential ,i have fund field wchic conatind 120 funds in it ,each fund end with 28/12/17&lt;/P&gt;&lt;P&gt;so for each fund for date 28/12/18 calculation must be Price *star ,the date is arranged in ascending order&lt;/P&gt;&lt;P&gt;from 27/12/18 the calculation is&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 574px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="574"&gt;i.e.,previous value of Calculation part &lt;SPAN class="font5"&gt;divided by (1+coresponding level value )&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt; its quit triky i thnk,but hope u understoad my requiment now atlest&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455416#M793966</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-12T11:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455417#M793967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can use If..Else condition, But it's long process to achieve. Instead if you make 10 Rows and expected result that would give right way..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455417#M793967</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-12T11:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455418#M793968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;P&gt;ok i have attached excel with 10 records can u give me the solution,i want expression for chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455418#M793968</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-12T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455419#M793969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this you are expecting?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189915_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455419#M793969</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-12T13:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455420#M793970</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;&lt;/P&gt;&lt;P&gt;Test:LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Qty/Nv, level, Rate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28/12/18 , 11.2, , 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27/12/18 , 22.2, 40, 4&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load Date, [Qty/Nv], level,&lt;/P&gt;&lt;P&gt;Rate,RowNo() as Flag&lt;/P&gt;&lt;P&gt;Resident Test&lt;/P&gt;&lt;P&gt;order by Date desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load Date,level,[Qty/Nv],Rate, if(Flag=1, [Qty/Nv]* Rate,Previous(([Qty/Nv]* Rate))/(1+level)) as Calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident new;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table new;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 10:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455420#M793970</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-13T10:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455421#M793971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 08:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455421#M793971</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-14T08:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455422#M793972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i get the expression fr this?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;P&gt;and sorry for late reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 06:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455422#M793972</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-15T06:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455423#M793973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply bbut this is nt my exceptation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 06:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455423#M793973</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-15T06:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455424#M793974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can u please share ur expression please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 11:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455424#M793974</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-15T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455425#M793975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't tried this in my QVW? I've applied this in excel itself. But, I tried now. For me it is not working. But interesting to follow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - If possible, Try to make that calculation field in excel itself rather Qlik. Anyway, We would love to understand the scenario. Let's see if &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 12:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455425#M793975</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-15T12:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455426#M793976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190107_Capture.PNG" style="height: 304px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455426#M793976</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-15T13:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455427#M793977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha, Sunny i forget to sort Text for date field? That is the reason the values are not visible. Liked It !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455427#M793977</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-15T13:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart function</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455428#M793978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sorting of the chart will be a key here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-function/m-p/1455428#M793978</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-15T13:46:49Z</dc:date>
    </item>
  </channel>
</rss>

