<?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 issue for table chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504071#M103714</link>
    <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; charge,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; city,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Year(date) as fiscal_year&lt;/P&gt;
&lt;P&gt;From [source ta&lt;SPAN&gt;ble];&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Feb 2025 18:30:35 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2025-02-01T18:30:35Z</dc:date>
    <item>
      <title>Filter issue for table chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504012#M103709</link>
      <description>&lt;P&gt;Hi, there, I met an interesting issue when creating a simple Qlik Sense app. I added a table into the app and made it display all rows. Here is the load script.&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;date,&lt;BR /&gt;charge,&lt;BR /&gt;city,&lt;BR /&gt;Date(datetime,'yyyy') as fiscal_year&lt;BR /&gt;From [source table];&lt;/P&gt;
&lt;P&gt;The loaded data is something like this:&lt;/P&gt;
&lt;P&gt;date,charge,city,fiscal_year&lt;BR /&gt;2/6/2023,$100,New York,2023&lt;BR /&gt;9/15/2023,$110,LA,2023&lt;BR /&gt;3/23/2024,$101,LA,2024&lt;BR /&gt;8/9/2024,$100,Chicago,2024&lt;BR /&gt;1/12/2025,$99,New York,2025&lt;/P&gt;
&lt;P&gt;All data were displayed well. When I clicked 'New York', all rows associated with 'New York' (row #1 and #5) were high-lighted. The same thing happened if I selected a charge (such as $100). However, when I selected 2023 (fiscal_year), only the first row was high-lighted. Another 2023 row (row #2) was not. It looks like the fiscal_year field displays year, but it somehow still uses date field as its value. How to fix it?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 19:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504012#M103709</guid>
      <dc:creator>Bo_PT</dc:creator>
      <dc:date>2025-01-31T19:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue for table chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504040#M103710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date(datetime,'yyyy') is not converting datetime into a year. It is only showing datetime with the 'year' format. So when you select one, you select the date which is behind ; not the year.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You should better use :&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Year(datetime) as fiscal_year&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 22:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504040#M103710</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2025-01-31T22:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue for table chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504071#M103714</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; charge,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; city,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Year(date) as fiscal_year&lt;/P&gt;
&lt;P&gt;From [source ta&lt;SPAN&gt;ble];&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 18:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504071#M103714</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-02-01T18:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue for table chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504177#M103728</link>
      <description>&lt;P&gt;Thanks you both. It works.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 13:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-for-table-chart/m-p/2504177#M103728</guid>
      <dc:creator>Bo_PT</dc:creator>
      <dc:date>2025-02-03T13:05:35Z</dc:date>
    </item>
  </channel>
</rss>

