<?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: Fix always minimun selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057593#M642660</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;UL&gt;&lt;LI&gt;Please check in your expressions it has no selections.{1&amp;lt;&amp;gt;}&lt;STRONG&gt; Set Analysis&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Can you elaborate your requirement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Jan 2016 14:00:04 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-01-10T14:00:04Z</dc:date>
    <item>
      <title>Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057592#M642659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with a complex qlikview that frozen when there is not selection. Excess of calculs.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is to know if it is possible to fix a minimun selection &lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; color: #575757; font-size: 10pt; text-decoration: underline;"&gt;only&lt;/STRONG&gt;&lt;/SPAN&gt; when I take out all selections, but desappear when I select anyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 15:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057592#M642659</guid>
      <dc:creator>inigoelv</dc:creator>
      <dc:date>2016-01-09T15:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057593#M642660</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;UL&gt;&lt;LI&gt;Please check in your expressions it has no selections.{1&amp;lt;&amp;gt;}&lt;STRONG&gt; Set Analysis&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Can you elaborate your requirement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 14:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057593#M642660</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-10T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057594#M642661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about chart (straight or any other chart)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try to limit using the Getselectedcount() in general tab..like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getselectedcount(field1)&amp;gt;0 and Getselectedcount(field2)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 14:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057594#M642661</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-10T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057595#M642662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot limit the number of selection, But using set analysis you can exclude the selection of Fields from calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum({&amp;lt;Type={'1'}, &lt;STRONG&gt;Field1=,Field2=&lt;/STRONG&gt;&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selections from Field1 &amp;amp; Field2 will not affect the calculation or Values will not change. You can include as many field you want to exclude the selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 14:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057595#M642662</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-10T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057596#M642663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample with expected output so that we can try to help you better?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 15:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057596#M642663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-10T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057597#M642664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a calculation condition to your chart that checks the possible number of records given the active selections. Something like =if(sum(aggr(1, Dim1, Dim2, ..., DimN))&amp;lt;10000,1,0). Replace &lt;SPAN style="font-size: 13.3333px;"&gt;Dim1, Dim2, ..., DimN with the names of the dimensions of your chart. Don't forget to add a custom message for the calculation condition too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can find an example here: &lt;A href="https://community.qlik.com/message/296302"&gt;Re: Calculation Condition - Complex&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 17:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057597#M642664</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-10T17:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fix always minimun selection</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057598#M642665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share a sample document ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 18:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-always-minimun-selection/m-p/1057598#M642665</guid>
      <dc:creator />
      <dc:date>2016-01-10T18:15:27Z</dc:date>
    </item>
  </channel>
</rss>

