<?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: Can't print the set analysis values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642568#M1300428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you may need to ignore some values in Set Analysis so they don't return zero or null values. I don't know about your data model, however let me tell you an example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you have a chart with an expression like this:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;MonthYear={'$(=Monthname(Addmonths(today(),1)))' } &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;With this expression, you calculate the sales for 1 month ago. However if you select current month and year and send it to print, the expression will be 0, because you need to ignore year and month in your expression, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year=,Month=,MonthYear={'$(=Monthname(Addmonths(today(),1)))' } &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is that it could be that any selection or reduction done by publisher can be altering your set analysis giving you null / zero results. If you could upload a sample of your application it would be better to help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 22:14:26 GMT</pubDate>
    <dc:creator>jaimeaguilar</dc:creator>
    <dc:date>2014-05-21T22:14:26Z</dc:date>
    <item>
      <title>Can't print the set analysis values?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642567#M1300425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few pivot table charts, some expressions used set analysis.&lt;/P&gt;&lt;P&gt;I created a reportin Qlik using these charts.&lt;/P&gt;&lt;P&gt;When I manually print the report, itlooks fine, so i decided to print them in batch(loop by a field name) in publisher.&lt;/P&gt;&lt;P&gt;I found out all the set analysis expressions are either 0 or -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a bug or something that I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642567#M1300425</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't print the set analysis values?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642568#M1300428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you may need to ignore some values in Set Analysis so they don't return zero or null values. I don't know about your data model, however let me tell you an example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you have a chart with an expression like this:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;MonthYear={'$(=Monthname(Addmonths(today(),1)))' } &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;With this expression, you calculate the sales for 1 month ago. However if you select current month and year and send it to print, the expression will be 0, because you need to ignore year and month in your expression, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year=,Month=,MonthYear={'$(=Monthname(Addmonths(today(),1)))' } &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is that it could be that any selection or reduction done by publisher can be altering your set analysis giving you null / zero results. If you could upload a sample of your application it would be better to help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 22:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642568#M1300428</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-05-21T22:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't print the set analysis values?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642569#M1300432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime&lt;/P&gt;&lt;P&gt;Thanks for the suggestions.&lt;/P&gt;&lt;P&gt;I can't upload files in here so I will list my example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at my expression, there are only 2 main expressions like the following&lt;/P&gt;&lt;P&gt;sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[In BTA]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Y'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BTA FC]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FC Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} HH_FLAG) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FC Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[In BTA]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Y'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BTA FC]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[FC Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} HH_FLAG) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;do you see anything that I should be aware? I do not have and time selections in the dashboard.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 22:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642569#M1300432</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2014-05-21T22:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't print the set analysis values?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642570#M1300435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without seeing the model, the only thing I can think of is that the field that your using to reduce or loop in publisher has no direct relationship with [In BTA] or [FC Name] making that your expressions return null o zero values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 23:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642570#M1300435</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-05-21T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't print the set analysis values?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642571#M1300438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am only looping on [FC Name]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 13:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-print-the-set-analysis-values/m-p/642571#M1300438</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2014-05-22T13:43:39Z</dc:date>
    </item>
  </channel>
</rss>

