<?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 avoid grey background in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371200#M576192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mate! It worked well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 09:32:47 GMT</pubDate>
    <dc:creator>subin6600</dc:creator>
    <dc:date>2012-05-28T09:32:47Z</dc:date>
    <item>
      <title>How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371198#M576187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikviewrs!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have countries &amp;amp; for each I have states defined.&lt;/P&gt;&lt;P&gt;So two field : Country &amp;amp; States&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first list box I select a country.. In another list box I want only the states of that particular country to be visible.&lt;/P&gt;&lt;P&gt;But i also have some grey area when i try to hide the states of unselected country,&lt;/P&gt;&lt;P&gt;How do i avoid it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note*: Both the size(LxB) should be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached example to try it out. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR/ Subin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 06:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371198#M576187</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-28T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371199#M576190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable, vStates and set to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='ValueList(' &amp;amp; Chr(39) &amp;amp; Concat(DISTINCT States, Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39) &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the listbox just use =$(vStates)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371199#M576190</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-28T09:02:53Z</dc:date>
    </item>
    <item>
      <title>How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371200#M576192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mate! It worked well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371200#M576192</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-28T09:32:47Z</dc:date>
    </item>
    <item>
      <title>How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371201#M576194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm - just realised that this solution will not allow you to select a state!&amp;nbsp; There is a simpler way - in the listbox just use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(States,States)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371201#M576194</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-28T09:41:06Z</dc:date>
    </item>
    <item>
      <title>How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371202#M576196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally overlooked it. thansk for the reply again. But I have got another problem now.&lt;/P&gt;&lt;P&gt;As soon as I select a state the other options gets hidden. Can it be in any way even make them always shown?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 10:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371202#M576196</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-28T10:20:45Z</dc:date>
    </item>
    <item>
      <title>How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371203#M576197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you like the standard QV functionality here?&amp;nbsp; Select a Country and all associated States are in white, unassociated in grey.&amp;nbsp; Select a State and it goes green, all others go grey.&amp;nbsp; It's clean and clear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 11:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371203#M576197</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-28T11:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid grey background</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371204#M576199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I strongly agree with Jason. Probably you should try to educate the EU about QV associated logic. Anyway if you still wanted a solution then please try this expression :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;=Aggr(MAXSTRING({1*$&amp;lt;[States]={'*'}&amp;gt;} [States]), States)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;And I'm attaching the sample application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 08:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-grey-background/m-p/371204#M576199</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-29T08:56:00Z</dc:date>
    </item>
  </channel>
</rss>

