<?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: Need Suggesition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421445#M428790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply, {1} gives the count irrespective of the current selection. The changes happing in backend. The statistical data should match when ever I generate the report. I know its difficult as we all qlik works on real time data, but for statistical purpose the data should be same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Report generated for month Aug-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with x records&lt;/P&gt;&lt;P&gt;if I generate the report after 6 months for same Aug-2017 it should be x records even data updated in the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggest me with all possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2017 07:07:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-27T07:07:39Z</dc:date>
    <item>
      <title>Need Suggesition</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421443#M428788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requirement is bit different.&lt;/P&gt;&lt;P&gt;I generated report with data of number of new joiners in the month of Aug 2017 (Example 20) and I published.Some changes happened in the back end and new joiners numbers changed to 19. Here the issue is I want to keep the same old value 20 when ever I generate the report. It would be great if any one provide the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 06:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421443#M428788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T06:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggesition</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421444#M428789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you need to use identifies with in set analysis like &lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 06:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421444#M428789</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-27T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggesition</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421445#M428790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply, {1} gives the count irrespective of the current selection. The changes happing in backend. The statistical data should match when ever I generate the report. I know its difficult as we all qlik works on real time data, but for statistical purpose the data should be same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Report generated for month Aug-2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with x records&lt;/P&gt;&lt;P&gt;if I generate the report after 6 months for same Aug-2017 it should be x records even data updated in the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggest me with all possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 07:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421445#M428790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggesition</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421446#M428791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming, If you have Data for particular date I may write something like below&lt;/P&gt;&lt;P&gt;Variable like this -- &lt;STRONG&gt;LET Variable = Max(Date); OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// &lt;STRONG style="font-size: 13.3333px;"&gt;SET Variable = 'Date for constant max date where last reload';&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and expression like below -- &lt;STRONG&gt;Sum({&amp;lt;Date = {'&amp;lt;=$(Variable)'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 07:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggesition/m-p/1421446#M428791</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-27T07:29:26Z</dc:date>
    </item>
  </channel>
</rss>

