<?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: Grey few data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420415#M695768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot have excluded values if there are no selections. That means the other values &lt;STRONG&gt;&lt;EM&gt;must&lt;/EM&gt;&lt;/STRONG&gt; be selected.&lt;/P&gt;&lt;P&gt; You can use the OnOpen document trigger to add two actions. The first is a Select in Field action that selects UK and the second action is a Select Excluded action. This way on opening the document all values other than UK will be selected and UK will be excluded. But pressing the Clear button will undo the selections again. You could of course make the selections manually once and then Lock the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 16:39:22 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-05-29T16:39:22Z</dc:date>
    <item>
      <title>Grey few data</title>
      <link>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420412#M695765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PPl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in the below senario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field Country with 3 rows say(UK,US,SEWDEN). I want the output in such a way that while showing in list box i should have all the data but "UK" should be in excluded state(Grey) ie. i should not select UK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be done in back end only... Any possibilities...? Please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Revathy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 15:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420412#M695765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-29T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grey few data</title>
      <link>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420413#M695766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is driven by data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have your Fact table and your dimension table with the countries. For examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryID, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FR, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, 4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryID, Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, United Kingdom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FR, France&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Italy&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, in your fact table you don't have values for UK, so if in a list box you show your CountryID or Name, you'll see UK excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 15:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420413#M695766</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-05-29T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Grey few data</title>
      <link>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420414#M695767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Thanks for ur response...&lt;/P&gt;&lt;P&gt;But i find UK available in both the list box, it is not greyed. I could select UK also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat i want is a single list box in which UK should be there but in an excluded state..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Revathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 16:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420414#M695767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-29T16:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grey few data</title>
      <link>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420415#M695768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot have excluded values if there are no selections. That means the other values &lt;STRONG&gt;&lt;EM&gt;must&lt;/EM&gt;&lt;/STRONG&gt; be selected.&lt;/P&gt;&lt;P&gt; You can use the OnOpen document trigger to add two actions. The first is a Select in Field action that selects UK and the second action is a Select Excluded action. This way on opening the document all values other than UK will be selected and UK will be excluded. But pressing the Clear button will undo the selections again. You could of course make the selections manually once and then Lock the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 16:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grey-few-data/m-p/420415#M695768</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-29T16:39:22Z</dc:date>
    </item>
  </channel>
</rss>

