<?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: Question - Field &amp; Value Filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850573#M1014309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 19:07:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-16T19:07:22Z</dc:date>
    <item>
      <title>Question - Field &amp; Value Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850571#M1014307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am rather new to the Qlik application, I am currently evaluating the application for my organization and I am very impressed with the functionality and how it works in general. I do have a question... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am connecting directly to my ERP server (SQL Server) and I have a field in the Invoice Table called "FISYR" now I am able to filter the original loading of data to 2014 and greater using a WHERE statement. However what I am looking to do is create a new Dimension that I can filter just sales for 2014 and then create a second filter for 2015... now this could be a year over year or a period over period &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestions and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that I can show something like the image below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-04-16 at 1.58.23 PM.png" class="jive-image image-1" src="/legacyfs/online/83896_Screen Shot 2015-04-16 at 1.58.23 PM.png" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850571#M1014307</guid>
      <dc:creator />
      <dc:date>2015-04-16T18:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question - Field &amp; Value Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850572#M1014308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at alternate states&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850572#M1014308</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-04-16T18:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question - Field &amp; Value Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850573#M1014309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 19:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850573#M1014309</guid>
      <dc:creator />
      <dc:date>2015-04-16T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question - Field &amp; Value Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850574#M1014310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks rather like a necessity to have a like-for-like comparison and here it's better to use a power of set analysis in order to be able to compare &lt;SPAN style="font-size: 13.3333330154419px;"&gt;the same set of filters in &lt;/SPAN&gt;different time periods. E.g. if you want to compare sales in certain regions in the year of 2015 with the same period of the year 2015 you need to select regions and create two expressions with set analysis like follows (just for demo):&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={2014},Month={1,2,3,4,5,6}&amp;gt;} SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Year={2015}&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,Month={1,2,3,4,5,6}&lt;/SPAN&gt;&amp;gt;} SalesAmount)&lt;/SPAN&gt;&lt;/P&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;This is far better of alt. states since it does not require to duplicate selection over all alt. states.&lt;/SPAN&gt;&lt;/P&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;Best regrads,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Maxim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 04:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850574#M1014310</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2015-07-14T04:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question - Field &amp; Value Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850575#M1014311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much, I just put this formula in to the system and it worked great. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 13:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-Field-Value-Filtering/m-p/850575#M1014311</guid>
      <dc:creator />
      <dc:date>2015-07-14T13:20:37Z</dc:date>
    </item>
  </channel>
</rss>

