<?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: AvialablePeriodvalues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723344#M722628</link>
    <description>&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;It looks like, Value 10 and 30 are not associated with Jan-20. Please verify the data source. I also don't see it in the table you have loaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Basav&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 04:15:08 GMT</pubDate>
    <dc:creator>basav</dc:creator>
    <dc:date>2020-06-30T04:15:08Z</dc:date>
    <item>
      <title>AvialablePeriodvalues</title>
      <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723342#M722627</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Could some one please suggest where I did wrong.&lt;/P&gt;&lt;P&gt;I wanted to see the values 10,30(in highlighted in yellow) aswell for Jan-20 period selection. here(Below snapshot) I could seen only TestPeriod which are latestperiod for the respective markets but not values in testData.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antonybi_0-1593488839909.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36546iF2EFFA06D36C9BA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antonybi_0-1593488839909.png" alt="antonybi_0-1593488839909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please some one help me out with this scenario.&lt;/P&gt;&lt;P&gt;Attached, testapp for your reference.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723342#M722627</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: AvialablePeriodvalues</title>
      <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723344#M722628</link>
      <description>&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;It looks like, Value 10 and 30 are not associated with Jan-20. Please verify the data source. I also don't see it in the table you have loaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Basav&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 04:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723344#M722628</guid>
      <dc:creator>basav</dc:creator>
      <dc:date>2020-06-30T04:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: AvialablePeriodvalues</title>
      <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723347#M722629</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you noticed,for the section of Jan-20 I'm also getting Oct-19, Dec-19 for AL and MT respectvely.&lt;/P&gt;&lt;P&gt;I wanted to se the values as well for the same selection.(it is showing in blank In testData I've highlighted in yellow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and find my expressions in the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim: Market&lt;/P&gt;&lt;P&gt;TestPeriod(Exp1):&amp;nbsp;Max({&amp;lt;MonthYr={'&amp;lt;=$(vKPI_Period_default)'}&amp;gt;}MonthYr)&lt;/P&gt;&lt;P&gt;testData:&amp;nbsp;Only({&amp;lt;MonthYr={'$(vKPI_Period)'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;Variable definitions:&amp;nbsp;&lt;/P&gt;&lt;P&gt;vKPI_Period_default :&amp;nbsp;&lt;STRONG&gt;=Only(MonthYr)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;vKPI_Period:&amp;nbsp;&lt;STRONG&gt;=Date(Max({&amp;lt;MonthYr={'&amp;lt;=$(vKPI_Period_default)'}&amp;gt;}MonthYr),'MMM-YY')&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 04:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723347#M722629</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2020-06-30T04:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: AvialablePeriodvalues</title>
      <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723359#M722630</link>
      <description>&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;Well, I just made some changes as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vKPI_Period:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;=Date(Max({&amp;lt;MonthYr={'&amp;lt;=$(vKPI_Period_default)'}&amp;gt;}MonthYr),'MMM-YY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TO&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vKPI_Period:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;=Date(min({&amp;lt;MonthYr={'&amp;lt;=$(vKPI_Period_default)'}&amp;gt;}MonthYr),'MMM-YY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its now, showing all the values. Please check the attached png file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Basav&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 05:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723359#M722630</guid>
      <dc:creator>basav</dc:creator>
      <dc:date>2020-06-30T05:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: AvialablePeriodvalues</title>
      <link>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723391#M722631</link>
      <description>&lt;P&gt;I think it is fetching min period values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what if ? the table is something like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;temp:&lt;BR /&gt;Load*Inline&lt;BR /&gt;[&lt;BR /&gt;MYr, Market, Value&lt;BR /&gt;Oct-19, AL, 10&lt;BR /&gt;&lt;STRONG&gt;Oct-19, MT, 15&lt;/STRONG&gt;&lt;BR /&gt;Oct-19, IE, 50&lt;BR /&gt;Oct-19, GR, 70&lt;BR /&gt;Oct-19, IT, 90&lt;BR /&gt;&lt;STRONG&gt;Dec-19, MT, 30&lt;/STRONG&gt;&lt;BR /&gt;Dec-19, IE, 50&lt;BR /&gt;Dec-19, GR, 70&lt;BR /&gt;Dec-19, IT, 90&lt;BR /&gt;Jan-20, IE, 50&lt;BR /&gt;Jan-20, GR, 70&lt;BR /&gt;Jan-20, IT, 90&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I'm expecting 30 for MT and 10 for AL.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AvialablePeriodvalues/m-p/1723391#M722631</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2020-06-30T07:12:07Z</dc:date>
    </item>
  </channel>
</rss>

