<?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 How do multiple conditions work? in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/How-do-multiple-conditions-work/m-p/1875356#M34523</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have below 2 conditions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Iwin_0-1640629011870.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69253i44357FCB8EE7C663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Iwin_0-1640629011870.png" alt="Iwin_0-1640629011870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where first is used to check if nprinting report is sent only on particular days of month.&lt;/P&gt;
&lt;P&gt;2nd condition is used to check if date reloaded is today.&lt;/P&gt;
&lt;P&gt;Will the report be sent if either of them becomes true or both of them becomes true?&lt;/P&gt;
&lt;P&gt;I want to set the conditions where both the conditions should be true,only then report must be sent.&lt;/P&gt;
&lt;P&gt;Do i have to combine the 2 conditions in a single condition&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Iwin_1-1640628674608.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69252i4D4A8FBEAAEFC5AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Iwin_1-1640628674608.png" alt="Iwin_1-1640628674608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;like this or will my conditions work properly?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 18:17:02 GMT</pubDate>
    <dc:creator>Iwin</dc:creator>
    <dc:date>2021-12-27T18:17:02Z</dc:date>
    <item>
      <title>How do multiple conditions work?</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-do-multiple-conditions-work/m-p/1875356#M34523</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have below 2 conditions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Iwin_0-1640629011870.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69253i44357FCB8EE7C663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Iwin_0-1640629011870.png" alt="Iwin_0-1640629011870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where first is used to check if nprinting report is sent only on particular days of month.&lt;/P&gt;
&lt;P&gt;2nd condition is used to check if date reloaded is today.&lt;/P&gt;
&lt;P&gt;Will the report be sent if either of them becomes true or both of them becomes true?&lt;/P&gt;
&lt;P&gt;I want to set the conditions where both the conditions should be true,only then report must be sent.&lt;/P&gt;
&lt;P&gt;Do i have to combine the 2 conditions in a single condition&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Iwin_1-1640628674608.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69252i4D4A8FBEAAEFC5AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Iwin_1-1640628674608.png" alt="Iwin_1-1640628674608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;like this or will my conditions work properly?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 18:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-do-multiple-conditions-work/m-p/1875356#M34523</guid>
      <dc:creator>Iwin</dc:creator>
      <dc:date>2021-12-27T18:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do multiple conditions work?</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-do-multiple-conditions-work/m-p/1875400#M34527</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All conditions used need to be resolved for report to be sent.&amp;nbsp; It is regardless of whether they are set in single rule, multiple rules or separate in 2 separate conditions.&lt;/P&gt;
&lt;P&gt;I made couple of tests and they worked just like i said.&lt;/P&gt;
&lt;P&gt;One comment regarding your condition - make sure that your variable expands and returns value you expect. if it is an expression which needs to be evaluated make sure its formula starts with "=" sign as documented here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm?_ga=2.235350081.1166809647.1640485778-2102903719.1607042628" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm?_ga=2.235350081.1166809647.1640485778-2102903719.1607042628&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;L.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 03:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-do-multiple-conditions-work/m-p/1875400#M34527</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-28T03:04:57Z</dc:date>
    </item>
  </channel>
</rss>

