<?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: Getting My Head Around Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472366#M1163384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I got your request properly, but maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an OnActivateSheet trigger for your sheet (Sheet properties -&amp;gt; Triggers), with an Selection - Select in field action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set your field you want to filter (I assume Year) in the Field entry box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as search expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2012&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever you enter this sheet, 2012 is selected in your data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2012 11:21:25 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-11-28T11:21:25Z</dc:date>
    <item>
      <title>Getting My Head Around Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472365#M1163383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK so I've jsut discovered Qlikview, I'm a grizzled Excel user, but need serious help with syntax etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I can create a basic dashboard with List Boxes etc.&amp;nbsp; What if I loaded a table of the last 2 years sales data, and I want to only show 2012, based on the year col.&amp;nbsp; I dont however want to show this col in the table.&amp;nbsp; I think I need to build in an expression to only show year matching 2012, but havent a clue where to put it?&amp;nbsp; Do I do it when loading the data, even though I only want to apply this to a sheet I'm looking at?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lost.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 10:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472365#M1163383</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2012-11-28T10:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting My Head Around Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472366#M1163384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I got your request properly, but maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an OnActivateSheet trigger for your sheet (Sheet properties -&amp;gt; Triggers), with an Selection - Select in field action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set your field you want to filter (I assume Year) in the Field entry box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as search expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2012&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever you enter this sheet, 2012 is selected in your data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 11:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472366#M1163384</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-28T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting My Head Around Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472367#M1163385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you would like a specific table or chart to only show values for one year (or one month, or any other selection), you can use Set Analysis. You would normally put these in your Expressions, e.g.&lt;/P&gt;&lt;P&gt;Dimension: Month, Item Type&lt;/P&gt;&lt;P&gt;Expression: Sum({$&amp;lt;Year={2012}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression in multiple charts, of course, and you don't have to make any selections for that chart to show 2012 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For writing out Set Analysis syntax, I recommend &lt;A class="loading" href="http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/" title="http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/"&gt;http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/&lt;/A&gt; - a handy wizard for generating set analysis statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 11:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472367#M1163385</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2012-11-28T11:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting My Head Around Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472368#M1163386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´d would also like to suggest the set wizard in above link. Also have a look the paper found in this tread&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/thread/59055"&gt;http://community.qlik.com/thread/59055&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-My-Head-Around-Qlikview/m-p/472368#M1163386</guid>
      <dc:creator />
      <dc:date>2012-11-28T11:53:30Z</dc:date>
    </item>
  </channel>
</rss>

