<?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 Filter Pivot Table without user making a Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172389#M41952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what the posted formula should be doing - with NO selections:&lt;/P&gt;&lt;P&gt;The first is a simple Straight Table with 'Name' as the dimension - all 'Name' values are returned as lon gas they have a sale against them.&lt;/P&gt;&lt;P&gt;In the second I've added a Caluculated Dimension =if(left(name,1)='P',Name) - no selections are made at any point.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6661.Tables.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6661.Tables.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Calululated Dimension expression can also work across more than one dimension so you could use:&lt;/P&gt;&lt;P&gt;=if(count(Stock_Level)&amp;gt;10,Item) or perhaps more in your case: if(Name='B' or Name='M',Item)&lt;/P&gt;&lt;P&gt;If that's not the solution then I'm missing what you're after I'm affraid.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 17:44:01 GMT</pubDate>
    <dc:creator>matt_crowther</dc:creator>
    <dc:date>2011-03-21T17:44:01Z</dc:date>
    <item>
      <title>Filter Pivot Table without user making a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172386#M41949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to create either a table or pivot table for checking stock conditions of manufactured "M" or bought out parts "B"&lt;/P&gt;&lt;P&gt;Is there a way to filter the table permanently so that it always only displays "B" items or "M" items regardless of any other selections made in the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 16:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172386#M41949</guid>
      <dc:creator />
      <dc:date>2011-03-21T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Filter Pivot Table without user making a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172387#M41950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a 'Calculated Dimension' under the dimensions tab of the Straight Table along the lines of the following:&lt;/P&gt;&lt;P&gt;=if(Item_Name='B' or Item_Name='M',Item_Name)&lt;/P&gt;&lt;P&gt;Then check the 'Supress Where Value is Null' check box.&lt;/P&gt;&lt;P&gt;That method works for me.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172387#M41950</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-21T17:27:00Z</dc:date>
    </item>
    <item>
      <title>Filter Pivot Table without user making a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172388#M41951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi not quite what I need I don't believe, can I get it to show only the 'B' items for example without any selections being made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172388#M41951</guid>
      <dc:creator />
      <dc:date>2011-03-21T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Filter Pivot Table without user making a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172389#M41952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what the posted formula should be doing - with NO selections:&lt;/P&gt;&lt;P&gt;The first is a simple Straight Table with 'Name' as the dimension - all 'Name' values are returned as lon gas they have a sale against them.&lt;/P&gt;&lt;P&gt;In the second I've added a Caluculated Dimension =if(left(name,1)='P',Name) - no selections are made at any point.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6661.Tables.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6661.Tables.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Calululated Dimension expression can also work across more than one dimension so you could use:&lt;/P&gt;&lt;P&gt;=if(count(Stock_Level)&amp;gt;10,Item) or perhaps more in your case: if(Name='B' or Name='M',Item)&lt;/P&gt;&lt;P&gt;If that's not the solution then I'm missing what you're after I'm affraid.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172389#M41952</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-21T17:44:01Z</dc:date>
    </item>
    <item>
      <title>Filter Pivot Table without user making a Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172390#M41953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt&lt;/P&gt;&lt;P&gt;That's brilliant thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 11:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Pivot-Table-without-user-making-a-Selection/m-p/172390#M41953</guid>
      <dc:creator />
      <dc:date>2011-03-22T11:13:35Z</dc:date>
    </item>
  </channel>
</rss>

