<?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: Dynamic columns based on calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203993#M874408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varsha:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is supposed to come in proper month format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 09:44:48 GMT</pubDate>
    <dc:creator>ahammadshafi</dc:creator>
    <dc:date>2016-11-02T09:44:48Z</dc:date>
    <item>
      <title>Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203983#M874397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the requirement from my client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They want to update a report monthly where the columns of a table will be generated and named dynamically based on a calculation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the sales table they will have the following columns&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample Data.PNG" class="jive-image image-1" src="/legacyfs/online/142654_Sample Data.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report will show the following&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Requirement.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/142655_Requirement.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the report&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. The first column will show the products which has some changes in sales against "Sales Today".&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. Only those months will be shown where there is changes in sales&lt;/P&gt;&lt;P&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; Here, for Product "A" there is change (1 unit) against 3rd previous month.&lt;/P&gt;&lt;P&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; for Product "B" there are changes in sales against 1st and 3rd month.&lt;/P&gt;&lt;P&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; for Product "C" there are changes in sales against 1st and 3rd month.&lt;/P&gt;&lt;P&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; But there is no changes in sales against 2nd month - as a result the report didn't show anything like "Change against 2nd&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; month"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seeking your opinions to achieve this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample data is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&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/Dynamic-columns-based-on-calculation/m-p/1203983#M874397</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203984#M874398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension :- Product&lt;/P&gt;&lt;P&gt;Expression1:Change against 1st month:- [Sales last month]-[Sales Today]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Expression2:Change against 3rd month:- [Sales Today]-[Sales 3 months back]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;From above you will get following reselt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#e1e1e1"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Product&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Change against 1st month&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Change against 3rd month&lt;/SPAN&gt; &lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;A&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;0&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;B&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;2&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;3 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;C&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;-1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 04:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203984#M874398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-02T04:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203985#M874399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey I am correcting my above expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimension :- Product&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression1:Change against 1st month:- [Sales Today]-[Sales last month]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Expression2:Change against 3rd month:- [Sales Today]-[Sales 3 months back]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;From above you will get following result&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#e1e1e1"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Product&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Change against 1st month&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Change against 3rd month&lt;/SPAN&gt; &lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;A&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;0&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;B&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;-2&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;3 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;C&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 04:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203985#M874399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-02T04:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203986#M874400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Till Report, i am happy. After that, i am not sure i understand your rek. Would you share the epected result to show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 04:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203986#M874400</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-02T04:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203987#M874401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conditional Hide/Show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203987#M874401</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-02T05:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203988#M874402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chart Straight table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim - Product, today Sales&lt;/P&gt;&lt;P&gt;Expression - 1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales last month]-[Sales Today]&lt;/P&gt;&lt;P&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; 2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales 2 months back]-[Sales Today]&lt;/P&gt;&lt;P&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; 3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales 3 months back]-[Sales Today]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRESENTATION - &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conditional show/hide --- for exp 2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(total([Sales 2 months back]-[Sales Today]))=0,0,1)&lt;/P&gt;&lt;P&gt;and so on for others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203988#M874402</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-02T05:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203989#M874403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh! It is current - last month&lt;/P&gt;&lt;P&gt;So just make the change in the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like: &lt;/P&gt;&lt;P&gt;[Sales Today]-[Sales last month]&lt;/P&gt;&lt;P&gt;[Sales Today]-[Sales 2 months back]&lt;/P&gt;&lt;P&gt;[Sales Today]-[Sales 3 months back]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRESENTATION - &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conditional show/hide --- for exp 2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(total([Sales Today]-[Sales 2 months back]))=0,0,1)&lt;/P&gt;&lt;P&gt;and so on for others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203989#M874403</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-02T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203990#M874404</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;Many thanks for your replies. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that I missed one point - it is not fixed that client will want to show the difference only for 3 months. The number of months could vary; like it can be 4 months or 5 months or 2 months. It will depend on the input data they will provide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Anil:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me rephrase the requirement in words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In input data the the client will share today's sales and sales of few previous months (the number of months can vary - like it can have 1 month or 2 months or 3 months.... or 9 months). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the report we have to show the difference in sales with previous months. No columns will be shown if there is no difference with a month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the given example there are sales of previous 3 months, but tomorrow they can share input data with only 2 previous months. &lt;/SPAN&gt;So, tomorrow the number of columns in the table should decrease.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203990#M874404</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-11-02T06:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203991#M874405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varsha:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that I missed one requirement. The number of expression will vary based on the number of months given in input data. In next refresh the client may give 4 previous months data or 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203991#M874405</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-11-02T06:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203992#M874406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how you get this data from your client ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like in excel i.e this month, last month , last 2 month&lt;/P&gt;&lt;P&gt;or in proper months like 112016, 102016 etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 07:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203992#M874406</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-02T07:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203993#M874408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varsha:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is supposed to come in proper month format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203993#M874408</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-11-02T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203994#M874410</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;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142672_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 11:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203994#M874410</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-11-02T11:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic columns based on calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203995#M874412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Varsha. &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;I have got the idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for your kind support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 10:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-columns-based-on-calculation/m-p/1203995#M874412</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-11-03T10:16:58Z</dc:date>
    </item>
  </channel>
</rss>

