<?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: Conditional Show - Not behaving the way I expected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644112#M236021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum({$&amp;lt;CalendarDate={'$(=Max(CalendarDate))'},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In the above expression, you do not need apostrophes in your dollar sign expansion. So:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum({$&amp;lt;CalendarDate={$(=Max(CalendarDate))},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This might be part of your problem. Also, are you sure-&amp;gt; '' is a possible value for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vBalancedScorecardComparitivePeriod&lt;/SPAN&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 13:35:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-09T13:35:10Z</dc:date>
    <item>
      <title>Conditional Show - Not behaving the way I expected</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644109#M236018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikView Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a conditional statement for a text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(match(vBalancedScorecardComparitivePeriod,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Previous Day',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Previous Week',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Previous Month'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(sum({$&amp;lt;CalendarDate={'$(=Max(CalendarDate))'},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(sum({$&amp;lt;CalendarDate={'$(=Max(CalendarDate))'},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(sum({$&amp;lt;CalendarWeek={'$(=Max(CalendarWeek))'},CalendarDay=,CalendarWeekday=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(sum({$&amp;lt;CalendarMonthAndYear={'$(=MonthName(Max(CalendarMonthAndYear)))'},CalendarDay=,CalendarWeek=,CalendarWeekday=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text object keeps returning with a '-' even though I have a conditional show which when I test the output of each expression returns 0. So why then is this object not getting hidden. Please assist with what checks I can perform to identify what is causing this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644109#M236018</guid>
      <dc:creator />
      <dc:date>2014-06-09T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show - Not behaving the way I expected</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644110#M236019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to mention I have included an isnull statement as well. Still doesn't resolve the issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644110#M236019</guid>
      <dc:creator />
      <dc:date>2014-06-09T11:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show - Not behaving the way I expected</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644111#M236020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644111#M236020</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-06-09T11:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show - Not behaving the way I expected</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644112#M236021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum({$&amp;lt;CalendarDate={'$(=Max(CalendarDate))'},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In the above expression, you do not need apostrophes in your dollar sign expansion. So:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum({$&amp;lt;CalendarDate={$(=Max(CalendarDate))},CalendarDay=,Statistic={'Calls entered in Queue'}&amp;gt;}StatisticValue)=0,0,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This might be part of your problem. Also, are you sure-&amp;gt; '' is a possible value for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vBalancedScorecardComparitivePeriod&lt;/SPAN&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 13:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644112#M236021</guid>
      <dc:creator />
      <dc:date>2014-06-09T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show - Not behaving the way I expected</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644113#M236022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies Jacob and Anbu. I will post a sample or maybe just the whole object this evening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Jacob, old habits die hard &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I encapsulate all my dollar sign expressions in quotation marks. Removing does not fix the null error being returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to is '' a valid value. It is because it is a hard coded delimited list which the user can select to get comparative information on different reporting periods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 13:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Not-behaving-the-way-I-expected/m-p/644113#M236022</guid>
      <dc:creator />
      <dc:date>2014-06-09T13:57:03Z</dc:date>
    </item>
  </channel>
</rss>

