<?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 solution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/solution/m-p/342848#M126631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what about % change,i want to show change for all types for all month means value for any type for month jan&lt;/P&gt;&lt;P&gt;,minus value for same type for mon th feb i.e user select month i want to show differance of selected month value to &lt;/P&gt;&lt;P&gt;previous month value.is there any way to calculate this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 05:11:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-08T05:11:11Z</dc:date>
    <item>
      <title>solution</title>
      <link>https://community.qlik.com/t5/QlikView/solution/m-p/342845#M126628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have data like attached in excel,i have to show in qlikview chart below listed&amp;nbsp; types four as it is and other than that as other&amp;nbsp; sum of sales for each month &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="64"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; width: 48pt;" width="64"&gt;abc&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt;"&gt;cam&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt;"&gt;dec&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt;"&gt;yre&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Others&lt;/P&gt;&lt;P&gt;also i want to show % changes for each type for months wise sales,visit etc .&lt;/P&gt;&lt;P&gt;can i make a chart which show sum of visits for each month selected by seletion list as well as one month previous sum of visit in one single chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 18:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/solution/m-p/342845#M126628</guid>
      <dc:creator />
      <dc:date>2012-06-07T18:54:09Z</dc:date>
    </item>
    <item>
      <title>solution</title>
      <link>https://community.qlik.com/t5/QlikView/solution/m-p/342846#M126629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try use this script when you load your data:&lt;/P&gt;&lt;P&gt;LOAD type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visit, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; download, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((type='abc'),'abc', if((type='cam'),'cam', if((type='dec'),'dec', if((type='yre'),'yre','Others')))) as typegroup&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;filepath:data.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can using typegroup as a dimension in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 20:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/solution/m-p/342846#M126629</guid>
      <dc:creator />
      <dc:date>2012-06-07T20:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: solution</title>
      <link>https://community.qlik.com/t5/QlikView/solution/m-p/342847#M126630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example about how to do it with variables and dimension and expression.&lt;/P&gt;&lt;P&gt;However, be aware that this way may have an negative impact on performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://quickdevtips.blogspot.com/"&gt;http://quickdevtips.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 21:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/solution/m-p/342847#M126630</guid>
      <dc:creator />
      <dc:date>2012-06-07T21:58:43Z</dc:date>
    </item>
    <item>
      <title>solution</title>
      <link>https://community.qlik.com/t5/QlikView/solution/m-p/342848#M126631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what about % change,i want to show change for all types for all month means value for any type for month jan&lt;/P&gt;&lt;P&gt;,minus value for same type for mon th feb i.e user select month i want to show differance of selected month value to &lt;/P&gt;&lt;P&gt;previous month value.is there any way to calculate this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 05:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/solution/m-p/342848#M126631</guid>
      <dc:creator />
      <dc:date>2012-06-08T05:11:11Z</dc:date>
    </item>
  </channel>
</rss>

