<?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 help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067459#M929686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 19:21:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-14T19:21:44Z</dc:date>
    <item>
      <title>Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067449#M929676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - The below expression works great, however, I need to make it return values only if "SpLimitLowValue" is &amp;gt; 0. Nothing I try is working. Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/P&gt;&lt;P&gt;/ &lt;/P&gt;&lt;P&gt;(Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;gt;SpLimitLowValue and ActualNumeric&amp;lt;SpLimitUpperValue, ActualNumeric))+&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067449#M929676</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067450#M929677</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; font-size: 13px;"&gt;Try this one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;lt;SpLimitLowValue or ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/SPAN&gt;&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;(Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;gt;SpLimitLowValue and ActualNumeric&amp;lt;SpLimitUpperValue, ActualNumeric))+&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;} If(ActualNumeric&amp;lt;SpLimitLowValue or ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067450#M929677</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-14T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067451#M929678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives me the same result. The expression I have works great, I just need to add the equivalent of a Count If statement to exclude any result if the "SpLimitLowValue" is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calculating the percentage of tests that fall within certain ranges. The solid red bars below are showing 100% of tests are out of range, but only because the specs are 0 for those ranges - I need to eliminate those. "SpLimitLowValue" is the lowest spec, so red should only return values if that field has a value greater than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117916_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the data below. The "LSL" is the "SpLimitLowValue". In this example, the specs are 0 for Base Color, so no values should be returned for Base Color in the bar chart above. The "Avg" is the "ActualNumeric" value that is being measured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/117920_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I hope I explained that clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067451#M929678</guid>
      <dc:creator />
      <dc:date>2016-03-14T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067452#M929679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you just want to exclude rows where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SpLimitLowValue is 0?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to exclude them in the set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SpLimitLowValue={0}&lt;/SPAN&gt;&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067452#M929679</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-03-14T15:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067453#M929680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes – that’s perfect – thank you!&lt;/P&gt;&lt;P&gt;I also have some specs like this:&lt;/P&gt;&lt;P&gt;Time Inspection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UCL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5/21/2015 8:35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5/21/2015 9:24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USL is SpLimitUpperValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct syntax to add a parameter of “and &amp;gt;-&amp;lt;SpLimitUpperValue=&lt;SPAN __jive_macro_name="0"&gt;&amp;gt;}”?

Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;-&amp;lt;SpLimitLowValue=&lt;/SPAN&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep trying to different ways to add it, but it doesn’t work. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067453#M929680</guid>
      <dc:creator />
      <dc:date>2016-03-14T16:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067454#M929681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SpLimitLowValue={0}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SpLimitUpperValue={0}&lt;/SPAN&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN 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;Count({&amp;lt;ActualNumeric={"&amp;gt;0"}&amp;gt;-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SpLimitLowValue={0}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SpLimitUpperValue={0}&lt;/SPAN&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(ActualNumeric&amp;lt;SpLimitLowValue, ActualNumeric) or If(ActualNumeric&amp;gt;SpLimitUpperValue, ActualNumeric))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 17:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067454#M929681</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-03-14T17:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067455#M929682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! Thank you!! Shouldn’t the same expression work for the trend line chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I apply the same expression, the red trend line disappears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lee Van Scoy&lt;/P&gt;&lt;P&gt;TH Foods, Inc.&lt;/P&gt;&lt;P&gt;Operations Research Analyst&lt;/P&gt;&lt;P&gt;Phone: 815-639-3395&lt;/P&gt;&lt;P&gt;Cell: 779-888-0968&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This email contains company/employee specific, confidential and/or proprietary information intended only for the individual(s) named above. If you have received this message in error, destroy this original message and all copies. Please contact the Sender to advise of the incident.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 17:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067455#M929682</guid>
      <dc:creator />
      <dc:date>2016-03-14T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067456#M929683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work on the line chart the same way.&amp;nbsp; Try putting a fast change on the bar chart to turn it into a line chart and see if the same thing happens.&amp;nbsp; That should help you figure out if the problem is with something on the line chart that you're trying to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 18:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067456#M929683</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-03-14T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067457#M929684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 18:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067457#M929684</guid>
      <dc:creator />
      <dc:date>2016-03-14T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067458#M929685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use the fast change it works just fine changing the data into a line chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="94" src="https://community.qlik.com/legacyfs/online/117957_pastedImage_1.png" style="width: 192px; height: 94.1419px;" width="192" /&gt;&lt;/P&gt;&lt;P&gt;But, I need to change the dimension to "Month" for the line chart, and no matter what I try, I lose the red trend line:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" height="95" src="https://community.qlik.com/legacyfs/online/117962_pastedImage_2.png" style="width: 196px; height: 95.471px;" width="196" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 19:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067458#M929685</guid>
      <dc:creator />
      <dc:date>2016-03-14T19:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067459#M929686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 19:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067459#M929686</guid>
      <dc:creator />
      <dc:date>2016-03-14T19:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067460#M929687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you uncheck "Suppress Zero-Values" on the Presentation tab, the line will show up, it's just all zeroes.&amp;nbsp; Without knowing your data or what you're trying to do, I can't say whether they should be zeroes or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 20:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067460#M929687</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-03-15T20:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067461#M929688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the dimension is “location” or “test” or “line” the red line has values. It’s only when I change the dimension to month the red line disappears. All I want is to be able to display the data by month in a line chart without the red line disappearing. The other charts are great, but I don’t know why changing the dimension to month would only affect the red expression. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 22:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-please/m-p/1067461#M929688</guid>
      <dc:creator />
      <dc:date>2016-03-15T22:17:27Z</dc:date>
    </item>
  </channel>
</rss>

