<?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: Listbox calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488671#M555265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, instead of using a List box you can try to use a Chart Object\Straight Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you the ability to use set analysis in your expression to narrow the range of data being returned. You can then hide all the expression column in the Presentation tab leaving you with the one column listing the department names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 09:20:21 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2013-08-13T09:20:21Z</dc:date>
    <item>
      <title>Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488669#M555263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to have simple list box, where the names of the departments are visible, but only those which haven't sent their reports to the management. We havent got in the data model such a column, which has been already counted. So we must somehow write it in the expression, but the names ... can't be sum or.. something like this&lt;/P&gt;&lt;P&gt;how can we do it?&lt;/P&gt;&lt;P&gt;give me some idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 08:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488669#M555263</guid>
      <dc:creator />
      <dc:date>2013-08-13T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488670#M555264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There has to be some logic how you decide that the department has sent report to management or not, based on that you can populate your listbox. list box expression might look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( &amp;lt;condition&amp;gt;, Department) , or&lt;/P&gt;&lt;P&gt;if( ReportSentFlag='Y', Department)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 09:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488670#M555264</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488671#M555265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, instead of using a List box you can try to use a Chart Object\Straight Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you the ability to use set analysis in your expression to narrow the range of data being returned. You can then hide all the expression column in the Presentation tab leaving you with the one column listing the department names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488671#M555265</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-08-13T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488672#M555266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it sounds great, just could you tell me how to hide the second column. I done the strait table already.&lt;/P&gt;&lt;P&gt;Thank you Neil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer to : tres qv &lt;/P&gt;&lt;P&gt;- it doest work Tres, i try your proposal, but it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 10:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488672#M555266</guid>
      <dc:creator />
      <dc:date>2013-08-13T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488673#M555267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I done it, thank you a lot Neil &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488673#M555267</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488674#M555268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can hide the columns in the Presentation tab. In the top left corner you have a list of the columns. Below this are the options to show or hide a column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="45394" class="jive-image" alt="2013-08-13_1201.png" src="https://community.qlik.com/legacyfs/online/45394_2013-08-13_1201.png" /&gt;&lt;/P&gt;&lt;P&gt;Click on each field a choose whether to hide or show them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488674#M555268</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-08-13T11:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488675#M555269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and last question Neil, thank you a lot for the previous. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I want to show me only the reports for the last month year, which was choosen from my calendar, so i wrote this expression :&amp;nbsp; count({&amp;lt;MonthYear = {$(=max(MonthYear))}, Key = {2}&amp;gt;}Key)&lt;/P&gt;&lt;P&gt;but it doesn't work .... Is my logic right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 12:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488675#M555269</guid>
      <dc:creator />
      <dc:date>2013-08-13T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488676#M555270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure without understanding your data better. You're missing the ' around the selection. &lt;/P&gt;&lt;P&gt;I would probably use sum({&amp;lt;MonthYear={'$(=addmonths(max(MonthYear), -1)'}&amp;gt;}Key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 08:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-calculated-dimension/m-p/488676#M555270</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-08-14T08:08:50Z</dc:date>
    </item>
  </channel>
</rss>

