<?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 Help with expression inside multibox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347882#M574100</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;This might sound simple but am really not able to find a solution for this till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a multibox that will show year,quarter,month and week. In each drop down (for each of the mentioned items), i need only those values for which the count of survey_id is greater than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;making it more clear, lets take the example of year. year is being taken from a calender table that has years ranging from 1800 to 2500.&lt;/P&gt;&lt;P&gt;I just need those years for which the corresponding count of survey_id is &amp;gt;0, to be shown in the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone helpme frame the expression that will mean.. show only those years in 'year' drop down, for which the corresponding count(survey_id)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like =if( (count{&amp;lt;Year&amp;gt;}(survey_id))&amp;gt;0, Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the above expression returns no values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 06:36:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-12T06:36:07Z</dc:date>
    <item>
      <title>Help with expression inside multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347882#M574100</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;This might sound simple but am really not able to find a solution for this till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a multibox that will show year,quarter,month and week. In each drop down (for each of the mentioned items), i need only those values for which the count of survey_id is greater than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;making it more clear, lets take the example of year. year is being taken from a calender table that has years ranging from 1800 to 2500.&lt;/P&gt;&lt;P&gt;I just need those years for which the corresponding count of survey_id is &amp;gt;0, to be shown in the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone helpme frame the expression that will mean.. show only those years in 'year' drop down, for which the corresponding count(survey_id)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like =if( (count{&amp;lt;Year&amp;gt;}(survey_id))&amp;gt;0, Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the above expression returns no values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 06:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347882#M574100</guid>
      <dc:creator />
      <dc:date>2012-06-12T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with expression inside multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347883#M574101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use&amp;nbsp; &lt;/P&gt;&lt;P&gt;aggr(if(count(survey_id)&amp;gt;0,Year),Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 07:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347883#M574101</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2012-06-12T07:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with expression inside multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347884#M574102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the expression like &lt;/P&gt;&lt;P&gt;count({&amp;lt;Year&amp;gt;}(if(survey_id&amp;gt;0, Year)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 07:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347884#M574102</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-12T07:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with expression inside multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347885#M574103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot liron..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havnt used the aggr function in qlikview previously..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now know that this can come really helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you once again &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, 12 Jun 2012 07:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-expression-inside-multibox/m-p/347885#M574103</guid>
      <dc:creator />
      <dc:date>2012-06-12T07:38:14Z</dc:date>
    </item>
  </channel>
</rss>

