<?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: AsOf table not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284287#M869692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the explanation. But I want to make selection in Month and Year, then period type to see the data not the date. how can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 03:24:04 GMT</pubDate>
    <dc:creator>gauthamchilled</dc:creator>
    <dc:date>2016-12-06T03:24:04Z</dc:date>
    <item>
      <title>AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284283#M869688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a AsOf table based on the example found in the community and linked it with my calendar table.&lt;/P&gt;&lt;P&gt;I dont want to use set analysis so when i click on the flag to choose from YTD, or Rolling 12 or current the data should change according to that. But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached example and help me out please thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284283#M869688</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284284#M869689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 02:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284284#M869689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T02:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284285#M869690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect. But can you please tell me where exactly you did the changes in the dashboard to make it work or what i did wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 02:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284285#M869690</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-12-06T02:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284286#M869691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your model was not right. It was connecting on year instead of Test Date. Secondly, you were creating monthly asof connection where as you probably needed daily connection unless your actually data is aggregated at a monthly level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to create the AsOfPeriodTable, this is the script I used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOfPeriodTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date] as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Current' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfPeriodTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Load Rolling 12 into AsOf table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date] as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Rolling 12' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Date([Test Date] + 1 - IterNo()) as [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While IterNo() &amp;lt;= &lt;SPAN style="color: #ff0000;"&gt;365&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfPeriodTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Load YTD into AsOf table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date]&amp;nbsp; as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'YTD' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Date([Test Date] + 1 - IterNo()) as [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While &lt;SPAN style="color: #ff0000;"&gt;[Test Date] + 1 - IterNo() &amp;gt;= YearStart([Test Date])&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some important changes highlighed in red above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure that you don't make any selections in test date. also selections to dates should be made in the asofdate. for current view similar to test date you can always use the set analysis &lt;STRONG&gt;{&amp;lt;PeriodType = {'Current'}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 02:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284286#M869691</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T02:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284287#M869692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the explanation. But I want to make selection in Month and Year, then period type to see the data not the date. how can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 03:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284287#M869692</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-12-06T03:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284288#M869693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you plan to visualize this information? I mean lets say you have selected year 2016 and PeriodType = Rolling 12. What time duration do you expect to see in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 03:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284288#M869693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T03:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284289#M869694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say for example, I select year 2016, period type =rolling 12 and month = Mar&lt;/P&gt;&lt;P&gt;Expected information is last 12 months from Mar 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At any point of time i wish to select Month and Year then period type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 03:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284289#M869694</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-12-06T03:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: AsOf table not working</title>
      <link>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284290#M869695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOfPeriodTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date] as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Year([Test Date]) as AsOfYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Month([Test Date]) as AsOfMonth,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Current' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfPeriodTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Load Rolling 12 into AsOf table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date] as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Year([Test Date]) as AsOfYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Month([Test Date]) as AsOfMonth,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Rolling 12' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date([Test Date] + 1 - IterNo()) as [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While IterNo() &amp;lt;= 365;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfPeriodTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Load YTD into AsOf table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Test Date]&amp;nbsp; as AsOfPeriod,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Year([Test Date]) as AsOfYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Month([Test Date]) as AsOfMonth,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'YTD' as PeriodType,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date([Test Date] + 1 - IterNo()) as [Test Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Calendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While [Test Date] + 1 - IterNo() &amp;gt;= YearStart([Test Date]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again make selections in AsOfYear and AsOfMonth instead of Month and Year....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am of to sleep now... if there are other issue, I might be able to help tomorrow if no body else helps in the meantime &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 03:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AsOf-table-not-working/m-p/1284290#M869695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T03:44:55Z</dc:date>
    </item>
  </channel>
</rss>

