<?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: How to filter the data table using Filter pane value in Qlik Sense desktop? in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494876#M1266</link>
    <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, Invoice does not present in our table using&amp;nbsp;Date_of_Last_Invoice . I need to filter the Date_of_Last_Invoice using a 'greater than or equal to' condition based on the values selected by the user from the filter pane. Also, the filter pane contains&amp;nbsp;Date_of_Last_Invoice values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now expression gets resolved but invalid dimension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732706704952.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174908iC4CB249EA61E9F2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732706704952.png" alt="Tamizharasan1_0-1732706704952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_1-1732706783211.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174909iD9D164802024AF1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_1-1732706783211.png" alt="Tamizharasan1_1-1732706783211.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is my query logic&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732701748063.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174907i4446940282FAAF74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732701748063.png" alt="Tamizharasan1_0-1732701748063.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 11:26:30 GMT</pubDate>
    <dc:creator>Tamizharasan1</dc:creator>
    <dc:date>2024-11-27T11:26:30Z</dc:date>
    <item>
      <title>How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494593#M1247</link>
      <description>&lt;P&gt;&lt;BR /&gt;I have a data table, so I need to filter the data using a 'greater than or equal to' condition based on the values selected by the user from the filter pane.&lt;/P&gt;
&lt;P&gt;Tried the above expression&lt;BR /&gt;Sum({&amp;lt;[Date_of_Last_Invoice]= {"&amp;lt;=$(=Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD'))"}&amp;gt;}Invoice)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But shows like Error in expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Desktop" id="qlikSenseDesktop"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50308"&gt;@devarasu07&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494593#M1247</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-26T09:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494630#M1251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you share the error message?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Sense stores dates as numeric fields, so check that&amp;nbsp;&lt;SPAN&gt;[Date_of_Last_Invoice] is stored as date field. Be sure that all data types involved in the expression are consistent.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can use temporary text boxes to verify the results of&amp;nbsp;Min([Date_of_Last_Invoice] and of&amp;nbsp;Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD').&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494630#M1251</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2024-11-26T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494654#M1254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your Support.&lt;/P&gt;
&lt;P&gt;Verified the results, and it showing as expected, like&amp;nbsp;Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD').&lt;/P&gt;
&lt;P&gt;But when I try to use this line &lt;BR /&gt;"Sum({&amp;lt;[Date_of_Last_Invoice]= {"&amp;lt;=$(=Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD'))"}&amp;gt;}Invoice)"&lt;/P&gt;
&lt;P&gt;showing error.&lt;/P&gt;
&lt;P&gt;Please find the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 12:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494654#M1254</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-26T12:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494671#M1255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try Sum({&amp;lt;[Date_of_Last_Invoice]={"&amp;gt;=$(=Min([Date_of_Last_Invoice]))"}&amp;gt;} Invoice).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This&amp;nbsp;&lt;SPAN&gt;Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD') is returning a string but the comparsion is with the numeric value&amp;nbsp;[Date_of_Last_Invoice] I suppose.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ruggero&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 13:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494671#M1255</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2024-11-26T13:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494674#M1256</link>
      <description>&lt;P&gt;I tried the&amp;nbsp;&lt;SPAN&gt;Sum({&amp;lt;[Date_of_Last_Invoice]={"&amp;gt;=$(=Min([Date_of_Last_Invoice]))"}&amp;gt;} Invoice), but it is still showing an error in expression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please find the attachment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 13:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494674#M1256</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-26T13:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494819#M1258</link>
      <description>&lt;P&gt;Hi Tamizh,&lt;/P&gt;
&lt;P&gt;Try below expression.&amp;nbsp;use ' instead of ". It's worked for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Date_of_Last_Invoice]= {'&amp;lt;=$(=Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD'))'}&amp;gt;}Invoice)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chaithra&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494819#M1258</guid>
      <dc:creator>Ciya</dc:creator>
      <dc:date>2024-11-27T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494824#M1259</link>
      <description>&lt;P&gt;Hi Chaithra,&lt;/P&gt;
&lt;P&gt;Thanks for your support.&lt;/P&gt;
&lt;P&gt;I have tried but it still showing an error in expression and Column invalid dimension.&amp;nbsp;&lt;SPAN&gt;Apart from anything else, I need to modify?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please find the attachment.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 07:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494824#M1259</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-27T07:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494831#M1260</link>
      <description>&lt;P&gt;In the attached image it looks like it does not know your measure field "Invoice". Is it maybe in lower case or did you rename it?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 07:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494831#M1260</guid>
      <dc:creator>Eva_L</dc:creator>
      <dc:date>2024-11-27T07:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494833#M1261</link>
      <description>&lt;P&gt;Thanks for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using different options, as shown in the attachment (Invalid Dimension). Since I am using 'Invoice' as the alias name for the expression, how should I choose the name?&lt;/P&gt;
&lt;P&gt;Could you help me on this?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494833#M1261</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-27T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494840#M1262</link>
      <description>&lt;P&gt;I have tried below expression in my report,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Order Date]= {'&amp;lt;=$(=(Min([Order Date])))'}&amp;gt;}COGS)&lt;/P&gt;
&lt;P&gt;where,&lt;/P&gt;
&lt;P&gt;Measure =&amp;nbsp;COGS&lt;/P&gt;
&lt;P&gt;Dimension =&amp;nbsp;[Order Date]&lt;/P&gt;
&lt;P&gt;There are fields should highlight in red. I think in your screenshot Invoice is in Black color. Please check once.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ciya_0-1732695786631.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174896i17DE4E0A7C462EC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ciya_0-1732695786631.png" alt="Ciya_0-1732695786631.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Replace your metrics.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494840#M1262</guid>
      <dc:creator>Ciya</dc:creator>
      <dc:date>2024-11-27T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494847#M1263</link>
      <description>&lt;P&gt;If you want to combine the two you would only get values for the min Invoice date as one is set to to &amp;lt;= min date and the other to &amp;gt;= min date.&lt;/P&gt;
&lt;P&gt;You could still use your master measure if your qlik sense version is high enough&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&amp;lt;[Date_of_Last_Invoice]= {"&amp;lt;=$(=Date(Min([Date_of_Last_Invoice]),'YYYY-MM-DD'))"}&amp;gt;} [Invoice]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp;[Invoice] should link to the master measure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However; you could just use your variable value again from your original formula if you don't want the intersection of the two (aka just the min invoice date)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494847#M1263</guid>
      <dc:creator>Eva_L</dc:creator>
      <dc:date>2024-11-27T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494850#M1264</link>
      <description>&lt;P&gt;Thanks for your support.&lt;/P&gt;
&lt;P&gt;Could you please clarify how to create a measure? I am using a data table with columns containing dimension values from the SELECT query, but I am unsure how to use the measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732696862080.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174900iD3426AF932E70FCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732696862080.png" alt="Tamizharasan1_0-1732696862080.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494850#M1264</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-27T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494858#M1265</link>
      <description>&lt;P&gt;Which data you want to filter in this table using&amp;nbsp;&lt;SPAN&gt;[Date_of_Last_Invoice] field?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Based on the expression you provided "Invoice" field should filter&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;but this field is not present in your table. To filter the "Invoice" data using the [Date_of_Last_Invoice] field, you either need to have an "Invoice" column in the table or derive it using your business logic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 09:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494858#M1265</guid>
      <dc:creator>Ciya</dc:creator>
      <dc:date>2024-11-27T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494876#M1266</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, Invoice does not present in our table using&amp;nbsp;Date_of_Last_Invoice . I need to filter the Date_of_Last_Invoice using a 'greater than or equal to' condition based on the values selected by the user from the filter pane. Also, the filter pane contains&amp;nbsp;Date_of_Last_Invoice values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now expression gets resolved but invalid dimension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732706704952.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174908iC4CB249EA61E9F2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732706704952.png" alt="Tamizharasan1_0-1732706704952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_1-1732706783211.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174909iD9D164802024AF1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_1-1732706783211.png" alt="Tamizharasan1_1-1732706783211.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is my query logic&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732701748063.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174907i4446940282FAAF74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732701748063.png" alt="Tamizharasan1_0-1732701748063.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 11:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494876#M1266</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-27T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data table using Filter pane value in Qlik Sense desktop?</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494952#M1267</link>
      <description>&lt;P&gt;Thanks for your support.&lt;BR /&gt;Don't have the "Invoice" field but I need to filter the "Date_of_last_Invoice" from the filter pane and filter the&amp;nbsp; "Date_of_last_invoice" in datatable with condition greater than or equal to.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_0-1732728668990.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174920i16BA0ADB0F0F7D34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_0-1732728668990.png" alt="Tamizharasan1_0-1732728668990.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_1-1732728718127.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174921iB92B6F2D08DD527D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_1-1732728718127.png" alt="Tamizharasan1_1-1732728718127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_2-1732728786681.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174922iE2FEC634E655038D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_2-1732728786681.png" alt="Tamizharasan1_2-1732728786681.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tamizharasan1_3-1732728826625.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174923i7F4F7C95204F17DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tamizharasan1_3-1732728826625.png" alt="Tamizharasan1_3-1732728826625.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 17:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-the-data-table-using-Filter-pane-value-in-Qlik/m-p/2494952#M1267</guid>
      <dc:creator>Tamizharasan1</dc:creator>
      <dc:date>2024-11-27T17:34:06Z</dc:date>
    </item>
  </channel>
</rss>

