<?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: Flag cannot be cleared from selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051611#M352906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a trigger on "Leave Sheet", clear the field of Region and &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%spendFlag. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 09:06:09 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2016-02-17T09:06:09Z</dc:date>
    <item>
      <title>Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051609#M352904</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;I have a listbox that has an expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(%spendFlag = 1, Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The listbox is only showing regions that has a %spendFlag = 1. The problem is that if I select any region from the listbox, I cannot select any other regions in other sheets. one reason is that If don't use the hide prefix, I can see in the selection box that along with regions, I also see the %spendFlag=1 in the selection box. If I use a trigger to clear the field %spendFlag upon leaving the sheet, it cannot clear %spendFlag and without clearing this field, I cannot select other regions on other sheets. I can only select the regions where %spendFlag = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051609#M352904</guid>
      <dc:creator />
      <dc:date>2016-02-17T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051610#M352905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample file for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051610#M352905</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-17T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051611#M352906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a trigger on "Leave Sheet", clear the field of Region and &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%spendFlag. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051611#M352906</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2016-02-17T09:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051612#M352907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;%spendFlag={'1}&amp;gt;}Region)Region)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;%spendFlag={'1'}&amp;gt;}Region),Region)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also use the trigger Clear All on leave sheet and reset the clear state (Selection--&amp;gt;Reset Clear state ) if enabled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051612#M352907</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-17T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051613#M352908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Expression may be like, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Aggr(Only({&amp;lt;%spendFlag={1}&amp;gt;}Region)Region)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051613#M352908</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2016-02-17T09:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051614#M352909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more correction (comma) - Aggr(Only({&amp;lt;%spendFlag={1}&amp;gt;}Region) &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt; Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I am not sure, if this helps the original case of query. May be a sample qvw could help us help better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051614#M352909</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-17T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051615#M352910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example file. In the second sheet for example, I cannot select stockholm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051615#M352910</guid>
      <dc:creator />
      <dc:date>2016-02-17T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051616#M352911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;PFA&amp;nbsp; Added trigger &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051616#M352911</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-17T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051617#M352912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the solution. I cannot use the clear all trigger. I only want to clear the flag. If you use the clear field trigger, you can notice that it does not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051617#M352912</guid>
      <dc:creator />
      <dc:date>2016-02-17T10:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051618#M352913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are making selections on City field so you should clear the city field in order to see no selections in next sheet&lt;/P&gt;&lt;P&gt;i dont think there is a meaning if you clear %Flag.&lt;/P&gt;&lt;P&gt;if i missed please explain what you are trying to achieve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051618#M352913</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-17T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051619#M352914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of a clear-action you could use a select action in this field with a reversed logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will clear any selection in this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051619#M352914</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-17T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051620#M352915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK so the purpose is that I do not want the City field to be cleared. I am clearing the flag because on the next page, I want to see the current cities selected but I also want the other cities to be selectible. If the %flag =1, then we cannot select the cities where %flag=0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply, on the main page, I only want the listbox to select the cities where %flag=1. On sheet 1, I also want to be able to select other cities. While doing this, I do not want to lose the cities selections while moving between sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051620#M352915</guid>
      <dc:creator />
      <dc:date>2016-02-17T11:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051621#M352916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One improvement (I think), to keep seeing non-selected values:&lt;/P&gt;&lt;P&gt;=Aggr(Only({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;%spendFlag={1}&amp;gt;}Region), Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selections are made in the Region field, not in the spendFlag field, wich seems was the problem in the original post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051621#M352916</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-17T11:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051622#M352917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; i added&amp;nbsp; clear %flag trigger &lt;/P&gt;&lt;P&gt;See attachment &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051622#M352917</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-17T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flag cannot be cleared from selection</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051623#M352918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-cannot-be-cleared-from-selection/m-p/1051623#M352918</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-17T11:25:09Z</dc:date>
    </item>
  </channel>
</rss>

