<?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: Nprinting alerts in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744520#M30049</link>
    <description>&lt;P&gt;btw. I suggest you also upgrade your NPrinitng installation and it is not supported anymore. NPrinting 17.0 is very old. I suggest you go for September 2020 version.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 01:14:02 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2020-09-17T01:14:02Z</dc:date>
    <item>
      <title>Nprinting alerts</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744397#M30046</link>
      <description>&lt;P&gt;I need to send alerts when professional access unallocated tokens comes to some threshold value(for example 5%) from licence management.can anyone give me the idea how to create report and alerts.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 16:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744397#M30046</guid>
      <dc:creator>kumarbala</dc:creator>
      <dc:date>2020-09-16T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting alerts</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744519#M30048</link>
      <description>&lt;P&gt;you have almost everything ready....&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;go to Monitoring Apps --&amp;gt; License Monitor app&lt;/LI&gt;&lt;LI&gt;create in it variable starting with "=" sign and for as an expression use the one you need. In example below I used one from "Unallocated Professional Access" object.&amp;nbsp;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="2"&gt;&lt;EM&gt;IF((license_type_enabled)='Token-based',&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;IF(Sum({&amp;lt;[License Token Type]={"User*"}&amp;gt;}[License Allocated Tokens]-[License Used Tokens]-[License Quarantined Tokens])/Sum({&amp;lt;[License Token Type]={"User*"}&amp;gt;}[License Allocated Tokens])&amp;gt;0,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Sum({&amp;lt;[License Token Type]={"User*"}&amp;gt;}[License Allocated Tokens]-[License Used Tokens]-[License Quarantined Tokens])/Sum({&amp;lt;[License Token Type]={"User*"}&amp;gt;}[License Allocated Tokens]),0)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;IF(Sum({&amp;lt;[License Token Type]={"Professional*"}&amp;gt;}[License Total Available Tokens])/Sum({&amp;lt;[License Token Type]={"Professional*"}&amp;gt;}[License Total Tokens])&amp;gt;0,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Sum({&amp;lt;[License Token Type]={"Professional*"}&amp;gt;}[License Total Available Tokens])/Sum({&amp;lt;[License Token Type]={"Professional*"}&amp;gt;}[License Total Tokens]),0)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;) &lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40693iCBF667AAB92DC607/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;go to NPrinting and create a connection to this app, reload metadata, create HTML report with some message.. for example:&amp;nbsp;&lt;UL&gt;&lt;LI&gt;"Hi XYZ - the number of Unallocated Prodfessional Access licesnses is: %%-here add your variable %%"&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;now importnt thing - setup task&lt;UL&gt;&lt;LI&gt;Create Publish task&lt;/LI&gt;&lt;LI&gt;Add report you have created with your message as HTML&lt;/LI&gt;&lt;LI&gt;Add users who will receive it&lt;/LI&gt;&lt;LI&gt;Choose email as destination&lt;/LI&gt;&lt;LI&gt;In Email section put report into email body (embed report)&lt;/LI&gt;&lt;LI&gt;go to conditions and setup condition!!!&lt;UL&gt;&lt;LI&gt;this will dictate when report will be sent&lt;/LI&gt;&lt;LI&gt;base your condition on the variable you have created and set it up against the threshold&lt;/LI&gt;&lt;LI&gt;once done your report will or will not be send - this will depend if condition returns "true" as a result of condition test&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;go to triggers and setup a schedule - this will dictate how often NPrinting will attempt to send report&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;If you want to learn more about setting app, connection, creating report&amp;nbsp; conditions, HTML reports etc.. go to &lt;A href="Https://help.qlik.com" target="_blank"&gt;Https://help.qlik.com&lt;/A&gt;&amp;nbsp;all info you need is there&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 01:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744519#M30048</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-09-17T01:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting alerts</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744520#M30049</link>
      <description>&lt;P&gt;btw. I suggest you also upgrade your NPrinitng installation and it is not supported anymore. NPrinting 17.0 is very old. I suggest you go for September 2020 version.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 01:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-alerts/m-p/1744520#M30049</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-09-17T01:14:02Z</dc:date>
    </item>
  </channel>
</rss>

