<?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 NPrinting Quarterly Task Trigger in June 2019 version in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725332#M29372</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using NPrinting June 2019 version 19.19.&lt;/P&gt;&lt;P&gt;I am not able to set a task trigger as Quarterly once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if it is possible with this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;$@M&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 12:29:36 GMT</pubDate>
    <dc:creator>mightyqlikers</dc:creator>
    <dc:date>2020-07-06T12:29:36Z</dc:date>
    <item>
      <title>NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725332#M29372</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using NPrinting June 2019 version 19.19.&lt;/P&gt;&lt;P&gt;I am not able to set a task trigger as Quarterly once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if it is possible with this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;$@M&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725332#M29372</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2020-07-06T12:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725546#M29382</link>
      <description>&lt;P&gt;This needs to be done by creating a condition to check whether a day you want to run your report is meeting criteria for this report to run. Whole logic should be done in Qlik Sense (variables).&lt;/P&gt;&lt;P&gt;I don't know your exact requirements but lets just assume that you need to run your report on 1st January, 1st April,1st July and 1st October.&lt;/P&gt;&lt;P&gt;In Qlik Sense you can setup variable which will return 1 if month is first month of the quarter:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;vNP_Condition_Qtr = "&lt;STRONG&gt;=If(Match(Floor(Month(Today())),'1','4','7','10'),1,0) "&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In NPrinting you setup Monthly trigger to run on 1st day of the month and use above mentioned variable in publish task condition if you want whole task to run quarterly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Always read documentation so --&amp;gt; more about conditions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm#anchor-7" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm#anchor-7&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm#anchor-8" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/ReportsDevelopment/Conditions.htm#anchor-8&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Understanding variables in nPrinting (note my variable is an expression and needs to start with "=" sign)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is going to happen on 1st of Feb in above example: Task will be initiated, but condition will be checked and since it will not be met task will end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's it. I think it is very easy and straight forward solution. Using the same approach with variable and condition you can setup your triggers to run on any day when some conditions are met.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 23:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725546#M29382</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-07-06T23:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725938#M29389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Lech,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for the details.&lt;/P&gt;&lt;P&gt;Actual requirement is that, i have a NPrinting task which should run second friday of every quarter.&lt;/P&gt;&lt;P&gt;for example next coming second friday of the quarter is 10th of July.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that is clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;$@M&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 05:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725938#M29389</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2020-07-08T05:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725943#M29390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48820"&gt;@mightyqlikers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no difference in the principle...&lt;/P&gt;&lt;P&gt;Logic to derive "second Friday" depends on whether you want to use some sort Fiscal Calendar and what are your quarters. If it is just simple Calendar Quarters (Jan-Mar, Apr-Jun,Jul-Sep&amp;amp; and Oct-Dec you can then use something like (note that this can be different if your system variables are set to use different names for days:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;vNP_Condition_Qtr =&amp;nbsp; &lt;STRONG&gt;"=If(Text(WeekDay(Today()))='Fri' and Day(Today())&amp;gt;7 and Day(Today())&amp;lt;15 and Match(Floor(Month(Today())),'1','4','7','10'),1,0)"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can then optimise it little bit on NPrinting side by setting up weekly Trigger which will run only on Fridays. It still needs to check the condition I mentioned in my previous comment (this time condition needs to be against variable i mentioned above). That variable will return 1 only on second Friday of the quarter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 09:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725943#M29390</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-07-08T09:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725954#M29391</link>
      <description>&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;One last thing.&lt;/P&gt;&lt;P&gt;it should run on 2nd friday of the quarter at 11:00 PM.&lt;/P&gt;&lt;P&gt;Please help me with same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;S@M.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 06:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725954#M29391</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2020-07-08T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725983#M29392</link>
      <description>&lt;P&gt;Just setup it up in Trigger for 11:00 (point 5 on my screenshot):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 929px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37119iAACB3D3E8EA8F7DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 08:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725983#M29392</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-07-08T08:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Quarterly Task Trigger in June 2019 version</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725987#M29394</link>
      <description>&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perfect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;$@M.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 08:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Quarterly-Task-Trigger-in-June-2019-version/m-p/1725987#M29394</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2020-07-08T08:11:38Z</dc:date>
    </item>
  </channel>
</rss>

