<?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: Dynamic filter in NPrinting using expression not working properly in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217014#M13193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , I tried to check why my filter was not working . So value in my filter looked like : Feb 17 but when I sent that to excel it looked like 2/1/2017 . So now I now made the filter which evaluates values in format 2/1/2017 and not in Feb 17 . and now its working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 12:23:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-03T12:23:28Z</dc:date>
    <item>
      <title>Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217010#M13189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a dynamic filter based on below expressions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;addmonths&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;now&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Calendar CTD Month-Year]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)),'MMM YY'),-1),'MMM YY') &lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Segoe UI;"&gt;The expression is getting calculated properly as I can see the value in the log. But the filter is not working in terms of generating the report with that filter . I have applied the filter at report level. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="color: #000000; font-family: Segoe UI;"&gt;I have another expression as well &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;='CY'&amp;amp;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;now&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Calendar Cycle Rank]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))/4) &lt;BR /&gt; &amp;amp; ' '&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;now&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Calendar Cycle Rank]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;),'YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is also not working . Both are working in QlikView. Please advise what is wrong here.&amp;nbsp; Please find the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217010#M13189</guid>
      <dc:creator />
      <dc:date>2017-03-02T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217011#M13190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reason:&lt;/P&gt;&lt;P&gt;* Data might not be their &lt;/P&gt;&lt;P&gt;* Try Manually applying this filters and check the data association when you apply both filters . Their may be cases when 1 filter is dosn't have data related to other filter and it will cancel each other ..&lt;/P&gt;&lt;P&gt;* If you have applied the filter both in Task and report level ..remove it from the task level &lt;/P&gt;&lt;P&gt;* Check whether the fields are connected in the data model ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more suggestion instead of have the complex expression in NP have it in QV and store the value in variable that could help in faster report completion &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217011#M13190</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-02T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217012#M13191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am generating report for every&amp;nbsp; " &lt;SPAN style="color: #800000; font-family: Courier New;"&gt;Calendar CTD Month-Year"&amp;nbsp; and I want to automate this process , so that every month this filter generate report based on the value of filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: Courier New;"&gt;One thing I want to clarify, these two are separate filters and they are applied to two different report. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: Courier New;"&gt;Manually when I give values the filter is working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: Courier New;"&gt;Can I automate this using variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 07:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217012#M13191</guid>
      <dc:creator />
      <dc:date>2017-03-03T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217013#M13192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can . My point hear is to identify why your filters are not working . Could you try with one filter at a time and see whether its working or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more things do have any triggers/Section access in your QV app &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217013#M13192</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-03T09:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217014#M13193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , I tried to check why my filter was not working . So value in my filter looked like : Feb 17 but when I sent that to excel it looked like 2/1/2017 . So now I now made the filter which evaluates values in format 2/1/2017 and not in Feb 17 . and now its working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217014#M13193</guid>
      <dc:creator />
      <dc:date>2017-03-03T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter in NPrinting using expression not working properly</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217015#M13194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool finally we got the issue ....please mark the helpful and correct answers and close this thread &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dynamic-filter-in-NPrinting-using-expression-not-working/m-p/1217015#M13194</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-03T12:28:51Z</dc:date>
    </item>
  </channel>
</rss>

