<?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 Selecting all options in a listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793201#M1030486</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 region(ID) listbox...&lt;/P&gt;&lt;P&gt;i want to show all the regions even though a particular region is selected. i have done that using the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i am unable to replicate the same for my 2nd expression as a result of which instead of a complete line i can see a single dot (value for selected region)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we add the same criteria in the 2nd expression so that it shows trend for all regions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have atatched my file for reference.&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>Thu, 12 Feb 2015 12:33:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-12T12:33:52Z</dc:date>
    <item>
      <title>Selecting all options in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793201#M1030486</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 region(ID) listbox...&lt;/P&gt;&lt;P&gt;i want to show all the regions even though a particular region is selected. i have done that using the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i am unable to replicate the same for my 2nd expression as a result of which instead of a complete line i can see a single dot (value for selected region)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we add the same criteria in the 2nd expression so that it shows trend for all regions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have atatched my file for reference.&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>Thu, 12 Feb 2015 12:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793201#M1030486</guid>
      <dc:creator />
      <dc:date>2015-02-12T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting all options in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793202#M1030487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can apply the same set analysis to each aggregation function in second expression:&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Division)=0,((Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource))*0.1)+(Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource)),(Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 12:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793202#M1030487</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-12T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting all options in a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793203#M1030489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;can we add the same criteria in the 2nd expression so that it shows trend for all regions?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Have you tried it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Division)=0,((Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource))*0.1)+(Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource)),(Sum({&amp;lt; ID= &amp;gt;}[Time to complete])/Sum({&amp;lt; ID= &amp;gt;}Time)*Sum({&amp;lt; ID= &amp;gt;}Resource)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 12:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-options-in-a-listbox/m-p/793203#M1030489</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-12T12:52:36Z</dc:date>
    </item>
  </channel>
</rss>

