<?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: How to make one field values independent to select any values and it should not greyed out the other values in other fields. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084804#M88948</link>
    <description>&lt;P&gt;Hi Sandeep,&lt;/P&gt;
&lt;P&gt;Alternate States would be the most natural solution to this. Other than that, you could configure your Filter Panes to show all values, disregarding any selections - something like this:&lt;/P&gt;
&lt;P&gt;=AGGR(Only({1} City), City)&lt;/P&gt;
&lt;P&gt;This formula will always show all Cities, no matter what was selected in other fields. You can make the formula more elaborate if you want to ignore only some of the field selections.&lt;/P&gt;
&lt;P&gt;Check out my lecture on Set Analysis and AGGR at the &lt;A href="https://masterssummit.com" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt; - you will learn this and many other advanced development techniques.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2023 13:01:13 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2023-06-16T13:01:13Z</dc:date>
    <item>
      <title>How to make one field values independent to select any values and it should not greyed out the other values in other fields.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084747#M88944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to make fields selection independent and not associated with other fields.&lt;/P&gt;
&lt;P&gt;EXample - I have name, surname, city.&amp;nbsp; on data model they are coming from same table so they are associated .&lt;/P&gt;
&lt;P&gt;but on filter side, if I select one value from city, then all values from Name and surname should be available to select and vice versa.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to achieve it apart from alternate state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084747#M88944</guid>
      <dc:creator>sandeepk218</dc:creator>
      <dc:date>2023-06-16T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make one field values independent to select any values and it should not greyed out the other values in other fields.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084804#M88948</link>
      <description>&lt;P&gt;Hi Sandeep,&lt;/P&gt;
&lt;P&gt;Alternate States would be the most natural solution to this. Other than that, you could configure your Filter Panes to show all values, disregarding any selections - something like this:&lt;/P&gt;
&lt;P&gt;=AGGR(Only({1} City), City)&lt;/P&gt;
&lt;P&gt;This formula will always show all Cities, no matter what was selected in other fields. You can make the formula more elaborate if you want to ignore only some of the field selections.&lt;/P&gt;
&lt;P&gt;Check out my lecture on Set Analysis and AGGR at the &lt;A href="https://masterssummit.com" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt; - you will learn this and many other advanced development techniques.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 13:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084804#M88948</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-06-16T13:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make one field values independent to select any values and it should not greyed out the other values in other fields.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084851#M88953</link>
      <description>&lt;P&gt;Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply. I tried your expression but it is not working. If I select any value in other fields then few Cities are greyed out which I don't want to happen.&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 14:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084851#M88953</guid>
      <dc:creator>sandeepk218</dc:creator>
      <dc:date>2023-06-16T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make one field values independent to select any values and it should not greyed out the other values in other fields.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084908#M88957</link>
      <description>&lt;P&gt;Create a separate table in load editor:&lt;BR /&gt;Table_Filter:&lt;BR /&gt;LOAD Distinct Name&lt;BR /&gt;Resident Base_Table;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 17:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-one-field-values-independent-to-select-any-values/m-p/2084908#M88957</guid>
      <dc:creator>simsa</dc:creator>
      <dc:date>2023-06-16T17:48:30Z</dc:date>
    </item>
  </channel>
</rss>

