<?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: Expression Conditional Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076929#M943862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 07:42:44 GMT</pubDate>
    <dc:creator>udaya_kumar</dc:creator>
    <dc:date>2016-01-13T07:42:44Z</dc:date>
    <item>
      <title>Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076925#M943858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I created a chart and activated expression conditional show to switch between YTD and MTD. However when I now select a single record the chart give me a result of 0 even if there is a value.&lt;/P&gt;&lt;P&gt;What’s causing this and how can I fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076925#M943858</guid>
      <dc:creator />
      <dc:date>2016-01-13T07:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076926#M943859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tumelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have used a variable. I would suggest that you set the value of the variable in your script as 1 or some other number. Then, in the conditional statement, set the variable to &lt;STRONG&gt;0. &lt;/STRONG&gt;Also set the charts associated with the condition value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076926#M943859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076927#M943860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dashboard is showing correct data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have selected Budget Month as 'Jan - Feb' where YTD amount is 0.&lt;/P&gt;&lt;P&gt;and I see no Amount in the below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you clear the selections, even the top chart shows data other than 0s. Please scroll down.&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;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076927#M943860</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2016-01-13T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076928#M943861</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;The variable declaration is causing the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vTransMaxMonth=MaxString({&amp;lt;Amount={"&amp;gt;0"}, Year={'$(vMaxYear)'}&amp;gt;}BudgetMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;=MaxString({&amp;lt;Amount={"&amp;gt;0"}, Year={'$(vMaxYear)'}&amp;gt; + &amp;lt;BudgetAmount={"&amp;gt;0"}, Year={'$(vMaxYear)'}&amp;gt;}BudgetMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076928#M943861</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-13T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076929#M943862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076929#M943862</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2016-01-13T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076930#M943863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I want, how did you get this to work correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076930#M943863</guid>
      <dc:creator />
      <dc:date>2016-01-13T07:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076931#M943864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your replies. Uday posted an app with the correct result but I still don't understand what he did differently...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076931#M943864</guid>
      <dc:creator />
      <dc:date>2016-01-13T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076932#M943865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oooh....got it! Never mind &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076932#M943865</guid>
      <dc:creator />
      <dc:date>2016-01-13T08:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076933#M943866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you checked for MTD &amp;amp; Category = Airtime?&amp;nbsp; The same issue displaying zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vTransMaxMonth&lt;/SPAN&gt;=MaxString({&amp;lt;Amount={"&amp;gt;0"}, Year={'$(vMaxYear)'}&amp;gt; + &amp;lt;BudgetAmount={"&amp;gt;0"}, Year={'$(vMaxYear)'}&amp;gt;}BudgetMonth)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find attached file.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditional-Show/m-p/1076933#M943866</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-13T08:17:36Z</dc:date>
    </item>
  </channel>
</rss>

