<?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: FIlter data in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218457#M71573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using qlkview personal edition.so, i'm unable to open your&amp;nbsp; qvw doc.&lt;/P&gt;&lt;P&gt;could you&amp;nbsp; plz make ur docs to be opened in qllikview personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 07:31:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-05T07:31:19Z</dc:date>
    <item>
      <title>FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218452#M71568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Straight Table chart which shows injury data. It is used in a report showing injury data from several years. I need to restrict the Straight Table to show only the most recent Fiscal Year of data. I have a field [FiscalYear] which has the data "2008/2009", "2007/2008", "2006/2007", and so on. The user can select the years they want to show in the report and I need the Straight Table to only show the most recent year selected. I searched the fourms and just can't find anything that helped make this work.&lt;/P&gt;&lt;P&gt;I have tried using the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a calculated dimension: =maxstring(FiscalYear)&lt;/LI&gt;&lt;LI&gt;a calculated dimension: =if(FiscalYear=maxstring(FiscalYear), FiscalYear, null())&lt;/LI&gt;&lt;LI&gt;a dimension: =maxstring(FiscalYear)&lt;/LI&gt;&lt;LI&gt;a dimension: =if(FiscalYear=maxstring(FiscalYear), FiscalYear, null())&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;None of these work. I just get all the data from all the Fiscal Years. I have no idea how to do this but know it can be done as I was provided some conde to use as an expression in limiting data in my pie graphs to the most recent FiscalYear selected.&lt;/P&gt;&lt;P&gt;One example of the expression which is working is: count({&amp;lt;FiscalYear={'$(maxstring(FiscalYear))'}&amp;gt;} ClaimCause)&lt;/P&gt;&lt;P&gt;Thanks for any help or advice that you can provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 20:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218452#M71568</guid>
      <dc:creator />
      <dc:date>2010-07-08T20:18:01Z</dc:date>
    </item>
    <item>
      <title>FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218453#M71569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=if(FiscalYear=$(=maxstring(FiscalYear)),FiscalYear)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 20:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218453#M71569</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-07-08T20:42:17Z</dc:date>
    </item>
    <item>
      <title>FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218454#M71570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that as both a dimension and as an expression and neither worked. I just got a null value in the new column for all rows and no filtering to the max string value. I clicked "supress when value is Null" and all the rows of data disappeared. When I added a "1" to the expression for a non-match and all the rows returned with a "1" in that column.&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;P&gt;Thanks for helping again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 20:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218454#M71570</guid>
      <dc:creator />
      <dc:date>2010-07-08T20:58:54Z</dc:date>
    </item>
    <item>
      <title>FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218455#M71571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax error. I was missing single quotes around the string value:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=if(FiscalYear='$(=maxstring(FiscalYear))',FiscalYear)&lt;/P&gt;&lt;P&gt;See attached working example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 21:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218455#M71571</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-07-08T21:23:02Z</dc:date>
    </item>
    <item>
      <title>FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218456#M71572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. Again, your coding works great. Thanks again. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 21:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218456#M71572</guid>
      <dc:creator />
      <dc:date>2010-07-08T21:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: FIlter data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218457#M71573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using qlkview personal edition.so, i'm unable to open your&amp;nbsp; qvw doc.&lt;/P&gt;&lt;P&gt;could you&amp;nbsp; plz make ur docs to be opened in qllikview personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 07:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIlter-data-in-Straight-Table/m-p/218457#M71573</guid>
      <dc:creator />
      <dc:date>2013-02-05T07:31:19Z</dc:date>
    </item>
  </channel>
</rss>

