<?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: Resident Exists VS SQL IN Parameter in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536634#M22215</link>
    <description>&lt;P&gt;Please note that using QV triggers in QVWs intended for reporting purposes is not supported and will cause you other reporting issues.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support-cdn.qlik.com/articles/000026081" target="_blank"&gt;https://support-cdn.qlik.com/articles/000026081&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have having issues with variables in your NPrinting reports, check the following solution which 'may' apply to your situation. Scenario two may be most applicable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm" target="_blank"&gt;&lt;SPAN&gt;https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 16:25:16 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2019-01-29T16:25:16Z</dc:date>
    <item>
      <title>Resident Exists VS SQL IN Parameter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536522#M22207</link>
      <description>&lt;P&gt;Hi, got a problem with varibles from my qlikview document to Nprint wordreport.&lt;/P&gt;&lt;P&gt;A got a excel with ordernumbers, like:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Varu&lt;/TD&gt;&lt;TD&gt;OrderID&lt;/TD&gt;&lt;TD&gt;AntalPall&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;248&lt;/TD&gt;&lt;TD&gt;24800514&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;224&lt;/TD&gt;&lt;TD&gt;S12074&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;249&lt;/TD&gt;&lt;TD&gt;24900499&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;225&lt;/TD&gt;&lt;TD&gt;S12047&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Okay, then i do a resident load and use&amp;nbsp;where Exists (OrderID) from the EXCEL.&lt;/P&gt;&lt;P&gt;Everything works fine and Nprint cycle the worddocuments.&lt;/P&gt;&lt;P&gt;But all the variables from QlikView not showing in attached mail from N-Print.&lt;/P&gt;&lt;P&gt;If i do SQL instead of Resident&amp;nbsp; with &lt;SPAN&gt;Exists&amp;nbsp;&lt;/SPAN&gt;with where IN clause and set the ordernumbers, then it's working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Column IN ('24800514','24800513')&amp;nbsp; WORKS&lt;/P&gt;&lt;P&gt;Resident TABLE where Exists (OrderID, Name) NOT WORK&lt;/P&gt;&lt;P&gt;Why?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536522#M22207</guid>
      <dc:creator>johnan</dc:creator>
      <dc:date>2024-11-16T04:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Exists VS SQL IN Parameter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536535#M22208</link>
      <description>&lt;P&gt;I'm thinking you want to change the order of the parameters in the exists formula, as you want to filter rows in the field Name based on values from Excels OrderID column.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Resident TABLE where Exists (Name, OrderID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 13:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536535#M22208</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2019-01-29T13:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Exists VS SQL IN Parameter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536626#M22214</link>
      <description>&lt;P&gt;Hi, solved, using triggers instead in QlikView when open &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536626#M22214</guid>
      <dc:creator>johnan</dc:creator>
      <dc:date>2019-01-29T16:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Exists VS SQL IN Parameter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536634#M22215</link>
      <description>&lt;P&gt;Please note that using QV triggers in QVWs intended for reporting purposes is not supported and will cause you other reporting issues.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support-cdn.qlik.com/articles/000026081" target="_blank"&gt;https://support-cdn.qlik.com/articles/000026081&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have having issues with variables in your NPrinting reports, check the following solution which 'may' apply to your situation. Scenario two may be most applicable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm" target="_blank"&gt;&lt;SPAN&gt;https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Resident-Exists-VS-SQL-IN-Parameter/m-p/1536634#M22215</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-01-29T16:25:16Z</dc:date>
    </item>
  </channel>
</rss>

