<?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 Clear Other Fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218509#M71618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon,&lt;/P&gt;&lt;P&gt;I tried the same on ver. 9.00, and it worked just as I expected - all other selections got cleared, except for the list box that I clicked on...&lt;/P&gt;&lt;P&gt;How are you doing, buddy? Are you affected by the cloud?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Apr 2010 20:48:27 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2010-04-19T20:48:27Z</dc:date>
    <item>
      <title>Clear Other Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218508#M71617</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;Am I missing something with the 'clear other fields'?&lt;/P&gt;&lt;P&gt;For example, select from 2 unrelated listboxes then right click on one and click 'Clear Other Fields'. I expected that the selections in teh other would be clieared, but not this listbox. However, nothing happens. I tried it in 9.0 and 8.20 and the same result.&lt;/P&gt;&lt;P&gt;How do you use this function?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 17:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218508#M71617</guid>
      <dc:creator />
      <dc:date>2010-04-19T17:17:17Z</dc:date>
    </item>
    <item>
      <title>Clear Other Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218509#M71618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon,&lt;/P&gt;&lt;P&gt;I tried the same on ver. 9.00, and it worked just as I expected - all other selections got cleared, except for the list box that I clicked on...&lt;/P&gt;&lt;P&gt;How are you doing, buddy? Are you affected by the cloud?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 20:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218509#M71618</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-04-19T20:48:27Z</dc:date>
    </item>
    <item>
      <title>Clear Other Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218510#M71619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;This is odd! Please see attched qvw created in v9sr3 which is just 3 unrelated fields in list boxes. If I select:&lt;/P&gt;&lt;P&gt;F1 = 3&lt;/P&gt;&lt;P&gt;F2 = B&lt;/P&gt;&lt;P&gt;F3 = 2&lt;/P&gt;&lt;P&gt;If I right-click F2 and select 'Clear Other Fields' nothing happens. If I click the 'Clear Other Fields' icon on the header in F2, nothing happens. If I click the button which has an action 'Clear Other Fields' nothing happens. I tried the same thing in v8.20 (without the button action) and nothing happens there either. I really must be missing something!&lt;/P&gt;&lt;P&gt;The cloud is causing big problems over here; I feel sorry not just for those people losing their holidays but those struggling to get home too. I live in a village about 20 miles North of Stansted, which is under the flight path and the absence of planes is very noticeable.&lt;/P&gt;&lt;P&gt;Mind you I always had my doubts abouts cloud computing&lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218510#M71619</guid>
      <dc:creator />
      <dc:date>2010-04-20T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Clear Other Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218511#M71620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the F1 and F3 field will not be cleared, because the fields are in tables, which are not linked to your F2-table.&lt;/P&gt;&lt;P&gt;The "Clear Other Fields"-function will only affect fields of linked tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this code:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD * INLINE [&lt;BR /&gt; F1, F2&lt;BR /&gt; 1, A&lt;BR /&gt; 2, A&lt;BR /&gt; 3, B&lt;BR /&gt; 4, B&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; F2&lt;BR /&gt; A&lt;BR /&gt; B&lt;BR /&gt; C&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; F3, F2&lt;BR /&gt; X, A&lt;BR /&gt; Y, A&lt;BR /&gt; Z, B&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218511#M71620</guid>
      <dc:creator />
      <dc:date>2010-04-20T10:56:25Z</dc:date>
    </item>
    <item>
      <title>Clear Other Fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218512#M71621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that.&lt;/P&gt;&lt;P&gt;It was not what I was expecting as I assumed it worked like 'clear (all) other fields except for'. Perhaps a better name for the function would be 'Clear Other Related'.&lt;/P&gt;&lt;P&gt;I actually want to clear ALL fields with one exception; I have now tried to do this with actions 1) save selection to variable 2) clear all 3) reselect from variable but this doesnt work. It seems to be a timing thing - do actions fire one after the other without waiting for the previous to end? Attached qvw should demonstrate the problem - any ideas?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Other-Fields/m-p/218512#M71621</guid>
      <dc:creator />
      <dc:date>2010-04-20T14:45:21Z</dc:date>
    </item>
  </channel>
</rss>

