<?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: QlikSense - Evaluate Value in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/QlikSense-Evaluate-Value/m-p/1352429#M17610</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;you need to understand "data types" used in Qlik.&lt;/P&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;go to your qlik sense datamodel&lt;/LI&gt;&lt;LI&gt;find your week filed&lt;UL&gt;&lt;LI&gt;look for its tags - Is it $numeric or is it $text, $asci?&lt;/LI&gt;&lt;LI&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168027_1.png" style="height: 343px; width: 620px;" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at your nPrinting filter where you use "Value" = 25 then really what you do at the moment is &lt;STRONG&gt;text value = 25. &lt;/STRONG&gt;When you use =evaluate then the value returned is number which may not work with "datatype" you have in your filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to try: =text(Week(Today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that in this dropdown you have 3 options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;value is (this is for text fields)&lt;/LI&gt;&lt;LI&gt;numeric is ( this is for dual and numeric/intiger fields)&lt;/LI&gt;&lt;LI&gt;evaluate ( this can be used for both but you may need to prefix numeric fields with either numeric or text formatting in formula)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that if your field is dual (like usualy date or month Jan/1, Feb, 2) then your nprinting filter needs to be numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Jun 2017 23:57:04 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2017-06-25T23:57:04Z</dc:date>
    <item>
      <title>QlikSense - Evaluate Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/QlikSense-Evaluate-Value/m-p/1352428#M17609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an NPrinting system that interfaces with a QlikSense system.&amp;nbsp; When I set my Filter to [Value is] : 25, my report gets sent out.&amp;nbsp; However, when I set my filter to [Evaluate value] : Week(Today()) it doesn't work.&amp;nbsp; What's going on here, does [Evaluate value]&amp;nbsp; not work with QlikSense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekOnly.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167961_WeekOnly.PNG" style="height: auto;" /&gt;&lt;IMG alt="WeekOnlyNumber.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/167962_WeekOnlyNumber.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/QlikSense-Evaluate-Value/m-p/1352428#M17609</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2017-06-23T16:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense - Evaluate Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/QlikSense-Evaluate-Value/m-p/1352429#M17610</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;you need to understand "data types" used in Qlik.&lt;/P&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;go to your qlik sense datamodel&lt;/LI&gt;&lt;LI&gt;find your week filed&lt;UL&gt;&lt;LI&gt;look for its tags - Is it $numeric or is it $text, $asci?&lt;/LI&gt;&lt;LI&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168027_1.png" style="height: 343px; width: 620px;" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at your nPrinting filter where you use "Value" = 25 then really what you do at the moment is &lt;STRONG&gt;text value = 25. &lt;/STRONG&gt;When you use =evaluate then the value returned is number which may not work with "datatype" you have in your filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to try: =text(Week(Today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that in this dropdown you have 3 options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;value is (this is for text fields)&lt;/LI&gt;&lt;LI&gt;numeric is ( this is for dual and numeric/intiger fields)&lt;/LI&gt;&lt;LI&gt;evaluate ( this can be used for both but you may need to prefix numeric fields with either numeric or text formatting in formula)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that if your field is dual (like usualy date or month Jan/1, Feb, 2) then your nprinting filter needs to be numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jun 2017 23:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/QlikSense-Evaluate-Value/m-p/1352429#M17610</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2017-06-25T23:57:04Z</dc:date>
    </item>
  </channel>
</rss>

