<?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: Get dim values from a pivot table and exclude those values in another straight table dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070620#M525727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;take straight table.&lt;/P&gt;&lt;P&gt;Dim1: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cod Art&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dim2: Desc Art&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Exp:&amp;nbsp; sum({$&amp;lt;dat_doc={"&lt;STRONG style="color: #ff0000;"&gt;&amp;lt;&lt;/STRONG&gt;$(vStartDate) &lt;STRONG style="color: #ff0000;"&gt;&amp;gt;&lt;/STRONG&gt; $(vEndDate)"}&amp;gt;} &lt;SPAN style="font-size: 13.33px;"&gt;Tab_MOVSTK&lt;/SPAN&gt;.qty)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now, in the presentation tab, hide the expression column.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 11:57:00 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-01-13T11:57:00Z</dc:date>
    <item>
      <title>Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070615#M525722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;I've a problem.&lt;/P&gt;&lt;P&gt;I have a pivot table that shows the sold articles per shop in a specific period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1 : Shop&lt;/P&gt;&lt;P&gt;Dim2 : Cod Art&lt;/P&gt;&lt;P&gt;Expr1 : Sum(qta)&lt;/P&gt;&lt;P&gt;Expr2 : Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those dimensions are referred to a table with stock movements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to show in another table all the articles (cod Art) unsold in that specific period.&lt;/P&gt;&lt;P&gt;So all the Cod Art that comes out from the pivot table must be excluded from the whole set of Articles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To take those unsold articles i have to refer to the Articles tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I hope it's clear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any idea about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070615#M525722</guid>
      <dc:creator />
      <dc:date>2016-01-12T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070616#M525723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, you should use set analysis for this. try expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr1 : Sum(&lt;STRONG&gt;{1-$}&lt;/STRONG&gt; qta)&lt;/P&gt;&lt;P&gt;Expr2 : Sum(&lt;STRONG&gt;{1-$}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1-$}&lt;/STRONG&gt; - returns sales/qta for everything excluded by the current selection (possibly your Period dimensions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070616#M525723</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-12T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070617#M525724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;thirst of all thank you so much.&lt;/P&gt;&lt;P&gt;Good idea but i have to generate a second table only with articles that are not inclued in the set came out from the first table.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070617#M525724</guid>
      <dc:creator />
      <dc:date>2016-01-12T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070618#M525725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I can assume that, your first chart/table is showing data w.r.t &lt;STRONG&gt;current selection, &lt;/STRONG&gt;writing expression as I suggested above would give your desired output. If any doubt, try to upload a sample qvw and state your expected output there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070618#M525725</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-12T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070619#M525726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you again and I'm sorry if I'm late to reply to you.&lt;/P&gt;&lt;P&gt;I can't produce a qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to explain better my problem.&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;I have a pivot table that shows the sold articles per shop in a specific period.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(I have two vars to set the period)&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;My Pivot Table:&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;Dim1 : Shop&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dim2 : Cod Art&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expr1 : Sum(qta) &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expr2 : Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr1:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;dat_doc={"&amp;gt;=$(vStartDate) &amp;lt;= $(vEndDate)"}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;Tab_MOVSTK&lt;/SPAN&gt;.qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Those dimensions are referred to a table with stock movements (&lt;SPAN style="font-size: 13.3333px;"&gt;Tab_MOVSTK&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have the Article table (with cod.Art, desc. Art)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Supposing we have in Tab_Article these records:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;001 glass&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;002 dish&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;003 table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;004 window&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and my pivot table give to me this result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cod.Art&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shop1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200€&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shop1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15€&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shop2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60€&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I'd like to have another table like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cod Art&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Desc Art&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;003&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; Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;004&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; Window&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The unsold articles.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Giampiero&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 11:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070619#M525726</guid>
      <dc:creator />
      <dc:date>2016-01-13T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070620#M525727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;take straight table.&lt;/P&gt;&lt;P&gt;Dim1: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cod Art&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dim2: Desc Art&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Exp:&amp;nbsp; sum({$&amp;lt;dat_doc={"&lt;STRONG style="color: #ff0000;"&gt;&amp;lt;&lt;/STRONG&gt;$(vStartDate) &lt;STRONG style="color: #ff0000;"&gt;&amp;gt;&lt;/STRONG&gt; $(vEndDate)"}&amp;gt;} &lt;SPAN style="font-size: 13.33px;"&gt;Tab_MOVSTK&lt;/SPAN&gt;.qty)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now, in the presentation tab, hide the expression column.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 11:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070620#M525727</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-13T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get dim values from a pivot table and exclude those values in another straight table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070621#M525728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 13:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-dim-values-from-a-pivot-table-and-exclude-those-values-in/m-p/1070621#M525728</guid>
      <dc:creator />
      <dc:date>2016-01-13T13:16:18Z</dc:date>
    </item>
  </channel>
</rss>

