<?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: Avoidance in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896972#M312120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can refer explicitly to the selection in the Alternate State like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum( {AltState1} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the Sales be affected by only AltState1 but you can refine it with set modifiers or even combine it with selection in the default state which has the name $ ... just as the default selection also has the name $:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales( {AltState1&amp;lt;SNAME={'ABC'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales( {AltState1&amp;lt;SNAME={'ABC'}*$&amp;lt;Product={'B123'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will intersect with the * between the rows in AltState1 and Default State taking into account the modifiers too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 20:30:00 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-04-10T20:30:00Z</dc:date>
    <item>
      <title>Avoidance in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896969#M312117</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;&lt;/P&gt;&lt;P&gt;In list box, how it is possible ignore selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in below Set Analysis SNAME slection are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} VALUE)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in list box? Like show all SNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 19:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896969#M312117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Avoidance in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896970#M312118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an "Alternate State" in your Document and then select the newly created alternate state as the state for your list box. Then this list box will not be selection-wise be connected to your default selection state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 19:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896970#M312118</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-04-10T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Avoidance in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896971#M312119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this even if I select any SNAME which does not affect to my Pivot table.&lt;/P&gt;&lt;P&gt;I should need this effect based on SNAME selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896971#M312119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T20:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Avoidance in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896972#M312120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can refer explicitly to the selection in the Alternate State like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum( {AltState1} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the Sales be affected by only AltState1 but you can refine it with set modifiers or even combine it with selection in the default state which has the name $ ... just as the default selection also has the name $:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales( {AltState1&amp;lt;SNAME={'ABC'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales( {AltState1&amp;lt;SNAME={'ABC'}*$&amp;lt;Product={'B123'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will intersect with the * between the rows in AltState1 and Default State taking into account the modifiers too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoidance-in-list-box/m-p/896972#M312120</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-04-10T20:30:00Z</dc:date>
    </item>
  </channel>
</rss>

