<?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 Not Previewing Variable Value in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572813#M23672</link>
    <description>&lt;P&gt;This is the variable in question:&lt;/P&gt;&lt;P&gt;IF(Max($(vCountryUS))=1,'US',IF(Max($(vCountryCA))=1,'Canada','Mexico'))&lt;/P&gt;&lt;P&gt;Do I need to change it to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;IF(Max($(vCountryUS))=1,'US',IF(Max($(vCountryCA))=1,'Canada','Mexico'))&lt;/P&gt;&lt;P&gt;If so then it does not work correctly in the app.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2019 14:25:54 GMT</pubDate>
    <dc:creator>bbergstrom</dc:creator>
    <dc:date>2019-04-24T14:25:54Z</dc:date>
    <item>
      <title>NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572770#M23670</link>
      <description>&lt;P&gt;I'm creating a Word template for a Qlik Sense app and the variable I pulled into the template is not displaying the value.&amp;nbsp; If I pull the variable into either the header or body all it does is display the formula and not the value when I try to preview.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572770#M23670</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-12-04T20:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572805#M23671</link>
      <description>&lt;P&gt;Check all three scenarios in the link below but I believe scenario two 'might' apply to you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/February2019/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/February2019/Content/NPrinting/Troubleshooting/Variables-dont-expand-before-calculating.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 14:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572805#M23671</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-04-24T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572813#M23672</link>
      <description>&lt;P&gt;This is the variable in question:&lt;/P&gt;&lt;P&gt;IF(Max($(vCountryUS))=1,'US',IF(Max($(vCountryCA))=1,'Canada','Mexico'))&lt;/P&gt;&lt;P&gt;Do I need to change it to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;IF(Max($(vCountryUS))=1,'US',IF(Max($(vCountryCA))=1,'Canada','Mexico'))&lt;/P&gt;&lt;P&gt;If so then it does not work correctly in the app.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 14:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572813#M23672</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-04-24T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572887#M23677</link>
      <description>&lt;P&gt;As&amp;nbsp; indicated in the article under scenario 2, you need to create a second identical variable with a slightly different name.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;For example:&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI value="1"&gt;&lt;EM&gt;VarApp1: where&amp;nbsp;&lt;SPAN class="syntax"&gt;sum(sales)&lt;/SPAN&gt;&amp;nbsp;is the variable definition. This is the original variable, and remains unchanged.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI value="2"&gt;&lt;EM&gt;&lt;STRONG&gt;VarApp1b&lt;/STRONG&gt;: where&amp;nbsp;&lt;SPAN class="syntax"&gt;=sum(sales)&lt;/SPAN&gt;&amp;nbsp;is the variable definition. This new variable can be used in&amp;nbsp;&lt;SPAN class="CommonComponentsQlik NPrinting"&gt;Qlik NPrinting&lt;/SPAN&gt;&amp;nbsp;in the cases described in Scenario 1.&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Use the second variable for your reporting purposes and do not change the original. After creating the new variable in the Sense app, you will need to reload the metadata for the NP connection to the sense app that the new variable was created. This is necessary step to be able to utilize the new variable in the NP designer/report template.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 16:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572887#M23677</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-04-24T16:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572891#M23678</link>
      <description>&lt;P&gt;Would it work if I did this:&lt;/P&gt;&lt;P&gt;VarApp1 - Sum(Sales)&lt;/P&gt;&lt;P&gt;VarApp1b - =Var1&lt;/P&gt;&lt;P&gt;Having two almost identical variables might increase the potential maintenance if we need to change the expression in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 16:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572891#M23678</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-04-24T16:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572937#M23683</link>
      <description>&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34060"&gt;@bbergstrom&lt;/a&gt;&lt;BR /&gt;You certainly can try but if it comes down to it and that doesn't work, you will likely need to follow the supported method in order to meet your reporting requirement.&lt;BR /&gt;For more information please visit &lt;A href="https://support.qlik.com/articles/000045525" target="_blank"&gt;https://support.qlik.com/articles/000045525&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2019 19:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1572937#M23683</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-04-24T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1576942#M23858</link>
      <description>&lt;P&gt;Thanks for your help Frank.&amp;nbsp; I tested it out and I was able to reference the original variable with the new one and it worked!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VarApp1 - Sum(Sales)&lt;/P&gt;&lt;P&gt;VarApp1b - =$(Var1)&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1576942#M23858</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-05-06T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Not Previewing Variable Value</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1577058#M23864</link>
      <description>&lt;P&gt;Great news&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34060"&gt;@bbergstrom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 16:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Not-Previewing-Variable-Value/m-p/1577058#M23864</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-05-06T16:22:51Z</dc:date>
    </item>
  </channel>
</rss>

