<?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 How to display  MonthYear value based on selected value in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682062#M727262</link>
    <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i am facing one issue in straight table i.e. i have a table with mutiple columns. iam giving sample table below:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;MonthYear,Values&lt;/P&gt;&lt;P&gt;202001,2&lt;/P&gt;&lt;P&gt;202002,5&lt;/P&gt;&lt;P&gt;202003,6&lt;/P&gt;&lt;P&gt;202004,3&lt;/P&gt;&lt;P&gt;202005,6&lt;/P&gt;&lt;P&gt;202006,7&lt;/P&gt;&lt;P&gt;202007,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;here my question is if i select value it should display that selected month. for eg: if i select value&amp;nbsp; is 6&amp;nbsp; related to monthyear 202005, it should display monthyear 202005 data in table not 202003 data like that i want to display yearmonth based on Value selection. can any one please help me on this.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>shabarish0587</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682062#M727262</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i am facing one issue in straight table i.e. i have a table with mutiple columns. iam giving sample table below:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;MonthYear,Values&lt;/P&gt;&lt;P&gt;202001,2&lt;/P&gt;&lt;P&gt;202002,5&lt;/P&gt;&lt;P&gt;202003,6&lt;/P&gt;&lt;P&gt;202004,3&lt;/P&gt;&lt;P&gt;202005,6&lt;/P&gt;&lt;P&gt;202006,7&lt;/P&gt;&lt;P&gt;202007,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;here my question is if i select value it should display that selected month. for eg: if i select value&amp;nbsp; is 6&amp;nbsp; related to monthyear 202005, it should display monthyear 202005 data in table not 202003 data like that i want to display yearmonth based on Value selection. can any one please help me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682062#M727262</guid>
      <dc:creator>shabarish0587</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682064#M727263</link>
      <description>&lt;P&gt;If you select 6 then you have to show both &lt;SPAN&gt;202003 and&amp;nbsp;202005&lt;/SPAN&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 13:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682064#M727263</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2020-03-05T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682068#M727264</link>
      <description>&lt;P&gt;Perhaps this? But, I wonder why it is needed to select on values which is data point?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Values)&amp;gt;1, Sum({&amp;lt;MonthYear={"$(=Date(Max(MonthYear),'YYYYMM'))"}&amp;gt;} Values), Sum(Values))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 13:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682068#M727264</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-03-05T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682083#M727265</link>
      <description>&lt;P&gt;HI Dmac,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I want to show only one selected value Monthyear.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 14:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682083#M727265</guid>
      <dc:creator>shabarish0587</dc:creator>
      <dc:date>2020-03-05T14:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682087#M727266</link>
      <description>&lt;P&gt;HI Anil,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your Reply. is it possible to write this condition on dimension level? because this value is linked with other sheet table. when i click on any value from table1 it will navigate to table2 and displays selected value Monthyear data.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 14:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682087#M727266</guid>
      <dc:creator>shabarish0587</dc:creator>
      <dc:date>2020-03-05T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to display  MonthYear value based on selected value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682330#M727267</link>
      <description>&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(Values)&amp;gt;1, Aggr(Only({&amp;lt;MonthYear={"$(=Date(Max(MonthYear),'YYYYMM'))"}&amp;gt;} Values), Values))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-MonthYear-value-based-on-selected-value-in/m-p/1682330#M727267</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-03-06T06:59:42Z</dc:date>
    </item>
  </channel>
</rss>

