<?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: Lock pivot table dimension column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426226#M158791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Michael. i was having some trouble finding the right function to use with the set analysis. I appreciate the help though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2012 12:07:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-21T12:07:29Z</dc:date>
    <item>
      <title>Lock pivot table dimension column</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426224#M158789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table in QV11 with one dimension (date), which is across the top, and about 30 expressions. i would like to keep the first column showing the last day of the previous year, and possibly a few others for month-ends. i would also like to have another column that will change with a date selection. anybody know the best way to pull this off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/31/2011(fixed)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/19/2012 (changes with selection)&lt;/P&gt;&lt;P&gt;exp1&lt;/P&gt;&lt;P&gt;exp2&lt;/P&gt;&lt;P&gt;exp3&lt;/P&gt;&lt;P&gt;exp4&lt;/P&gt;&lt;P&gt;exp5&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i should also add that the date is loaded from a table and the expressions are made up of set analysis on info from a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 12:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426224#M158789</guid>
      <dc:creator />
      <dc:date>2012-09-20T12:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lock pivot table dimension column</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426225#M158790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it can be done by using calculated dimension for Date using set analysis, so that it will show selected Dates plus some "hard-coded" in the set expression.&lt;/P&gt;&lt;P&gt;See help on set analysis, there are examples how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426225#M158790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-20T20:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lock pivot table dimension column</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426226#M158791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Michael. i was having some trouble finding the right function to use with the set analysis. I appreciate the help though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 12:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426226#M158791</guid>
      <dc:creator />
      <dc:date>2012-09-21T12:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lock pivot table dimension column</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426227#M158792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This solution works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Calculated expression for Date:&lt;BR /&gt;=aggr(only(&lt;STRONG&gt;{&amp;lt;Date+={'12/31/2011'}&amp;gt;}&lt;/STRONG&gt; Date),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: Condition in chart expression to ignore Date selection (in each expression if there are many):&lt;BR /&gt;=sum(&lt;STRONG&gt;{Date=}&lt;/STRONG&gt; field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 12:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426227#M158792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-21T12:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Lock pivot table dimension column</title>
      <link>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426228#M158793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 13:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lock-pivot-table-dimension-column/m-p/426228#M158793</guid>
      <dc:creator />
      <dc:date>2012-09-21T13:51:15Z</dc:date>
    </item>
  </channel>
</rss>

