<?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: List Object Data hiding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840939#M997980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shiva,&lt;/P&gt;&lt;P&gt;let me clarify you that i just need to show /hide the values of a list object based on the selection from the other list object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 10:28:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-29T10:28:02Z</dc:date>
    <item>
      <title>List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840935#M997976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two filters 1)Month----All Month names.&lt;/P&gt;&lt;P&gt;2)Yeartodate---Having YTD, MTD as Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is i have to show both YTD&amp;amp; MTD only when any month selected in Month filter. other wise i have to display only YTD in Yeartodate filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840935#M997976</guid>
      <dc:creator />
      <dc:date>2015-06-29T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840936#M997977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on ur seconde filtr &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yeartodate--list box field expression---something like tis,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getfieldselections(month)={list ur month names} ,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yeartodate&lt;/SPAN&gt;','only ytd(do sometyhing for this to get only ytd values)')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840936#M997977</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-29T10:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840937#M997978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this expression can we get MTD ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840937#M997978</guid>
      <dc:creator />
      <dc:date>2015-06-29T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840938#M997979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u need ytd,this case right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample,but expression will vary accordingly ur needs,&lt;/P&gt;&lt;P&gt;YTD Sales:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;DateDimensionName = {'&amp;gt;=$(=YearStart(Today())) &amp;lt;= $(=Today())'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MTD Sales:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;DateDimensionName = {'&amp;gt;=$(=MonthStart(Today())) &amp;lt;= $(=Today())}&amp;gt;}MeasureName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840938#M997979</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-29T10:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840939#M997980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shiva,&lt;/P&gt;&lt;P&gt;let me clarify you that i just need to show /hide the values of a list object based on the selection from the other list object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840939#M997980</guid>
      <dc:creator />
      <dc:date>2015-06-29T10:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840940#M997981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840940#M997981</guid>
      <dc:creator />
      <dc:date>2015-06-29T10:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840941#M997982</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;try to use the condition layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like YTD List Box -&amp;gt; Layout -&amp;gt; Conditonal&lt;/P&gt;&lt;P&gt;put&amp;nbsp; =GetSelectedCount(Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840941#M997982</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-06-29T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Object Data hiding</title>
      <link>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840942#M997983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,ur right..for that purpose only i given expression on my first comment..if u select some values on ur month field "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;getfieldselections(month)={list ur month names}&lt;/SPAN&gt;" then it'll show automatically corresponding values on ur second filter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Object-Data-hiding/m-p/840942#M997983</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-29T10:41:59Z</dc:date>
    </item>
  </channel>
</rss>

