<?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: Evaluate Value filter not working in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847156#M33816</link>
    <description>&lt;P&gt;So that will not work.&lt;/P&gt;&lt;P&gt;As your FiscalYear in QlikView is having a&lt;STRONG&gt; Dual type&lt;/STRONG&gt; data and your &lt;STRONG&gt;[Current Shipment Season]&lt;/STRONG&gt; is a &lt;STRONG&gt;Text&lt;/STRONG&gt; when its loaded to QlikView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;NPrinting is expecting numerical component of the value which with your current SQL statement is not getting as it just gets concatenated text string.&lt;/P&gt;&lt;P&gt;Those 2 values on surface look the same, but are not the same.&lt;/P&gt;&lt;P&gt;More about Dual() here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that most of "date" functions are returning Dual type, example Month() function can return "1" as number and "Jan" as text. NPrinting in such case would expect to get "1" value in the filter.&lt;/P&gt;&lt;P&gt;So as an quick and dirty workaround can you check for me if this would work for you in evaluate filter?&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s1"&gt;=&lt;/SPAN&gt;Floor&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;MakeDate&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;num#&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Left&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Only&lt;SPAN class="s1"&gt;([Current Shipment Season]&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;),4)),8,1))&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;I assume it will work as it will do fiollowing:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;take 2021 text using Left(field, 4) function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;convert that to number using num# function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;make a date for date with 8 as month and 1 as day&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;and convert it to integer using floor function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;If that works then you have mystery solved.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;cheers&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 01:40:19 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2021-10-15T01:40:19Z</dc:date>
    <item>
      <title>Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1846528#M33792</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a field in my QV document called "Current Shipment Season" that always has just one value.&lt;/P&gt;&lt;P&gt;When I use expression"=only([Current Shipment Season])" in my document, I get 2021-2022.&lt;/P&gt;&lt;P&gt;However, when I try to use this expression as part of the evaluate value and use it in a report, the filter is not getting applied.&lt;/P&gt;&lt;P&gt;When I change "Evaluate Value" to Num Value and hardcode "2021-2022", the filter works fine.&lt;/P&gt;&lt;P&gt;Can someone tell me what I am doing wrong please.&lt;/P&gt;&lt;P&gt;Thx!&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="pic11.JPG" style="width: 923px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64209i4CFB5692890E0989/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic11.JPG" alt="pic11.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 02:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1846528#M33792</guid>
      <dc:creator>ssha1983</dc:creator>
      <dc:date>2021-10-14T02:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1846546#M33793</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;1. What happens when&amp;nbsp;you open QlikView and do following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Clear all selections&lt;/LI&gt;&lt;LI&gt;make sure there is "no always one selected&amp;nbsp; value" selection applied&lt;/LI&gt;&lt;LI&gt;make sure there are no hidden fields selections applied&lt;/LI&gt;&lt;LI&gt;create a textbox and put in it your formula&lt;UL&gt;&lt;LI&gt;does it still return only single value?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The above bulletpoints assure that this is what would happen in QlikView when NPrinting would try to create such filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Another thing which surprises me is when you say: &lt;EM&gt;When I change "Evaluate Value" to Num Value and hardcode "2021-2022", the filter works fine.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;I will believe that "Value is"&amp;nbsp; option would work, but I don't believe that "Numerical value is" works in that case. So that needs to be clarified.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_0-1634183971892.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64219i856E8683291C2C5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_0-1634183971892.png" alt="Lech_Miszkiewicz_0-1634183971892.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;3. Another question I have is what is actually your Fiscal Year field in QlikView. How is it created in load script, what datatype it has. If it is a dual it may be that you are trying to apply text filter on value which needs to be numerical. As a test in QlikView create a table where as dimension you put FiscalYear and as measure num(max(FiscalYear).) Does your measure show different value than dimension? Also you can check in table viewer by hovering over your mouse above a filed. More on that topic here:&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/" target="_blank" rel="noopener"&gt;https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Having answers to above questions will definitelly help us understand what may be wrong with your current approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 04:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1846546#M33793</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-10-14T04:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847147#M33813</link>
      <description>&lt;P&gt;Hi Lech&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Answer to your questions below&lt;/P&gt;&lt;P&gt;1. I did all the steps you mentioned. I can confirm I get the correct Season "2021-2022" is selected (picture 1 attached)&lt;/P&gt;&lt;P&gt;2. I can confirm I used Num Value and not Value. (I foudn this strange as well). Picture 2 attached&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; The FiscalYear is calculated ina qvs script as &lt;EM&gt;yearname(Date,0,8) as FiscalYear&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I also tried creating a table as per your message and I got as attached in picture 3. Not sure what I am doing wrong.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64353iDA365B275431ACB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64354i4C78312751715568/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="2.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3B.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64356iB6D3984737F9AD9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="3B.jpg" alt="3B.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 00:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847147#M33813</guid>
      <dc:creator>ssha1983</dc:creator>
      <dc:date>2021-10-15T00:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847150#M33814</link>
      <description>&lt;P&gt;Ok - so that explains almost everything.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;As you can see on last screenshot your 2021-2022 is not a text but a dual&lt;/FONT&gt; as you can expect by looking at definition of the function you have used - which is critical in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/yearname.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/yearname.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So for 2021-2022 you effectively have numerical value of 44409 which actualy is 01/08/2021 date&lt;/P&gt;&lt;P&gt;That means that NPrinting is expecting value in the numerical format which is &lt;U&gt;&lt;STRONG&gt;44409&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;So now the question is if your&amp;nbsp;&lt;SPAN&gt;[Current Shipment Season] was created using the same "Yearname" function? meaning that you could do filter like: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;=Only(Floor([Current Shipment Season]))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Can you confirm how your&amp;nbsp;[Current Shipment Season] field is created in your load script? Is it text or dual?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Lech&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 01:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847150#M33814</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-10-15T01:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847152#M33815</link>
      <description>&lt;P&gt;Right. I think I get what your saying.&lt;/P&gt;&lt;P&gt;I am using the attached sql script to calculate Current Shipment Season (varchar)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssha1983_0-1634261138314.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64357iDA25061826E8FD35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ssha1983_0-1634261138314.png" alt="ssha1983_0-1634261138314.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 01:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847152#M33815</guid>
      <dc:creator>ssha1983</dc:creator>
      <dc:date>2021-10-15T01:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847156#M33816</link>
      <description>&lt;P&gt;So that will not work.&lt;/P&gt;&lt;P&gt;As your FiscalYear in QlikView is having a&lt;STRONG&gt; Dual type&lt;/STRONG&gt; data and your &lt;STRONG&gt;[Current Shipment Season]&lt;/STRONG&gt; is a &lt;STRONG&gt;Text&lt;/STRONG&gt; when its loaded to QlikView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;NPrinting is expecting numerical component of the value which with your current SQL statement is not getting as it just gets concatenated text string.&lt;/P&gt;&lt;P&gt;Those 2 values on surface look the same, but are not the same.&lt;/P&gt;&lt;P&gt;More about Dual() here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that most of "date" functions are returning Dual type, example Month() function can return "1" as number and "Jan" as text. NPrinting in such case would expect to get "1" value in the filter.&lt;/P&gt;&lt;P&gt;So as an quick and dirty workaround can you check for me if this would work for you in evaluate filter?&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s1"&gt;=&lt;/SPAN&gt;Floor&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;MakeDate&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;num#&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Left&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Only&lt;SPAN class="s1"&gt;([Current Shipment Season]&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;),4)),8,1))&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;I assume it will work as it will do fiollowing:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;take 2021 text using Left(field, 4) function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;convert that to number using num# function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;make a date for date with 8 as month and 1 as day&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;and convert it to integer using floor function&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;If that works then you have mystery solved.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;cheers&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 01:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847156#M33816</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-10-15T01:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847162#M33817</link>
      <description>&lt;P&gt;That worked. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 02:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847162#M33817</guid>
      <dc:creator>ssha1983</dc:creator>
      <dc:date>2021-10-15T02:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847796#M33825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36446"&gt;@ssha1983&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We kind of focused on describing all details around how "Evaluate Value" component work and what values it expects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But frankly If you would like to do nothing and would like to use your formula as =Only[Current Shipment Season] you could still do this with "Advanced Search" option from the dropdown when creating filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since it is a search filter it works differently and is not so much focused on data type of field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it is important to mention this here jsut to clarify that such option also existed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 22:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1847796#M33825</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-10-17T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Value filter not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1868384#M34376</link>
      <description>&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 02:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Evaluate-Value-filter-not-working/m-p/1868384#M34376</guid>
      <dc:creator>ssha1983</dc:creator>
      <dc:date>2021-12-09T02:01:03Z</dc:date>
    </item>
  </channel>
</rss>

