<?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: Metric Value not Displaying as expected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135013#M9482</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;what is not displayed as expected ?&lt;/P&gt;&lt;P&gt;could you attach a copy screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 09:21:37 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-08-30T09:21:37Z</dc:date>
    <item>
      <title>Metric Value not Displaying as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135012#M9481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Dimension and the corresponding metric is Sum({&amp;lt; SubmitDate = {"&amp;gt;=$(=Date(effectiveDate))"}&amp;gt;}MetrologyRequest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that only if the Dimension value is selected, the measure for the selected dimension is displayed else every dimension value shows as 0. Please let me know why is that happenng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135012#M9481</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-08-30T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Value not Displaying as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135013#M9482</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;what is not displayed as expected ?&lt;/P&gt;&lt;P&gt;could you attach a copy screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135013#M9482</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-08-30T09:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Value not Displaying as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135014#M9483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set of a set analysis expression is calculated at the chart level. At that level Date(effectiveDate) cannot return a result, because there are multiple possible values of effectiveDate. Only when you make a selection that results in only one possible effectiveDate value will you get a result. What you're problably trying to do is compare SubmitDate with effectiveDate for each row in your chart: sum(If(SubmitDate &amp;gt;= Date(effectiveDate), MetrologyRequest)). If both fields exists in the same table in your data model then you could create a flag field in that table and then use that field in your set analysis expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...lots of fields....,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubmitDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; effectiveDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(SubmitDate &amp;gt;= effectiveDate, 1, 0 ) as SubmitLargerEffective&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubmitLargerEffective={1}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;MetrologyRequest)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Metric-Value-not-Displaying-as-expected/m-p/135014#M9483</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-08-30T09:37:00Z</dc:date>
    </item>
  </channel>
</rss>

