<?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: Hide and show data based on list box selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565880#M1121859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could plz share the file if you have any already Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 13:48:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-24T13:48:36Z</dc:date>
    <item>
      <title>Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565875#M1121854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a req. like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. list box&amp;nbsp; 'TYPE' which contains the&amp;nbsp; values like 'permanent' and 'contract'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If am selecting 'permanent'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in pivot should like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMPLOYEE(DIM)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;emi-id&lt;/P&gt;&lt;P&gt;salary&lt;/P&gt;&lt;P&gt;salary account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If am selecting 'contract'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in pivot should like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMPLOYEE(DIM)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;emi-id&lt;/P&gt;&lt;P&gt;salary&lt;/P&gt;&lt;P&gt;salary account&lt;/P&gt;&lt;P&gt;Contract -period&lt;/P&gt;&lt;P&gt;vendor name&lt;/P&gt;&lt;P&gt;vendor location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565875#M1121854</guid>
      <dc:creator />
      <dc:date>2014-01-24T13:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565876#M1121855</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;you may use "active condition" in dimension tab according to only(value)='contact'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565876#M1121855</guid>
      <dc:creator />
      <dc:date>2014-01-24T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565877#M1121856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetFieldSelections(Type) = 'Contract', [vendor location])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and below in Enable Condition&lt;/P&gt;&lt;P&gt;GetFieldSelections(Type) = 'Contract'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you Vendor Location if you select Contract in Type.&lt;/P&gt;&lt;P&gt;If you select Permanent in Type the Vendor Location will be dissappeared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565877#M1121856</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-24T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565878#M1121857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your immediate replies.But no luck !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to show more than one field data based on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned in reply&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(GetFieldSelections(Type) = 'Contract', [vendor location])&lt;/P&gt;&lt;P&gt; then only vendor location is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if i select one value in list box ('Contract') it has to show 5 rows in a column and if i select (permanet) it has to show 8 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both some of them are common and we have to show extra rows when we select the relavent vale in listbox(permanet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565878#M1121857</guid>
      <dc:creator />
      <dc:date>2014-01-24T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565879#M1121858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work else you are doing some mistake.&lt;/P&gt;&lt;P&gt;Can you upload you sample apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565879#M1121858</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-24T13:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565880#M1121859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could plz share the file if you have any already Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565880#M1121859</guid>
      <dc:creator />
      <dc:date>2014-01-24T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565881#M1121860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help from some one. If in case any one faced same logic share the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565881#M1121860</guid>
      <dc:creator />
      <dc:date>2014-01-24T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565882#M1121861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raviteja,&lt;/P&gt;&lt;P&gt;Please check out the attached file. As long as the relationship between Type and Employee exist in the way you described then its straight forward.&lt;/P&gt;&lt;P&gt;Let me know if there is something else to it that I might be missing.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565882#M1121861</guid>
      <dc:creator />
      <dc:date>2014-01-24T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show data based on list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565883#M1121862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AJ...It seems to be match with my logic.Let me go in detail.I will revert if any i req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 17:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-show-data-based-on-list-box-selection/m-p/565883#M1121862</guid>
      <dc:creator />
      <dc:date>2014-01-24T17:30:12Z</dc:date>
    </item>
  </channel>
</rss>

